Home
last modified time | relevance | path

Searched refs:DiagonalShape (Results 1 – 6 of 6) sorted by relevance

/external/eigen/Eigen/src/Core/
DDiagonalMatrix.h109 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; };
DProductEvaluators.h828 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/
DSparseDiagonalProduct.h38 struct product_evaluator<Product<Lhs, Rhs, DefaultProduct>, ProductTag, DiagonalShape, SparseShape>
49 struct product_evaluator<Product<Lhs, Rhs, DefaultProduct>, ProductTag, SparseShape, DiagonalShape>
DSparseAssign.h175 template<> struct AssignmentKind<SparseShape,DiagonalShape> { typedef Diagonal2Sparse Kind; };
/external/eigen/Eigen/src/Core/util/
DXprHelper.h281 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…
DConstants.h515 struct DiagonalShape { static std::string debugName() { return "DiagonalShape"; } }; in debugName() struct