template <class XXCOEFF> Matrix <XXCOEFF> ::Matrix (int NRows, int NCols, XXCOEFF *Tab)

Initialisation of a matrix from an array

Documentation

Initialisation of a matrix from an array. Ex : Matrix<XXCOEFF> A(2,3, t); The resulting matrix if Nrows by Ncols and its entries are fill by Columns, from t.

alphabetic index hierarchy of classes


Partially supported by FRISCO LTR 21.024
For more information

generated by doc++