📄 sss.h
字号:
/* -*- c++ -*- *********************************************************************** * Scientific Library (GNU Public Licence) * * Provides Sparse Symmetrix Skyline matrix structure. * * Author: Pierre Aubert paubert@mathinsa.insa-lyon.fr * * $Id: sss.h,v 1.2 1998/11/16 17:22:12 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_SSS_H#define SL_MATRIX_STRUCTURES_SSS_H// include specifications#include <sl/matrix/structures/sss/sss.h>// include iterators#include <sl/matrix/structures/sss/iterator.h>#endif// end of SL_MATRIX_STRUCTURES_SSS_H definition(s)// do not write anything after this line!
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -