C++ main module for mmsd Package  1.0
Classes | Functions
LAP_DoubleBandedStorage.h File Reference
#include "LAP_DoubleMatrixStorage.h"
Include dependency graph for LAP_DoubleBandedStorage.h:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

DEFINE_SPTR ( LAP_DoubleBandMatrix  )
DEFINE_SPTR ( LAP_DoubleBandedStorage  )