C++ main module for mmsd Package
1.0
|
#include "LAP_DoubleMatrixStorage.h"
Go to the source code of this file.
Classes | |
class | LAP_DoubleBandedStorage |
this class describes a banded storage for lapack used where values are stored in vector of size (nSBands+nIBands-1) x n { x x A(0,nUBands-1)....A(n-nUBands+1 ,n-1)} .... { x A(0,1) A(1,2)...A(n-2,n-1)} {A(0,0) A(1,1) A(2,1)...A(n-1,n-1)} //diagonal {A(1,0) A(2,1) A(n-1,n-2) x } ... {A(nSBands-1,0)...A(n-nSBands+1,n-nSBands) x x} More... | |
Functions | |
DEFINE_SPTR (LAP_DoubleBandMatrix) | |
DEFINE_SPTR (LAP_DoubleBandedStorage) | |
DEFINE_SPTR | ( | LAP_DoubleBandMatrix | ) |
DEFINE_SPTR | ( | LAP_DoubleBandedStorage | ) |