Searched refs:MatrixXpr (Results 1 - 13 of 13) sorted by relevance

/external/eigen/Eigen/src/Core/util/
H A DXprHelper.h177 template<typename T> struct plain_matrix_type_dense<T,MatrixXpr>
352 /* dense_xpr_base should only ever be used on dense expressions, thus falling either into the MatrixXpr or into the ArrayXpr cases */
356 struct dense_xpr_base<Derived, MatrixXpr>
421 is_same< typename traits<ExpressionType>::XprKind, MatrixXpr >::value,
436 is_same< typename traits<ExpressionType>::XprKind, MatrixXpr >::value,
452 is_same< typename traits<ExpressionType>::XprKind, MatrixXpr >::value,
H A DConstants.h431 struct MatrixXpr {}; struct in namespace:Eigen
/external/eigen/Eigen/src/Core/
H A DArrayWrapper.h151 typedef MatrixXpr XprKind;
H A DMatrix.h111 typedef MatrixXpr XprKind;
H A DProductBase.h24 typedef MatrixXpr XprKind;
/external/eigen/Eigen/src/SparseCore/
H A DSparseDiagonalProduct.h38 typedef MatrixXpr XprKind;
H A DSparseProduct.h42 typedef MatrixXpr XprKind;
H A DSparseDenseProduct.h157 typedef MatrixXpr XprKind;
H A DSparseVector.h35 typedef MatrixXpr XprKind;
H A DSparseMatrix.h48 typedef MatrixXpr XprKind;
70 typedef MatrixXpr XprKind;
/external/eigen/unsupported/Eigen/src/KroneckerProduct/
H A DKroneckerTensorProduct.h173 typedef MatrixXpr XprKind;
/external/eigen/unsupported/Eigen/src/SparseExtra/
H A DDynamicSparseMatrix.h42 typedef MatrixXpr XprKind;
/external/eigen/Eigen/src/Core/products/
H A DCoeffBasedProduct.h40 typedef MatrixXpr XprKind;

Completed in 182 milliseconds