16#ifndef Matrice_Morse_Diag_included
17#define Matrice_Morse_Diag_included
19#include <Matrice_Morse_Sym.h>
20#include <Matrice_Diagonale.h>
45 DoubleVect&
ajouter_multvect_(
const DoubleVect& x, DoubleVect& y)
const override ;
Matrice_Diagonale class - Represents a diagonal matrix.
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(int n1=1, int n2=1)