C++ main module for mmsd Package
1.0
|
#include "LAP_DoubleSymmetricMatrix.h"
#include "LAP_DoubleBandedStorage.h"
#include "LAP_DoubleFullGeneralMatrix.h"
#include "LAP_DoubleBandedUpperMatrix.h"
#include "LAP_DoubleVector.h"
#include "LAP_IntegerVector.h"
#include "dbandedsymmatrix_functions.h"
Go to the source code of this file.
Classes | |
class | LAP_DoubleBandedSymmetricMatrix |
this class describes a packed symmetric matrix for lapack used where values are stored in vector: {A(0,0) A(0,1) A(1,1) A(2,0),A(2,1) A(2,2) ....A(n,n)} More... | |
Functions | |
DEFINE_SPTR (LAP_DoubleBandedSymmetricMatrix) | |
DEFINE_SPTR | ( | LAP_DoubleBandedSymmetricMatrix | ) |