Initialisation of a matrix from a list of coefficients Ex : Matrix<XXCOEFF> A(2,2, 1
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.
generated by doc++