HomeSort by relevance Sort by last modified time
    Searched refs:MatrixXpr (Results 1 - 13 of 13) sorted by null

  /external/eigen/Eigen/src/Core/util/
XprHelper.h 177 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,
Constants.h 431 struct MatrixXpr {};
  /external/eigen/Eigen/src/Core/
ArrayWrapper.h 156 typedef MatrixXpr XprKind;
Matrix.h 111 typedef MatrixXpr XprKind;
ProductBase.h 24 typedef MatrixXpr XprKind;
  /external/eigen/Eigen/src/SparseCore/
SparseDiagonalProduct.h 38 typedef MatrixXpr XprKind;
SparseProduct.h 42 typedef MatrixXpr XprKind;
SparseDenseProduct.h 157 typedef MatrixXpr XprKind;
SparseVector.h 35 typedef MatrixXpr XprKind;
SparseMatrix.h 48 typedef MatrixXpr XprKind;
70 typedef MatrixXpr XprKind;
    [all...]
  /external/eigen/unsupported/Eigen/src/KroneckerProduct/
KroneckerTensorProduct.h 173 typedef MatrixXpr XprKind;
  /external/eigen/unsupported/Eigen/src/SparseExtra/
DynamicSparseMatrix.h 42 typedef MatrixXpr XprKind;
  /external/eigen/Eigen/src/Core/products/
CoeffBasedProduct.h 40 typedef MatrixXpr XprKind;

Completed in 106 milliseconds