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

  /external/eigen/Eigen/src/IterativeLinearSolvers/
SolveWithGuess.h 41 class SolveWithGuess : public internal::generic_xpr_base<SolveWithGuess<Decomposition,RhsType,GuessType>, MatrixXpr, typename internal::traits<RhsType>::StorageKind>::type
46 typedef typename internal::generic_xpr_base<SolveWithGuess<Decomposition,RhsType,GuessType>, MatrixXpr, typename internal::traits<RhsType>::StorageKind>::type Base;
  /external/eigen/Eigen/src/Core/
SolverBase.h 120 struct generic_xpr_base<Derived, MatrixXpr, SolverStorage>
Product.h 27 typedef MatrixXpr XprKind;
140 class ProductImpl : public internal::generic_xpr_base<Product<Lhs,Rhs,Option>, MatrixXpr, StorageKind>::type
143 typedef typename internal::generic_xpr_base<Product<Lhs,Rhs,Option>, MatrixXpr, StorageKind>::type Base;
Solve.h 104 class SolveImpl : public internal::generic_xpr_base<Solve<Decomposition,RhsType>, MatrixXpr, StorageKind>::type
107 typedef typename internal::generic_xpr_base<Solve<Decomposition,RhsType>, MatrixXpr, StorageKind>::type Base;
ArrayWrapper.h 129 typedef MatrixXpr XprKind;
Matrix.h 37 typedef MatrixXpr XprKind;
DenseBase.h 204 typedef typename internal::conditional<internal::is_same<typename internal::traits<Derived>::XprKind,MatrixXpr >::value,
  /external/eigen/Eigen/src/Core/util/
Constants.h 506 struct MatrixXpr {};
XprHelper.h 286 template<typename T, int Flags> struct plain_matrix_type_dense<T,MatrixXpr,Flags>
465 /* dense_xpr_base should only ever be used on dense expressions, thus falling either into the MatrixXpr or into the ArrayXpr cases */
469 struct dense_xpr_base<Derived, MatrixXpr>
587 is_same< typename traits<ExpressionType>::XprKind, MatrixXpr >::value,
602 is_same< typename traits<ExpressionType>::XprKind, MatrixXpr >::value,
618 is_same< typename traits<ExpressionType>::XprKind, MatrixXpr >::value,
635 typedef CwiseNullaryOp<scalar_constant_op<Scalar>, const typename conditional<is_same< typename traits<Expr>::XprKind, MatrixXpr >::value, matrix_type, array_type>::type > type;
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseUtil.h 132 struct generic_xpr_base<Derived, MatrixXpr, Sparse>
SparseVector.h 35 typedef MatrixXpr XprKind;
SparseMatrix.h 52 typedef MatrixXpr XprKind;
73 typedef MatrixXpr XprKind;
    [all...]
  /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/
PartialPivLU.h 20 typedef MatrixXpr XprKind;
FullPivLU.h 19 typedef MatrixXpr XprKind;
    [all...]

Completed in 277 milliseconds