Home
last modified time | relevance | path

Searched refs:get_mat_coef (Results 1 – 1 of 1) sorted by relevance

/dports/math/freefem++/FreeFem-sources-4.6/src/fflib/
H A Dlgmat.cpp1876 void get_mat_coef( KN_<R> & x) { ffassert(A && A->A && x.N() == A->A->NbCoef() ); in get_mat_coef() function
1942 KN<R> * get_mat_coef(KN<R> * x,TheCoefMat<R> dm) in get_mat_coef() function
1944 dm.get_mat_coef(*x); in get_mat_coef()
3045 TheOperators->Add("=", new OneOperator2<KN<R>*,KN<R>*,TheCoefMat<R> >(get_mat_coef<R>) ); in AddSparseMat()