Home
last modified time | relevance | path

Searched +defs:t +defs:r +defs:shat +defs:r (Results 1 – 4 of 4) sorted by path

/dports/math/lis/lis-2.0.30/src/solver/
H A Dlis_solver_bicgstab.c142 LIS_VECTOR r,rtld, t,p,v, s, phat, shat; in lis_bicgstab() local
325 LIS_VECTOR r,rtld, t,p,v, s, phat, shat; in lis_bicgstab_quad() local
523 LIS_VECTOR r,rtld, t,p,v, s, phat, shat; in lis_bicgstab_switch() local
956 LIS_VECTOR r,rtld, p, s, ap, ms, map, ams, z; in lis_bicrstab() local
1108 LIS_VECTOR r,rtld, p, s, ap, ms, map, ams, z; in lis_bicrstab_quad() local
/dports/math/mfem/mfem-4.3/linalg/
H A Dsolvers.hpp48 virtual void MonitorResidual(int it, double norm, const Vector &r, in MonitorResidual()
287 mutable Vector r, z; member in mfem::SLISolver
319 mutable Vector r, d, z; member in mfem::CGSolver
398 mutable Vector p, phat, s, shat, t, v, r, rtilde; member in mfem::BiCGSTABSolver
467 mutable Vector r, c; member in mfem::NewtonSolver
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/solvers/
H A DBicgStabSolver.hpp83 VecX r; in operator ()() local
156 void algorithm(Mat& A, VecB& b, VecX& x, VecX& r) in algorithm()
165 VecX p(b), s(b), t(b), v(b), rtilde(b), q(b); in algorithm() local
236 void algorithm(Mat& A, VecB& b, VecX& x, VecX& r, Prec& M) in algorithm()
245 VecX p(b), s(b), t(b), v(b), rtilde(b), phat(b), shat(b), q(b); in algorithm() local
/dports/science/siconos/siconos-4.4.0/externals/netlib/dctemplates/
H A DBiCGSTAB.c142 static integer phat, shat; local
147 static integer p, r, s, t; local