template <class XXCOEFF> Matrix <XXCOEFF> ::Matrix (int NRows, int NCols, XXCOEFF First, ...)

Initialisation of a matrix from a list of coefficients Ex : Matrix<XXCOEFF> A(2,2, 1

Documentation

Initialisation of a matrix from a list of coefficients Ex : Matrix<XXCOEFF> A(2,2, 1.,1.,2.,3.); This defines a 2 by 2 matrix whose coefficients are given in column in the list of arguments.

alphabetic index hierarchy of classes


Partially supported by FRISCO LTR 21.024
For more information

generated by doc++