Searched refs:TriangularShape (Results 1 – 6 of 6) sorted by relevance
/external/eigen/Eigen/src/Core/ |
D | TriangularMatrix.h | 709 …typedef typename glue_shapes<typename evaluator_traits<MatrixType>::Shape, TriangularShape>::type … 817 template<> struct AssignmentKind<TriangularShape,TriangularShape> { typedef Triangular2Triangular K… 818 template<> struct AssignmentKind<DenseShape,TriangularShape> { typedef Triangular2Dense K… 819 template<> struct AssignmentKind<TriangularShape,DenseShape> { typedef Dense2Triangular K…
|
D | ProductEvaluators.h | 703 struct generic_product_impl<Lhs,Rhs,TriangularShape,DenseShape,ProductTag> 704 …: generic_product_impl_base<Lhs,Rhs,generic_product_impl<Lhs,Rhs,TriangularShape,DenseShape,Produc… 717 struct generic_product_impl<Lhs,Rhs,DenseShape,TriangularShape,ProductTag> 718 : generic_product_impl_base<Lhs,Rhs,generic_product_impl<Lhs,Rhs,DenseShape,TriangularShape,Product…
|
/external/eigen/Eigen/src/Core/util/ |
D | Constants.h | 517 struct TriangularShape { static std::string debugName() { return "TriangularShape"; } }; in debugName() struct
|
D | XprHelper.h | 658 template<> struct glue_shapes<DenseShape,TriangularShape> { typedef TriangularShape type; };
|
/external/eigen/Eigen/src/SparseCore/ |
D | SparseUtil.h | 141 template<> struct glue_shapes<SparseShape,TriangularShape > { typedef SparseTriangularShape type; …
|
/external/eigen/Eigen/src/Geometry/ |
D | Homogeneous.h | 437 struct generic_product_impl<Lhs, Homogeneous<RhsArg,Vertical>, TriangularShape, HomogeneousShape, P…
|