C++ main module for mmsd Package  1.0
Classes | Functions
LAP_DoublePackedUpperMatrix.h File Reference
#include "LAP_DoublePackedStorage.h"
#include "LAP_DoubleUpperMatrix.h"
#include "LAP_DoubleVector.h"
#include "LAP_DoubleFullGeneralMatrix.h"
#include "dfulluppermatrix_functions.h"
#include "dpackeduppermatrix_functions.h"
#include "dvector_functions.h"
Include dependency graph for LAP_DoublePackedUpperMatrix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LAP_DoublePackedUpperMatrix
 this class describes a packed upper 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)} This class describes a matrix More...
 

Functions

 DEFINE_SPTR (LAP_DoublePackedMatrix)
 
 DEFINE_SPTR (LAP_DoublePackedUpperMatrix)
 

Function Documentation

DEFINE_SPTR ( LAP_DoublePackedMatrix  )
DEFINE_SPTR ( LAP_DoublePackedUpperMatrix  )