Home
last modified time | relevance | path

Searched defs:TheCoefMat (Results 1 – 1 of 1) sorted by relevance

/dports/math/freefem++/FreeFem-sources-4.6/src/fflib/
H A Dlgmat.cpp1873 struct TheCoefMat { struct
1875 TheCoefMat(Matrice_Creuse<R> * AA) :A(AA) {ffassert(A);} in TheCoefMat() argument
1876 void get_mat_coef( KN_<R> & x) { ffassert(A && A->A && x.N() == A->A->NbCoef() ); in get_mat_coef()
1878 void set_mat_coef(const KN_<R> & x) { ffassert(A && A->A && x.N() == A->A->NbCoef() ); in set_mat_coef()
1880 void set_mat_coef(const R & v) { ffassert(A && A->A ); in set_mat_coef()
1906 TheCoefMat<R> thecoef(Matrice_Creuse<R> * p) in thecoef() argument