109 return mSize[direction];
static const tFlag COL
Definition: LAP_Matrix.h:22
LAP_Matrix()
build a matrix
Definition: LAP_Matrix.cpp:6
virtual void setSize(const tLVectorIndex &n, const tLVectorIndex &p)
set the dimension of the matrix n x p
Definition: LAP_Matrix.h:87
virtual ~LAP_Matrix()
destroy a matrix
Definition: LAP_Matrix.cpp:15
#define tBoolean
Definition: types.h:48
virtual tBoolean copy(const LAP_Matrix &matrix)
copy operator
Definition: LAP_Matrix.h:76
static const tFlag ROW
Definition: LAP_Matrix.h:21
This class is the base class of all lapack objects.
Definition: LAP_Object.h:17
virtual void setSize(const tLVectorIndex &n)
set the dimension of the matrix n x p
Definition: LAP_Matrix.h:94
const tLVectorIndex & getSize(const tFlag &direction) const
get the size in direction
Definition: LAP_Matrix.h:108
#define tLVectorIndex
Definition: lapack_types.h:13
virtual tLVectorIndex getColumnsNumber() const
get the columns number of the matrix from view
Definition: LAP_Matrix.h:121
this class describes a general matrix for lapack used : the matrix is stored in column mValues={T_{0...
Definition: LAP_Matrix.h:15
virtual tLVectorIndex getRowsNumber() const
get the lines number of the matrix from view
Definition: LAP_Matrix.h:116
#define tFlag
Definition: types.h:14