Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Core/
DTriangularMatrix.h709 …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…
DProductEvaluators.h703 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/
DConstants.h517 struct TriangularShape { static std::string debugName() { return "TriangularShape"; } }; in debugName() struct
DXprHelper.h658 template<> struct glue_shapes<DenseShape,TriangularShape> { typedef TriangularShape type; };
/external/eigen/Eigen/src/SparseCore/
DSparseUtil.h141 template<> struct glue_shapes<SparseShape,TriangularShape > { typedef SparseTriangularShape type; …
/external/eigen/Eigen/src/Geometry/
DHomogeneous.h437 struct generic_product_impl<Lhs, Homogeneous<RhsArg,Vertical>, TriangularShape, HomogeneousShape, P…