C++ main module for mmsd Package  1.0
Classes | Functions
LAP_DoubleBandedUpperMatrix.h File Reference
#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"
Include dependency graph for LAP_DoubleBandedUpperMatrix.h:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

DEFINE_SPTR ( LAP_DoubleBandedUpperMatrix  )