Searched defs:SkylineProduct (Results 1 - 1 of 1) sorted by path

/external/eigen/unsupported/Eigen/src/Skyline/
H A DSkylineProduct.h20 typedef SkylineProduct<LhsNested, RhsNested, ProductMode> Type;
24 struct internal::traits<SkylineProduct<LhsNested, RhsNested, ProductMode> > {
56 SkylineMatrixBase<SkylineProduct<LhsNested, RhsNested, ProductMode> >,
57 MatrixBase<SkylineProduct<LhsNested, RhsNested, ProductMode> > >::type Base;
62 class SkylineProduct : no_assignment_operator, class in namespace:Eigen::internal
63 public traits<SkylineProduct<LhsNested, RhsNested, ProductMode> >::Base {
66 EIGEN_GENERIC_PUBLIC_INTERFACE(SkylineProduct)
70 typedef typename traits<SkylineProduct>::_LhsNested _LhsNested;
71 typedef typename traits<SkylineProduct>::_RhsNested _RhsNested;
76 EIGEN_STRONG_INLINE SkylineProduct(cons function in class:Eigen::internal::SkylineProduct
[all...]

Completed in 179 milliseconds