Home
last modified time | relevance | path

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

/dports/math/freefem++/FreeFem-sources-4.6/src/femlib/
H A DVirtualMatrix.hpp140 struct solveAxeqb { const VirtualMatrix * A; const KN_<R> b; argument
141 solveAxeqb( const VirtualMatrix * B,const KN_<R> & y) :A(B),b(y) in solveAxeqb() function
143 … void call(KN_<R> &ax) const {ffassert(ax.contiguous() &&b.contiguous()); A->Solve(ax,b); } in call()
H A DRNM.hpp278 struct solveAxeqb { const RNM_VirtualMatrix * A; const KN_<R> b; argument
279 solveAxeqb( const RNM_VirtualMatrix * B,const KN_<R> & y) :A(B),b(y) in solveAxeqb() function
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/bamg/
H A DRNM.hpp271 struct solveAxeqb { const VirtualMatrice * A; const KN_<R> b; argument
272 solveAxeqb( const VirtualMatrice * B,const KN_<R> & y) :A(B),b(y) in solveAxeqb() argument