Searched refs:TriangularShape (Results 1 – 6 of 6) sorted by relevance
/external/eigen/Eigen/src/Core/ |
D | TriangularMatrix.h | 726 …typedef typename glue_shapes<typename evaluator_traits<MatrixType>::Shape, TriangularShape>::type … 835 template<> struct AssignmentKind<TriangularShape,TriangularShape> { typedef Triangular2Triangular K… 836 template<> struct AssignmentKind<DenseShape,TriangularShape> { typedef Triangular2Dense K… 837 template<> struct AssignmentKind<TriangularShape,DenseShape> { typedef Dense2Triangular K…
|
D | ProductEvaluators.h | 761 struct generic_product_impl<Lhs,Rhs,TriangularShape,DenseShape,ProductTag> 762 …: generic_product_impl_base<Lhs,Rhs,generic_product_impl<Lhs,Rhs,TriangularShape,DenseShape,Produc… 775 struct generic_product_impl<Lhs,Rhs,DenseShape,TriangularShape,ProductTag> 776 : generic_product_impl_base<Lhs,Rhs,generic_product_impl<Lhs,Rhs,DenseShape,TriangularShape,Product…
|
/external/eigen/Eigen/src/Core/util/ |
D | Constants.h | 533 struct TriangularShape { static std::string debugName() { return "TriangularShape"; } }; in debugName() argument
|
D | XprHelper.h | 686 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 | 441 struct generic_product_impl<Lhs, Homogeneous<RhsArg,Vertical>, TriangularShape, HomogeneousShape, P…
|