32 #include "ope_elementary.h" 39 Matrice _sec_order_r2_non_dege_pas_prevu (
const Matrice& so) {
40 cout <<
"Sec_order_r2 non dege : not implemented" << endl ;
50 Matrice _sec_order_r2_non_dege_r_cheb (
const Matrice& source) {
55 Matrice res(n-non_dege, n-non_dege) ;
57 for (
int i=0 ; i<n-non_dege ; i++)
58 for (
int j=0 ; j<n-non_dege ; j++)
59 res.set(i, j) = source(i, j+non_dege) ;
82 sec_order_r2_non_dege[i] = _sec_order_r2_non_dege_pas_prevu ;
85 sec_order_r2_non_dege[
R_CHEB >>
TRA_R] = _sec_order_r2_non_dege_r_cheb ;
virtual void do_ope_cl() const
Computes the banded-matrix of the operator.
Matrice * ope_cl
Pointer on the banded-matrix of the operator.
int base_r
Radial basis of decomposition.
#define TRA_R
Translation en R, used for a bitwise shift (in hex)
virtual void do_non_dege() const
Computes the non-degenerated matrix of the operator.
int get_dim(int i) const
Returns the dimension of the matrix.
#define MAX_BASE
Nombre max. de bases differentes.
Matrice * non_dege
Pointer on the non-degenerated matrix of the operator.
#define R_CHEB
base de Chebychev ordinaire (fin)