/external/eigen/Eigen/src/IterativeLinearSolvers/ |
D | LeastSquareConjugateGradient.h | 204 using Base::_solve_impl; 206 void _solve_impl(const MatrixBase<Rhs>& b, Dest& x) const
|
D | ConjugateGradient.h | 231 using Base::_solve_impl; 233 void _solve_impl(const MatrixBase<Rhs>& b, Dest& x) const
|
D | BiCGSTAB.h | 213 using Base::_solve_impl; 215 void _solve_impl(const MatrixBase<Rhs>& b, Dest& x) const
|
D | BasicPreconditioners.h | 89 void _solve_impl(const Rhs& b, Dest& x) const in _solve_impl() function
|
/external/eigen/Eigen/src/SVD/ |
D | SVDBase.h | 216 void _solve_impl(const RhsType &rhs, DstType &dst) const; 259 void SVDBase<Derived>::_solve_impl(const RhsType &rhs, DstType &dst) const in _solve_impl() function
|
/external/eigen/Eigen/src/SparseCholesky/ |
D | SimplicialCholesky.h | 156 void _solve_impl(const MatrixBase<Rhs> &b, MatrixBase<Dest> &dest) const 183 void _solve_impl(const SparseMatrixBase<Rhs> &b, SparseMatrixBase<Dest> &dest) const 589 void _solve_impl(const MatrixBase<Rhs> &b, MatrixBase<Dest> &dest) const 627 void _solve_impl(const SparseMatrixBase<Rhs> &b, SparseMatrixBase<Dest> &dest) const
|
/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
D | MINRES.h | 209 using Base::_solve_impl; 276 void _solve_impl(const Rhs& b, MatrixBase<Dest> &x) const
|
D | GMRES.h | 273 using Base::_solve_impl; 330 void _solve_impl(const Rhs& b, MatrixBase<Dest> &x) const
|
D | IncompleteLU.h | 78 void _solve_impl(const Rhs& b, Dest& x) const in _solve_impl() function
|
D | DGMRES.h | 112 using Base::_solve_impl; 165 void _solve_impl(const Rhs& b, MatrixBase<Dest>& x) const
|
/external/eigen/Eigen/src/Core/ |
D | Solve.h | 127 solve.dec()._solve_impl(solve.rhs(), m_result); 147 src.dec()._solve_impl(src.rhs(), dst);
|
/external/eigen/Eigen/src/SuperLUSupport/ |
D | SuperLUSupport.h | 504 using Base::_solve_impl; 541 void _solve_impl(const MatrixBase<Rhs> &b, MatrixBase<Dest> &dest) const; 649 void SuperLU<MatrixType>::_solve_impl(const MatrixBase<Rhs> &b, MatrixBase<Dest>& x) const 851 using Base::_solve_impl; 887 void _solve_impl(const MatrixBase<Rhs> &b, MatrixBase<Dest> &dest) const; 973 void SuperILU<MatrixType>::_solve_impl(const MatrixBase<Rhs> &b, MatrixBase<Dest>& x) const
|
/external/eigen/Eigen/src/UmfPackSupport/ |
D | UmfPackSupport.h | 158 using Base::_solve_impl; 349 bool _solve_impl(const MatrixBase<BDerived> &b, MatrixBase<XDerived> &x) const; 473 bool UmfPackLU<MatrixType>::_solve_impl(const MatrixBase<BDerived> &b, MatrixBase<XDerived> &x) con… in _solve_impl() function
|
/external/eigen/Eigen/src/PardisoSupport/ |
D | PardisoSupport.h | 108 using Base::_solve_impl; 179 void _solve_impl(const MatrixBase<Rhs> &b, MatrixBase<Dest> &dest) const; 321 void PardisoImpl<Derived>::_solve_impl(const MatrixBase<BDerived> &b, MatrixBase<XDerived>& x) const
|
/external/eigen/Eigen/src/QR/ |
D | HouseholderQR.h | 217 void _solve_impl(const RhsType &rhs, DstType &dst) const; 350 void HouseholderQR<_MatrixType>::_solve_impl(const RhsType &rhs, DstType &dst) const in _solve_impl() function
|
D | CompleteOrthogonalDecomposition.h | 370 EIGEN_DEVICE_FUNC void _solve_impl(const RhsType& rhs, DstType& dst) const; 492 void CompleteOrthogonalDecomposition<_MatrixType>::_solve_impl(
|
D | ColPivHouseholderQR.h | 420 void _solve_impl(const RhsType &rhs, DstType &dst) const; 585 void ColPivHouseholderQR<_MatrixType>::_solve_impl(const RhsType &rhs, DstType &dst) const
|
D | FullPivHouseholderQR.h | 399 void _solve_impl(const RhsType &rhs, DstType &dst) const; 542 void FullPivHouseholderQR<_MatrixType>::_solve_impl(const RhsType &rhs, DstType &dst) const
|
/external/eigen/Eigen/src/PaStiXSupport/ |
D | PaStiXSupport.h | 135 using Base::_solve_impl; 162 bool _solve_impl(const MatrixBase<Rhs> &b, MatrixBase<Dest> &x) const; 367 bool PastixBase<Base>::_solve_impl(const MatrixBase<Rhs> &b, MatrixBase<Dest> &x) const
|
/external/eigen/Eigen/src/SparseCore/ |
D | SparseSolverBase.h | 111 void _solve_impl(const SparseMatrixBase<Rhs> &b, SparseMatrixBase<Dest> &dest) const in _solve_impl() function
|
D | SparseTriangularView.h | 52 EIGEN_STRONG_INLINE void _solve_impl(const RhsType &rhs, DstType &dst) const { in _solve_impl() function
|
/external/eigen/Eigen/src/CholmodSupport/ |
D | CholmodSupport.h | 285 void _solve_impl(const MatrixBase<Rhs> &b, MatrixBase<Dest> &dest) const 309 … void _solve_impl(const SparseMatrixBase<RhsDerived> &b, SparseMatrixBase<DestDerived> &dest) const
|
/external/eigen/Eigen/src/Cholesky/ |
D | LLT.h | 204 void _solve_impl(const RhsType &rhs, DstType &dst) const; 473 void LLT<_MatrixType,_UpLo>::_solve_impl(const RhsType &rhs, DstType &dst) const
|
D | LDLT.h | 262 void _solve_impl(const RhsType &rhs, DstType &dst) const; 558 void LDLT<_MatrixType,_UpLo>::_solve_impl(const RhsType &rhs, DstType &dst) const
|
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU.h | 80 using APIBase::_solve_impl; 217 bool _solve_impl(const MatrixBase<Rhs> &B, MatrixBase<Dest> &X_base) const in _solve_impl() function
|