Home
last modified time | relevance | path

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

/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/largeMatrix/denseStorage/
H A DDenseStorage.hpp209 …void lowerD1LeftSolver(const std::vector<real_t>& m, std::vector<real_t>& v, std::vector<real_t>& … in lowerD1LeftSolver() function in xlifepp::DenseStorage
211 …void lowerD1LeftSolver(const std::vector<real_t>& m, std::vector<complex_t>& v, std::vector<comple… in lowerD1LeftSolver() function in xlifepp::DenseStorage
213 …void lowerD1LeftSolver(const std::vector<complex_t>& m, std::vector<real_t>& v, std::vector<comple… in lowerD1LeftSolver() function in xlifepp::DenseStorage
215 …void lowerD1LeftSolver(const std::vector<complex_t>& m, std::vector<complex_t>& v, std::vector<com… in lowerD1LeftSolver() function in xlifepp::DenseStorage
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/largeMatrix/
H A DMatrixStorage.hpp709 …virtual void lowerD1LeftSolver(const std::vector<real_t>&, std::vector<real_t>&, std::vector<real_… in lowerD1LeftSolver() function in xlifepp::MatrixStorage
711 …virtual void lowerD1LeftSolver(const std::vector<real_t>&, std::vector<complex_t>&, std::vector<co… in lowerD1LeftSolver() function in xlifepp::MatrixStorage
713 …virtual void lowerD1LeftSolver(const std::vector<complex_t>&, std::vector<real_t>&, std::vector<co… in lowerD1LeftSolver() function in xlifepp::MatrixStorage
715 …virtual void lowerD1LeftSolver(const std::vector<complex_t>&, std::vector<complex_t>&, std::vector… in lowerD1LeftSolver() function in xlifepp::MatrixStorage