template <class XXCOEFF> Matrix <XXCOEFF> ::Matrix (int NRows, int NCols, const Matrix<XXCOEFF> &M)

Initialisation of submatrix from a bigger matrix

Documentation

Initialisation of submatrix from a bigger matrix. Ex: Matrix<XXCOEFF> B(5,2,A);

The submatrix corresponds to the first NRows rows and the first NCols columns of the big matrix.

alphabetic index hierarchy of classes


Partially supported by FRISCO LTR 21.024
For more information

generated by doc++