📄 banded.h
字号:
/* -*- c++ -*- ****************************** * Scientific Library (GNU Public Licence) * * Provides Diagonal and Banded matrix structures. * * Author: Laurent Deniau, Laurent.Deniau@cern.ch * * $Id: banded.h,v 1.1 1998/11/05 12:48:35 paubert Exp $ * * Suggestions: sl@mathinsa.insa-lyon.fr * Bugs: sl-bugs@mathinsa.insa-lyon.fr * * For more information, please see the sl++ Home Page: * http://wwwinfo.cern.ch/~ldeniau/sl.html * ****************************** */#ifndef SL_MATRIX_STRUCTURES_BANDED_H#define SL_MATRIX_STRUCTURES_BANDED_H#ifndef SL_MATRIX_STRUCTURES_H#error <sl/matrix/structures/banded.h> requires <sl/matrix/structures.h>#endif#include <sl/matrix/structures/banded/banded.h>#include <sl/matrix/structures/banded/iterator.h>#endif// #ifndef SL_MATRIX_STRUCTURES_BANDED_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -