Home
last modified time | relevance | path

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

/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A Dnewarp_SparseGenRealShiftSolve_meat.hpp120 …superlu::gstrs<eT>(superlu::NOTRANS, l.get_ptr(), u.get_ptr(), perm_c.get_ptr(), perm_r.get_ptr(),… in perform_op()
H A Dtranslate_superlu.hpp143 gstrs(trans_t trans, in gstrs() function
H A Dsp_auxlib_meat.hpp2294 …superlu::gstrs<T>(trans, l.get_ptr(), u.get_ptr(), perm_c.get_ptr(), perm_r.get_ptr(), out_slu.get… in run_aupd_shiftinvert()
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A Dnewarp_SparseGenRealShiftSolve_meat.hpp120 …superlu::gstrs<eT>(superlu::NOTRANS, l.get_ptr(), u.get_ptr(), perm_c.get_ptr(), perm_r.get_ptr(),… in perform_op()
H A Dtranslate_superlu.hpp143 gstrs(trans_t trans, in gstrs() function
H A Dsp_auxlib_meat.hpp2294 …superlu::gstrs<T>(trans, l.get_ptr(), u.get_ptr(), perm_c.get_ptr(), perm_r.get_ptr(), out_slu.get… in run_aupd_shiftinvert()
/dports/math/arpack++/arpackpp-2.3.0/include/
H A Darlnspen.h649 gstrs(trans, &L, &U, permc, permr, &RHS, &stat, &info); in MultInvAsBv()
681 gstrs(trans, &L, &U, permc, permr, &RHS, &stat, &info); in MultInvAsBv()
696 gstrs(trans, &L, &U, permc, permr, &RHS, &stat, &info); in MultInvAsBv()
H A Dsuperluc.h60 inline void gstrs(trans_t trans, SuperMatrix *L, SuperMatrix *U, in gstrs() function
H A Darlspen.h617 gstrs(trans, &L, &U, permc, permr, &RHS, &stat, &info); in MultInvAsBv()
H A Darlnsmat.h615 gstrs(trans, &L, &U, permc, permr, &B, &stat, &info); in MultInvv()
H A Darlsmat.h656 gstrs(trans, &L, &U, permc, permr, &B, &stat, &info); in MultInvv()
/dports/science/py-scipy/scipy-1.7.1/scipy/sparse/linalg/dsolve/
H A D_superluobject.h158 TYPE_GENERIC_FUNC(gstrs, void);
H A D_superluobject.c85 gstrs(self->type, in SuperLU_solve()