Searched refs:DiagonalShape (Results 1 – 6 of 6) sorted by relevance
/external/eigen/Eigen/src/Core/ |
D | 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; };
|
D | ProductEvaluators.h | 828 struct product_evaluator<Product<Lhs, Rhs, ProductKind>, ProductTag, DiagonalShape, DenseShape> 874 struct product_evaluator<Product<Lhs, Rhs, ProductKind>, ProductTag, DenseShape, DiagonalShape>
|
/external/eigen/Eigen/src/SparseCore/ |
D | SparseDiagonalProduct.h | 38 struct product_evaluator<Product<Lhs, Rhs, DefaultProduct>, ProductTag, DiagonalShape, SparseShape> 49 struct product_evaluator<Product<Lhs, Rhs, DefaultProduct>, ProductTag, SparseShape, DiagonalShape>
|
D | SparseAssign.h | 175 template<> struct AssignmentKind<SparseShape,DiagonalShape> { typedef Diagonal2Sparse Kind; };
|
/external/eigen/Eigen/src/Core/util/ |
D | XprHelper.h | 281 template<typename T> struct plain_matrix_type<T,DiagonalShape> 327 template<typename T> struct eval<T,DiagonalShape> 565 …t ProductTag> struct product_promote_storage_type<A, DiagonalShape, ProductT… 566 template <typename B, int ProductTag> struct product_promote_storage_type<DiagonalShape, B, … 567 …> struct product_promote_storage_type<Dense, DiagonalShape, ProductT… 568 template <int ProductTag> struct product_promote_storage_type<DiagonalShape, Dense…
|
D | Constants.h | 515 struct DiagonalShape { static std::string debugName() { return "DiagonalShape"; } }; in debugName() struct
|