Home
last modified time | relevance | path

Searched defs:_solve_impl (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/eigen/Eigen/src/SparseLU/
H A DSparseLU.h46 bool _solve_impl(const MatrixBase<Rhs> &B, MatrixBase<Dest> &X_base) const in _solve_impl() function
314 bool _solve_impl(const MatrixBase<Rhs> &B, MatrixBase<Dest> &X_base) const in _solve_impl() function
/aosp_15_r20/external/eigen/Eigen/src/SparseCore/
H A DSparseTriangularView.h52 EIGEN_STRONG_INLINE void _solve_impl(const RhsType &rhs, DstType &dst) const { in _solve_impl() function
H A DSparseSolverBase.h111 void _solve_impl(const SparseMatrixBase<Rhs> &b, SparseMatrixBase<Dest> &dest) const in _solve_impl() function
/aosp_15_r20/external/eigen/unsupported/Eigen/src/IterativeSolvers/
H A DIncompleteLU.h78 void _solve_impl(const Rhs& b, Dest& x) const in _solve_impl() function
/aosp_15_r20/external/eigen/Eigen/src/IterativeLinearSolvers/
H A DBasicPreconditioners.h89 void _solve_impl(const Rhs& b, Dest& x) const in _solve_impl() function
H A DIncompleteLUT.h171 void _solve_impl(const Rhs& b, Dest& x) const in _solve_impl() function
H A DIncompleteCholesky.h149 void _solve_impl(const Rhs& b, Dest& x) const in _solve_impl() function
H A DIterativeSolverBase.h400 void _solve_impl(const Rhs& b, Dest& x) const in _solve_impl() function
/aosp_15_r20/external/eigen/Eigen/src/KLUSupport/
H A DKLUSupport.h343 bool KLU<MatrixType>::_solve_impl(const MatrixBase<BDerived> &b, MatrixBase<XDerived> &x) const in _solve_impl() function
/aosp_15_r20/external/eigen/Eigen/src/UmfPackSupport/
H A DUmfPackSupport.h609 bool UmfPackLU<MatrixType>::_solve_impl(const MatrixBase<BDerived> &b, MatrixBase<XDerived> &x) con… in _solve_impl() function