1 #ifndef LAP_DoubleGeneralMatrix_H
2 #define LAP_DoubleGeneralMatrix_H
LAP_DoubleGeneralMatrix()
build a matrix
Definition: LAP_DoubleGeneralMatrix.h:34
Definition: LAP_DoubleMatrix.h:18
this class describes a general double matrix
Definition: LAP_DoubleGeneralMatrix.h:17
#define tBoolean
Definition: types.h:48
virtual tBoolean isUpper() const
return true if the matrix is upper
Definition: LAP_DoubleGeneralMatrix.h:64
virtual tBoolean isSymmetric() const
return true if the matrix is symmetric
Definition: LAP_DoubleGeneralMatrix.h:59
virtual ~LAP_DoubleGeneralMatrix()
destroy a matrix
Definition: LAP_DoubleGeneralMatrix.h:45
DEFINE_SPTR(LAP_DoubleGeneralMatrix)
LAP_DoubleGeneralMatrix(const unsigned int &n, const unsigned int &p)
build a matrix
Definition: LAP_DoubleGeneralMatrix.h:38