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

Class of square matrices The method det_Bareiss computes the determinant of the matrix by Bareiss methods

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 square matrices The method det_Bareiss computes the determinant of the matrix by Bareiss methods

This class has no child classes.

alphabetic index hierarchy of classes


Partially supported by FRISCO LTR 21.024
For more information

generated by doc++