Searched defs:solve_retval (Results 1 - 19 of 19) sorted by relevance

/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 DBiCGSTAB.h238 struct solve_retval<BiCGSTAB<_MatrixType, _Preconditioner>, Rhs> struct in namespace:Eigen::internal
H A DConjugateGradient.h235 struct solve_retval<ConjugateGradient<_MatrixType,_UpLo,_Preconditioner>, Rhs> struct in namespace:Eigen::internal
H A DIncompleteLUT.h118 template<typename Rhs> inline const internal::solve_retval<IncompleteLUT, Rhs>
124 return internal::solve_retval<IncompleteLUT, Rhs>(*this, b.derived());
449 struct solve_retval<IncompleteLUT<_MatrixType>, 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 DGMRES.h363 struct solve_retval<GMRES<_MatrixType, _Preconditioner>, Rhs> struct in namespace:Eigen::internal
/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>
435 struct solve_retval<PartialPivLU<_MatrixType>, Rhs> struct in namespace:Eigen::internal
H A DFullPivLU.h213 inline const internal::solve_retval<FullPivLU, Rhs>
217 return internal::solve_retval<FullPivLU, Rhs>(*this, b.derived());
361 inline const internal::solve_retval<FullPivLU,typename MatrixType::IdentityReturnType> inverse() const
365 return internal::solve_retval<FullPivLU,typename MatrixType::IdentityReturnType>
660 struct solve_retval<FullPivLU<_MatrixType>, Rhs> struct in namespace:Eigen::internal
/external/eigen/Eigen/src/QR/
H A DHouseholderQR.h109 inline const internal::solve_retval<HouseholderQR, Rhs>
113 return internal::solve_retval<HouseholderQR, Rhs>(*this, b.derived());
281 struct solve_retval<HouseholderQR<_MatrixType>, Rhs> struct in namespace:Eigen::internal
H A DColPivHouseholderQR.h122 inline const internal::solve_retval<ColPivHouseholderQR, Rhs>
126 return internal::solve_retval<ColPivHouseholderQR, Rhs>(*this, b.derived());
248 internal::solve_retval<ColPivHouseholderQR, typename MatrixType::IdentityReturnType>
252 return internal::solve_retval<ColPivHouseholderQR,typename MatrixType::IdentityReturnType>
452 struct solve_retval<ColPivHouseholderQR<_MatrixType>, Rhs> struct in namespace:Eigen::internal
H A DFullPivHouseholderQR.h134 inline const internal::solve_retval<FullPivHouseholderQR, Rhs>
138 return internal::solve_retval<FullPivHouseholderQR, Rhs>(*this, b.derived());
267 internal::solve_retval<FullPivHouseholderQR, typename MatrixType::IdentityReturnType>
271 return internal::solve_retval<FullPivHouseholderQR,typename MatrixType::IdentityReturnType>
461 struct solve_retval<FullPivHouseholderQR<_MatrixType>, Rhs> struct in namespace:Eigen::internal
/external/eigen/Eigen/src/Cholesky/
H A DLDLT.h175 inline const internal::solve_retval<LDLT, Rhs>
181 return internal::solve_retval<LDLT, Rhs>(*this, b.derived());
478 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());
419 struct solve_retval<LLT<_MatrixType, UpLo>, Rhs> struct in namespace:Eigen::internal
/external/eigen/Eigen/src/CholmodSupport/
H A DCholmodSupport.h217 inline const internal::solve_retval<CholmodBase, Rhs>
223 return internal::solve_retval<CholmodBase, Rhs>(*this, b.derived());
550 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());
713 struct solve_retval<PastixBase<_MatrixType>, Rhs> struct in namespace:Eigen::internal
/external/eigen/Eigen/src/SVD/
H A DJacobiSVD.h637 inline const internal::solve_retval<JacobiSVD, Rhs>
642 return internal::solve_retval<JacobiSVD, Rhs>(*this, b.derived());
823 struct solve_retval<JacobiSVD<_MatrixType, QRPreconditioner>, Rhs> struct in namespace:Eigen::internal
/external/eigen/Eigen/src/SparseCholesky/
H A DSimplicialCholesky.h126 inline const internal::solve_retval<SimplicialCholeskyBase, Rhs>
132 return internal::solve_retval<SimplicialCholeskyBase, Rhs>(*this, b.derived());
844 struct solve_retval<SimplicialCholeskyBase<Derived>, 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());
402 struct solve_retval<UmfPackLU<_MatrixType>, Rhs> struct in namespace:Eigen::internal
/external/eigen/Eigen/src/SuperLUSupport/
H A DSuperLUSupport.h344 inline const internal::solve_retval<SuperLUBase, Rhs> solve(const MatrixBase<Rhs>& b) const
349 return internal::solve_retval<SuperLUBase, Rhs>(*this, b.derived());
996 struct solve_retval<SuperLUBase<_MatrixType,Derived>, Rhs> struct in namespace:Eigen::internal

Completed in 1107 milliseconds