HomeSort by relevance Sort by last modified time
    Searched defs:XprKind (Results 1 - 19 of 19) sorted by null

  /external/eigen/Eigen/src/Core/
Array.h 19 typedef ArrayXpr XprKind;
ArrayWrapper.h 31 typedef ArrayXpr XprKind;
129 typedef MatrixXpr XprKind;
Replicate.h 22 typedef typename traits<MatrixType>::XprKind XprKind;
Select.h 37 typedef typename traits<ThenMatrixType>::XprKind XprKind;
CwiseBinaryOp.h 23 typedef typename traits<Ancestor>::XprKind XprKind;
CwiseTernaryOp.h 23 typedef typename traits<Ancestor>::XprKind XprKind;
Matrix.h 37 typedef MatrixXpr XprKind;
Reverse.h 25 typedef typename traits<MatrixType>::XprKind XprKind;
Block.h 22 typedef typename traits<XprType>::XprKind XprKind;
DiagonalMatrix.h 233 typedef typename traits<DiagonalVectorType>::XprKind XprKind;
Product.h 27 typedef MatrixXpr XprKind;
VectorwiseOp.h 42 typedef typename traits<MatrixType>::XprKind XprKind;
  /external/eigen/unsupported/Eigen/src/KroneckerProduct/
KroneckerTensorProduct.h 222 typedef MatrixXpr XprKind;
  /external/eigen/unsupported/Eigen/src/SparseExtra/
DynamicSparseMatrix.h 42 typedef MatrixXpr XprKind;
BlockSparseMatrix.h 65 typedef MatrixXpr XprKind;
249 typedef MatrixXpr XprKind;
    [all...]
  /external/eigen/Eigen/src/LU/
FullPivLU.h 19 typedef MatrixXpr XprKind;
    [all...]
PartialPivLU.h 20 typedef MatrixXpr XprKind;
  /external/eigen/Eigen/src/SparseCore/
SparseVector.h 35 typedef MatrixXpr XprKind;
SparseMatrix.h 52 typedef MatrixXpr XprKind;
73 typedef MatrixXpr XprKind;
    [all...]

Completed in 1426 milliseconds