/external/eigen/Eigen/src/IterativeLinearSolvers/ |
D | BasicPreconditioners.h | 84 void _solve(const Rhs& b, Dest& x) const in _solve() function 114 dec()._solve(rhs(),dst);
|
D | ConjugateGradient.h | 225 void _solve(const Rhs& b, Dest& x) const 247 dec()._solve(rhs(),dst);
|
D | BiCGSTAB.h | 231 void _solve(const Rhs& b, Dest& x) const 254 dec()._solve(rhs(),dst);
|
D | IncompleteLUT.h | 160 void _solve(const Rhs& b, Dest& x) const in _solve() function 461 dec()._solve(rhs(),dst);
|
/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
D | IncompleteLU.h | 74 void _solve(const Rhs& b, Dest& x) const in _solve() function 105 dec()._solve(rhs(),dst);
|
D | MINRES.h | 280 void _solve(const Rhs& b, Dest& x) const 301 dec()._solve(rhs(),dst);
|
D | GMRES.h | 339 void _solve(const Rhs& b, Dest& x) const 362 dec()._solve(rhs(),dst);
|
D | IncompleteCholesky.h | 92 void _solve(const Rhs& b, Dest& x) const in _solve() function 270 dec()._solve(rhs(),dst);
|
D | DGMRES.h | 178 void _solve(const Rhs& b, Dest& x) const 536 dec()._solve(rhs(),dst);
|
/external/eigen/Eigen/src/CholmodSupport/ |
D | CholmodSupport.h | 293 void _solve(const MatrixBase<Rhs> &b, MatrixBase<Dest> &dest) const in _solve() function 315 …void _solve(const SparseMatrix<RhsScalar,RhsOptions,RhsIndex> &b, SparseMatrix<DestScalar,DestOpti… in _solve() function 586 dec()._solve(rhs(),dst); 599 dec()._solve(rhs(),dst);
|
/external/eigen/Eigen/src/UmfPackSupport/ |
D | UmfPackSupport.h | 279 bool _solve(const MatrixBase<BDerived> &b, MatrixBase<XDerived> &x) const; 421 bool UmfPackLU<MatrixType>::_solve(const MatrixBase<BDerived> &b, MatrixBase<XDerived> &x) const 453 dec()._solve(rhs(),dst);
|
/external/eigen/Eigen/src/PardisoSupport/ |
D | PardisoSupport.h | 207 bool _solve(const MatrixBase<BDerived> &b, MatrixBase<XDerived>& x) const; 350 bool PardisoImpl<Base>::_solve(const MatrixBase<BDerived> &b, MatrixBase<XDerived>& x) const 571 dec()._solve(rhs(),dst);
|
/external/eigen/Eigen/src/SuperLUSupport/ |
D | SuperLUSupport.h | 531 void _solve(const MatrixBase<Rhs> &b, MatrixBase<Dest> &dest) const; 640 void SuperLU<MatrixType>::_solve(const MatrixBase<Rhs> &b, MatrixBase<Dest>& x) const 866 void _solve(const MatrixBase<Rhs> &b, MatrixBase<Dest> &dest) const; 951 void SuperILU<MatrixType>::_solve(const MatrixBase<Rhs> &b, MatrixBase<Dest>& x) const 1005 dec().derived()._solve(rhs(),dst);
|
/external/eigen/Eigen/src/SPQRSupport/ |
D | SuiteSparseQRSupport.h | 154 void _solve(const MatrixBase<Rhs> &b, MatrixBase<Dest> &dest) const 331 dec()._solve(rhs(),dst);
|
/external/eigen/Eigen/src/PaStiXSupport/ |
D | PaStiXSupport.h | 158 bool _solve (const MatrixBase<Rhs> &b, MatrixBase<Dest> &x) const; 388 bool PastixBase<Base>::_solve (const MatrixBase<Rhs> &b, MatrixBase<Dest> &x) const 700 dec()._solve(rhs(),dst);
|
/external/eigen/Eigen/src/SparseCholesky/ |
D | SimplicialCholesky.h | 153 void _solve(const MatrixBase<Rhs> &b, MatrixBase<Dest> &dest) const in _solve() function 563 void _solve(const MatrixBase<Rhs> &b, MatrixBase<Dest> &dest) const 650 dec().derived()._solve(rhs(),dst);
|
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU.h | 222 bool _solve(const MatrixBase<Rhs> &B, MatrixBase<Dest> &X_base) const in _solve() function 786 dec()._solve(rhs(),dst);
|
/external/eigen/Eigen/src/SparseQR/ |
D | SparseQR.h | 165 bool _solve(const MatrixBase<Rhs> &B, MatrixBase<Dest> &dest) const 586 dec()._solve(rhs(),dst);
|