template <class XXCOEFF> class MatrixLa : public
MatrixShp
<XXCOEFF>
Class of matrices, connection with
Lapack
.
Inheritance:
Inherited from
MatrixShp:
Inherited from
Matrix:
Inherited from
Vector:
Public Methods
XXCOEFF
coeff
(const int i)
XXCOEFF&
coeff
(const int i)
int
GetDim
(void)
XXCOEFF&
operator[]
(const int i)
XXCOEFF
operator[]
(const int i)
Protected Fields
int
Dim
XXCOEFF*
tab
Documentation
Class of matrices, connection with
Lapack
.
This class has no child classes.
alphabetic index
hierarchy of classes