Searched refs:ActualMatrixType (Results 1 - 4 of 4) sorted by relevance

/external/eigen/Eigen/src/IterativeLinearSolvers/
H A DIterativeSolverBase.h54 typedef Ref<const MatrixType> ActualMatrixType; typedef in class:Eigen::internal::generic_matrix_wrapper
56 typedef typename ActualMatrixType::template ConstSelfAdjointViewReturnType<UpLo>::Type Type;
72 const ActualMatrixType& matrix() const
95 ActualMatrixType m_matrix;
103 typedef MatrixType ActualMatrixType; typedef in class:Eigen::internal::generic_matrix_wrapper
106 typedef ActualMatrixType Type;
121 const ActualMatrixType& matrix() const
132 const ActualMatrixType *mp_matrix;
367 typedef typename MatrixWrapper::ActualMatrixType ActualMatrixType; typedef in class:Eigen::IterativeSolverBase
[all...]
H A DConjugateGradient.h200 typedef typename Base::ActualMatrixType ActualMatrixType; typedef
207 typedef typename internal::conditional<TransposeInput,Transpose<const ActualMatrixType>, ActualMatrixType const&>::type RowMajorWrapper;
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
H A DMINRES.h243 typedef typename Base::ActualMatrixType ActualMatrixType; typedef
250 typedef typename internal::conditional<TransposeInput,Transpose<const ActualMatrixType>, ActualMatrixType const&>::type RowMajorWrapper;
/external/eigen/Eigen/src/LU/arch/
H A DInverse_SSE.h42 typedef typename conditional<(MatrixType::Flags&LinearAccessBit),MatrixType const &,typename MatrixType::PlainObject>::type ActualMatrixType; typedef in struct:Eigen::internal::compute_inverse_size4
46 ActualMatrixType matrix(mat);
174 typedef typename conditional<(MatrixType::Flags&LinearAccessBit),MatrixType const &,typename MatrixType::PlainObject>::type ActualMatrixType; typedef in struct:Eigen::internal::compute_inverse_size4
178 ActualMatrixType matrix(mat);

Completed in 154 milliseconds