Searched refs:solve_retval (Results 1 - 25 of 31) sorted by relevance

12

/external/eigen/Eigen/src/IterativeLinearSolvers/
H A DBasicPreconditioners.h40 // this typedef is only to export the scalar type and compile-time dimensions to solve_retval
89 template<typename Rhs> inline const internal::solve_retval<DiagonalPreconditioner, Rhs>
95 return internal::solve_retval<DiagonalPreconditioner, Rhs>(*this, b.derived());
106 struct solve_retval<DiagonalPreconditioner<_MatrixType>, Rhs> struct in namespace:Eigen::internal
H A DIterativeSolverBase.h166 template<typename Rhs> inline const internal::solve_retval<Derived, Rhs>
172 return internal::solve_retval<Derived, Rhs>(derived(), b.derived());
H A DIncompleteLUT.h169 template<typename Rhs> inline const internal::solve_retval<IncompleteLUT, Rhs>
175 return internal::solve_retval<IncompleteLUT, Rhs>(*this, b.derived());
451 struct solve_retval<IncompleteLUT<_MatrixType>, Rhs> struct in namespace:Eigen::internal
H A DBiCGSTAB.h260 struct solve_retval<BiCGSTAB<_MatrixType, _Preconditioner>, Rhs> struct in namespace:Eigen::internal
H A DConjugateGradient.h249 struct solve_retval<ConjugateGradient<_MatrixType,_UpLo,_Preconditioner>, Rhs> struct in namespace:Eigen::internal
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
H A DIncompleteLU.h80 template<typename Rhs> inline const internal::solve_retval<IncompleteLU, Rhs>
86 return internal::solve_retval<IncompleteLU, Rhs>(*this, b.derived());
97 struct solve_retval<IncompleteLU<_MatrixType>, Rhs> struct in namespace:Eigen::internal
H A DIncompleteCholesky.h106 template<typename Rhs> inline const internal::solve_retval<IncompleteCholesky, Rhs>
113 return internal::solve_retval<IncompleteCholesky, Rhs>(*this, b.derived());
262 struct solve_retval<IncompleteCholesky<_Scalar, _UpLo, OrderingType>, Rhs> struct in namespace:Eigen::internal
H A DMINRES.h285 struct solve_retval<MINRES<_MatrixType,_UpLo,_Preconditioner>, Rhs> struct in namespace:Eigen::internal
H A DGMRES.h367 struct solve_retval<GMRES<_MatrixType, _Preconditioner>, Rhs> struct in namespace:Eigen::internal
/external/eigen/Eigen/src/misc/
H A DSolve.h51 static_cast<const solve_retval<DecompositionType,Rhs>*>(this)->evalTo(dst);
71 solve_retval(const DecompositionType& dec, const Rhs& rhs) \
/external/eigen/Eigen/src/LU/
H A DPartialPivLU.h132 inline const internal::solve_retval<PartialPivLU, Rhs>
136 return internal::solve_retval<PartialPivLU, Rhs>(*this, b.derived());
146 inline const internal::solve_retval<PartialPivLU,typename MatrixType::IdentityReturnType> inverse() const
149 return internal::solve_retval<PartialPivLU,typename MatrixType::IdentityReturnType>
438 struct solve_retval<PartialPivLU<_MatrixType>, Rhs> struct in namespace:Eigen::internal
H A DFullPivLU.h214 inline const internal::solve_retval<FullPivLU, Rhs>
218 return internal::solve_retval<FullPivLU, Rhs>(*this, b.derived());
363 inline const internal::solve_retval<FullPivLU,typename MatrixType::IdentityReturnType> inverse() const
367 return internal::solve_retval<FullPivLU,typename MatrixType::IdentityReturnType>
667 struct solve_retval<FullPivLU<_MatrixType>, Rhs> struct in namespace:Eigen::internal
/external/eigen/Eigen/src/QR/
H A DColPivHouseholderQR.h141 inline const internal::solve_retval<ColPivHouseholderQR, Rhs>
145 return internal::solve_retval<ColPivHouseholderQR, Rhs>(*this, b.derived());
288 internal::solve_retval<ColPivHouseholderQR, typename MatrixType::IdentityReturnType>
292 return internal::solve_retval<ColPivHouseholderQR,typename MatrixType::IdentityReturnType>
520 struct solve_retval<ColPivHouseholderQR<_MatrixType>, Rhs> struct in namespace:Eigen::internal
H A DHouseholderQR.h121 inline const internal::solve_retval<HouseholderQR, Rhs>
125 return internal::solve_retval<HouseholderQR, Rhs>(*this, b.derived());
306 struct solve_retval<HouseholderQR<_MatrixType>, Rhs> struct in namespace:Eigen::internal
H A DFullPivHouseholderQR.h148 inline const internal::solve_retval<FullPivHouseholderQR, Rhs>
152 return internal::solve_retval<FullPivHouseholderQR, Rhs>(*this, b.derived());
284 internal::solve_retval<FullPivHouseholderQR, typename MatrixType::IdentityReturnType>
288 return internal::solve_retval<FullPivHouseholderQR,typename MatrixType::IdentityReturnType>
491 struct solve_retval<FullPivHouseholderQR<_MatrixType>, Rhs> struct in namespace:Eigen::internal
/external/eigen/Eigen/src/SPQRSupport/
H A DSuiteSparseQRSupport.h135 inline const internal::solve_retval<SPQR, Rhs> solve(const MatrixBase<Rhs>& B) const
140 return internal::solve_retval<SPQR, Rhs>(*this, B.derived());
299 struct solve_retval<SPQR<_MatrixType>, Rhs> struct in namespace:Eigen::internal
/external/eigen/Eigen/src/UmfPackSupport/
H A DUmfPackSupport.h206 inline const internal::solve_retval<UmfPackLU, Rhs> solve(const MatrixBase<Rhs>& b) const
211 return internal::solve_retval<UmfPackLU, Rhs>(*this, b.derived());
403 struct solve_retval<UmfPackLU<_MatrixType>, Rhs> struct in namespace:Eigen::internal
/external/eigen/Eigen/src/Cholesky/
H A DLDLT.h185 inline const internal::solve_retval<LDLT, Rhs>
191 return internal::solve_retval<LDLT, Rhs>(*this, b.derived());
485 struct solve_retval<LDLT<_MatrixType,_UpLo>, Rhs> struct in namespace:Eigen::internal
H A DLLT.h121 inline const internal::solve_retval<LLT, Rhs>
127 return internal::solve_retval<LLT, Rhs>(*this, b.derived());
421 struct solve_retval<LLT<_MatrixType, UpLo>, Rhs> struct in namespace:Eigen::internal
/external/eigen/Eigen/src/CholmodSupport/
H A DCholmodSupport.h224 inline const internal::solve_retval<CholmodBase, Rhs>
230 return internal::solve_retval<CholmodBase, Rhs>(*this, b.derived());
578 struct solve_retval<CholmodBase<_MatrixType,_UpLo,Derived>, Rhs> struct in namespace:Eigen::internal
/external/eigen/Eigen/src/PaStiXSupport/
H A DPaStiXSupport.h148 inline const internal::solve_retval<PastixBase, Rhs>
154 return internal::solve_retval<PastixBase, Rhs>(*this, b.derived());
692 struct solve_retval<PastixBase<_MatrixType>, Rhs> struct in namespace:Eigen::internal
/external/eigen/Eigen/src/PardisoSupport/
H A DPardisoSupport.h174 inline const internal::solve_retval<PardisoImpl, Rhs>
180 return internal::solve_retval<PardisoImpl, Rhs>(*this, b.derived());
563 struct solve_retval<PardisoImpl<_Derived>, Rhs>
/external/eigen/Eigen/src/SparseCholesky/
H A DSimplicialCholesky.h87 inline const internal::solve_retval<SimplicialCholeskyBase, Rhs>
93 return internal::solve_retval<SimplicialCholeskyBase, Rhs>(*this, b.derived());
642 struct solve_retval<SimplicialCholeskyBase<Derived>, Rhs> struct in namespace:Eigen::internal
/external/eigen/Eigen/src/SparseQR/
H A DSparseQR.h207 inline const internal::solve_retval<SparseQR, Rhs> solve(const MatrixBase<Rhs>& B) const
211 return internal::solve_retval<SparseQR, Rhs>(*this, B.derived());
549 struct solve_retval<SparseQR<_MatrixType,OrderingType>, Rhs> struct in namespace:Eigen::internal
/external/eigen/Eigen/src/SVD/
H A DJacobiSVD.h662 inline const internal::solve_retval<JacobiSVD, Rhs>
667 return internal::solve_retval<JacobiSVD, Rhs>(*this, b.derived());
922 struct solve_retval<JacobiSVD<_MatrixType, QRPreconditioner>, Rhs> struct in namespace:Eigen::internal

Completed in 208 milliseconds

12