Home
last modified time | relevance | path

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

/dports/math/freefem++/FreeFem-sources-4.6/src/fflib/
H A Dlgmat.cpp1878 void set_mat_coef(const KN_<R> & x) { ffassert(A && A->A && x.N() == A->A->NbCoef() ); in set_mat_coef() function
1880 void set_mat_coef(const R & v) { ffassert(A && A->A ); in set_mat_coef() function
1930 TheCoefMat<R> set_mat_coef(TheCoefMat<R> dm,KN<R> * x) in set_mat_coef() function
1932 dm.set_mat_coef(*x); in set_mat_coef()
1936 TheCoefMat<R> set_mat_coef(TheCoefMat<R> dm,R x) in set_mat_coef() function
1938 dm.set_mat_coef(x); in set_mat_coef()
3046 TheOperators->Add("=", new OneOperator2<TheCoefMat<R>,TheCoefMat<R>,KN<R>*>(set_mat_coef<R>) ); in AddSparseMat()
3047 TheOperators->Add("=", new OneOperator2<TheCoefMat<R>,TheCoefMat<R>,R>(set_mat_coef<R>) ); in AddSparseMat()