Searched refs:MatrixWrapper (Results 1 – 9 of 9) sorted by relevance
126 struct traits<MatrixWrapper<ExpressionType> >140 class MatrixWrapper : public MatrixBase<MatrixWrapper<ExpressionType> >143 typedef MatrixBase<MatrixWrapper<ExpressionType> > Base;144 EIGEN_DENSE_PUBLIC_INTERFACE(MatrixWrapper)145 EIGEN_INHERIT_ASSIGNMENT_OPERATORS(MatrixWrapper)159 explicit inline MatrixWrapper(ExpressionType& matrix) : m_expression(matrix) {}
15 template<typename ExpressionType> class MatrixWrapper; variable148 MatrixWrapper<Derived> matrix() { return MatrixWrapper<Derived>(derived()); } in matrix()150 …const MatrixWrapper<const Derived> matrix() const { return MatrixWrapper<const Derived>(derived())… in matrix()
1388 struct unary_evaluator<MatrixWrapper<TArgType> >1389 : evaluator_wrapper_base<MatrixWrapper<TArgType> >1391 typedef MatrixWrapper<TArgType> XprType;1394 : evaluator_wrapper_base<MatrixWrapper<TArgType> >(wrapper.nestedExpression())
199 typedef typename Base::MatrixWrapper MatrixWrapper;202 TransposeInput = (!MatrixWrapper::MatrixFree)208 …EIGEN_STATIC_ASSERT(EIGEN_IMPLIES(MatrixWrapper::MatrixFree,UpLo==(Lower|Upper)),MATRIX_FREE_CONJU…211 … typename MatrixWrapper::template ConstSelfAdjointViewReturnType<UpLo>::Type
366 typedef internal::generic_matrix_wrapper<MatrixType> MatrixWrapper; typedef367 typedef typename MatrixWrapper::ActualMatrixType ActualMatrixType;380 MatrixWrapper m_matrixWrapper;
242 typedef typename Base::MatrixWrapper MatrixWrapper;245 TransposeInput = (!MatrixWrapper::MatrixFree)251 …EIGEN_STATIC_ASSERT(EIGEN_IMPLIES(MatrixWrapper::MatrixFree,UpLo==(Lower|Upper)),MATRIX_FREE_CONJU…254 … typename MatrixWrapper::template ConstSelfAdjointViewReturnType<UpLo>::Type
253 MatrixWrapper<const Array4i> AM = A.matrix(); in regrrssion_bug_1410()257 VERIFY((internal::traits<MatrixWrapper<const Array4i> >::Flags&LvalueBit)==0); in regrrssion_bug_1410()260 VERIFY((internal::traits<MatrixWrapper<Array4i> >::Flags&LvalueBit)==LvalueBit); in regrrssion_bug_1410()
131 template<typename ExpressionType> class MatrixWrapper;
78 MatrixWrapper<Array44f> a1m(a1);