16#include <Matrice_Morse_Diag.h>
55 Cerr<<
" not implemented "<<finl;
64 Cerr<<
" not implemented "<<finl;
71 IntTab indice(nb_case_tot,2);
72 for(
int c=0; c<nb_case_tot; c++) indice(c,0)=indice(c,1)=c;
Class defining operators and methods for all reading operation in an input flow (file,...
Matrice_Morse_Diag class - Represents a sparse symmetric matrix M stored in Morse format.
DoubleTab & ajouter_multTab_(const DoubleTab &, DoubleTab &) const override
The purpose of this matrix is only to compute the diagonal.
DoubleVect & ajouter_multvectT_(const DoubleVect &, DoubleVect &) const override
The purpose of this matrix is only to compute the diagonal.
DoubleVect & ajouter_multvect_(const DoubleVect &x, DoubleVect &y) const override
The purpose of this matrix is only to compute the diagonal.
void dimensionne_diag(int n)
Matrice_Morse_Sym class - Represents a sparse symmetric matrix M stored in Morse format.
void dimensionner(int n, _SIZE_ nnz)
Size the matrix with n lines and n columns and nnz zero-values coefficients.
DoubleVect & ajouter_multvect_(const DoubleVect &, DoubleVect &) const override
Operation de multiplication-accumulation (saxpy) matrice vecteur.
virtual Entree & readOn(Entree &)
Reads an Objet_U from an input stream. Virtual method to override.
virtual Sortie & printOn(Sortie &) const
Writes the object to an output stream. Virtual method to override.
static void exit(int exit_code=-1)
Exit routine for TRUST within a Kokkos region.
Base class for output streams.