Home
last modified time | relevance | path

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

/dports/math/freefem++/FreeFem-sources-4.6/src/fflib/
H A Dlgmat.cpp291 struct Op2_ListMMadd: public binary_function< Matrice_Creuse<R> *, struct
295 typedef tuple<R,MatriceCreuse<R> *,bool> P;
296 typedef list<P> L;
297 typedef L * RR;
298 typedef Matrice_Creuse<R> * MM;
300 static RR f(const MM & a,const MM & b) in f()