Searched refs:SelfAdjointShape (Results 1 – 4 of 4) sorted by relevance
/external/eigen/Eigen/src/Core/util/ |
D | Constants.h | 518 struct SelfAdjointShape { static std::string debugName() { return "SelfAdjointShape"; } }; in debugName() struct
|
/external/eigen/Eigen/src/SparseCore/ |
D | SparseUtil.h | 140 template<> struct glue_shapes<SparseShape,SelfAdjointShape> { typedef SparseSelfAdjointShape type; …
|
/external/eigen/Eigen/src/Core/ |
D | SelfAdjointView.h | 273 typedef SelfAdjointShape Shape;
|
D | ProductEvaluators.h | 738 struct generic_product_impl<Lhs,Rhs,SelfAdjointShape,DenseShape,ProductTag> 739 …: generic_product_impl_base<Lhs,Rhs,generic_product_impl<Lhs,Rhs,SelfAdjointShape,DenseShape,Produ… 751 struct generic_product_impl<Lhs,Rhs,DenseShape,SelfAdjointShape,ProductTag> 752 : generic_product_impl_base<Lhs,Rhs,generic_product_impl<Lhs,Rhs,DenseShape,SelfAdjointShape,Produc…
|