template <class XXCOEFF> class MatrixShp : public Matrix<XXCOEFF>

Class of matrices that can be reshaped.

Inheritance:


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 that can be reshaped.

Direct child classes:
MatrixLa

alphabetic index hierarchy of classes


Partially supported by FRISCO LTR 21.024
For more information

generated by doc++