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

Generic matrix

Inheritance:


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

Generic matrix

Direct child classes:
MatrixSqr
MatrixShp
Author:
F. Livigni, B. Mourrain
Version:
Jul 1997

alphabetic index hierarchy of classes


Partially supported by FRISCO LTR 21.024
For more information

generated by doc++