Home
last modified time | relevance | path

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

/dports/math/freefem++/FreeFem-sources-4.6/src/femlib/
H A DVirtualMatrix.hpp112 virtual I NbCoef() const {return 0;}; in NbCoef() function in VirtualMatrix
H A DHashMatrix.hpp87 I NbCoef() const {return (I) nnz;} in NbCoef() function in HashMatrix
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/tests/dev/
H A Ddev_Eric1.cpp104 Number NbCoef=NbP*NbPs; in ISEpsilon_Pk() local
/dports/math/freefem++/FreeFem-sources-4.6/src/fflib/
H A Dlgmat.cpp1669 { ffassert(p ) ; return p->A ?p->A->NbCoef(): 0 ;} in get_mat_nbcoef()
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()