C++ main module for mmsd Package
1.0
|
#include "LAP_DoubleBandedStorage.h"
#include "LAP_DoubleUpperMatrix.h"
#include "LAP_DoubleVector.h"
#include "LAP_DoubleFullGeneralMatrix.h"
#include "dfulluppermatrix_functions.h"
#include "dbandeduppermatrix_functions.h"
#include "dvector_functions.h"
Go to the source code of this file.
Classes | |
class | LAP_DoubleBandedUpperMatrix |
this class describes a band upper matrix for lapack used where values are stored in vectorof size nBands x n { x x A(0,nBands-1)....A(n-nBands+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 More... | |
Functions | |
DEFINE_SPTR (LAP_DoubleBandedUpperMatrix) | |
DEFINE_SPTR | ( | LAP_DoubleBandedUpperMatrix | ) |