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

Go to the source code of this file.

Classes

class  LAP_Matrix
 this class describes a general matrix for lapack used : the matrix is stored in column mValues={T_{0,0},T{1,0},...,T_{N-1,0}, T_{1,0},....T_{1,N-1}, ..., T_{M-1,0},...T{M-1,N-1}} where More...