Home
last modified time | relevance | path

Searched defs:upperLeftSolver (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.hpp269 …void upperLeftSolver(const std::vector<real_t>& m, std::vector<real_t>& v, std::vector<real_t>& x,… in upperLeftSolver() function in xlifepp::DenseStorage
271 …void upperLeftSolver(const std::vector<real_t>& m, std::vector<complex_t>& v, std::vector<complex_… in upperLeftSolver() function in xlifepp::DenseStorage
273 …void upperLeftSolver(const std::vector<complex_t>& m, std::vector<real_t>& v, std::vector<complex_… in upperLeftSolver() function in xlifepp::DenseStorage
275 …void upperLeftSolver(const std::vector<complex_t>& m, std::vector<complex_t>& v, std::vector<compl… in upperLeftSolver() function in xlifepp::DenseStorage
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/largeMatrix/
H A DMatrixStorage.hpp721 …virtual void upperLeftSolver(const std::vector<real_t>&, std::vector<real_t>&, std::vector<real_t>… in upperLeftSolver() function in xlifepp::MatrixStorage
723 …virtual void upperLeftSolver(const std::vector<real_t>&, std::vector<complex_t>&, std::vector<comp… in upperLeftSolver() function in xlifepp::MatrixStorage
725 …virtual void upperLeftSolver(const std::vector<complex_t>&, std::vector<real_t>&, std::vector<comp… in upperLeftSolver() function in xlifepp::MatrixStorage
727 …virtual void upperLeftSolver(const std::vector<complex_t>&, std::vector<complex_t>&, std::vector<c… in upperLeftSolver() function in xlifepp::MatrixStorage