Searched defs:MatrixWrapper (Results 1 - 4 of 4) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DArrayWrapper.h23 * \sa MatrixBase::array(), class MatrixWrapper
112 /** \class MatrixWrapper
125 struct traits<MatrixWrapper<ExpressionType> >
138 class MatrixWrapper : public MatrixBase<MatrixWrapper<ExpressionType> > class in namespace:Eigen
141 typedef MatrixBase<MatrixWrapper<ExpressionType> > Base;
142 EIGEN_DENSE_PUBLIC_INTERFACE(MatrixWrapper)
143 EIGEN_INHERIT_ASSIGNMENT_OPERATORS(MatrixWrapper)
157 explicit inline MatrixWrapper(ExpressionType& matrix) : m_expression(matrix) {} function in class:Eigen::MatrixWrapper
/external/eigen/Eigen/src/IterativeLinearSolvers/
H A DConjugateGradient.h199 typedef typename Base::MatrixWrapper MatrixWrapper; typedef
202 TransposeInput = (!MatrixWrapper::MatrixFree)
208 EIGEN_STATIC_ASSERT(EIGEN_IMPLIES(MatrixWrapper::MatrixFree,UpLo==(Lower|Upper)),MATRIX_FREE_CONJUGATE_GRADIENT_IS_COMPATIBLE_WITH_UPPER_UNION_LOWER_MODE_ONLY);
211 typename MatrixWrapper::template ConstSelfAdjointViewReturnType<UpLo>::Type
H A DIterativeSolverBase.h366 typedef internal::generic_matrix_wrapper<MatrixType> MatrixWrapper; typedef in class:Eigen::IterativeSolverBase
367 typedef typename MatrixWrapper::ActualMatrixType ActualMatrixType;
380 MatrixWrapper m_matrixWrapper;
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
H A DMINRES.h242 typedef typename Base::MatrixWrapper MatrixWrapper; typedef
245 TransposeInput = (!MatrixWrapper::MatrixFree)
251 EIGEN_STATIC_ASSERT(EIGEN_IMPLIES(MatrixWrapper::MatrixFree,UpLo==(Lower|Upper)),MATRIX_FREE_CONJUGATE_GRADIENT_IS_COMPATIBLE_WITH_UPPER_UNION_LOWER_MODE_ONLY);
254 typename MatrixWrapper::template ConstSelfAdjointViewReturnType<UpLo>::Type

Completed in 180 milliseconds