NGSolve
4.9
|
A symmetric band-matrix with memory management. More...
#include <bandmatrix.hpp>
Public Types | |
typedef mat_traits< T >::TV_COL | TV |
the accoring vector type | |
Public Member Functions | |
SymBandMatrix (int an, int abw) | |
Generates a symmetric band matrix. | |
~SymBandMatrix () | |
Deletes matrix. | |
SymBandMatrix & | operator= (const T &val) |
assignes a constant value |
A symmetric band-matrix with memory management.