23 return OWN_PTR( Matrice_Base )::printOn( os );
28 return OWN_PTR( Matrice_Base )::readOn( is );
43DoubleVect operator * (
const Matrice& A,
const DoubleVect& vect)
45 DoubleVect r(vect.
size());
46 return A.valeur( ).multvect(vect, r);
Class defining operators and methods for all reading operation in an input flow (file,...
Matrice_Base class - Base class of the matrix hierarchy.
Matrice class - Generic class in the matrix hierarchy.
Matrice(const Matrice &)=default
Matrice & operator=(const Matrice &matrix)
Base class for output streams.