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

  /external/eigen/Eigen/src/Core/
DiagonalMatrix.h 109 typedef DiagonalShape StorageKind;
232 typedef DiagonalShape StorageKind;
311 template<> struct storage_kind_to_shape<DiagonalShape> { typedef DiagonalShape Shape; };
315 template<> struct AssignmentKind<DenseShape,DiagonalShape> { typedef Diagonal2Dense Kind; };
ProductEvaluators.h     [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseDiagonalProduct.h 38 struct product_evaluator<Product<Lhs, Rhs, DefaultProduct>, ProductTag, DiagonalShape, SparseShape>
49 struct product_evaluator<Product<Lhs, Rhs, DefaultProduct>, ProductTag, SparseShape, DiagonalShape>
SparseAssign.h 175 template<> struct AssignmentKind<SparseShape,DiagonalShape> { typedef Diagonal2Sparse Kind; };
  /external/eigen/Eigen/src/Core/util/
Constants.h 515 struct DiagonalShape { static std::string debugName() { return "DiagonalShape"; } };
XprHelper.h 281 template<typename T> struct plain_matrix_type<T,DiagonalShape>
327 template<typename T> struct eval<T,DiagonalShape>
565 template <typename A, int ProductTag> struct product_promote_storage_type<A, DiagonalShape, ProductTag> { typedef A ret; };
566 template <typename B, int ProductTag> struct product_promote_storage_type<DiagonalShape, B, ProductTag> { typedef B ret; };
567 template <int ProductTag> struct product_promote_storage_type<Dense, DiagonalShape, ProductTag> { typedef Dense ret; };
568 template <int ProductTag> struct product_promote_storage_type<DiagonalShape, Dense, ProductTag> { typedef Dense ret; };
    [all...]

Completed in 90 milliseconds