Searched refs:SkylineProduct (Results 1 – 4 of 4) sorted by relevance
/external/eigen/unsupported/Eigen/src/Skyline/ |
D | SkylineProduct.h | 20 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, 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(const Lhs& lhs, const Rhs& rhs)
|
D | SkylineUtil.h | 22 template<typename Lhs, typename Rhs, int ProductMode> class SkylineProduct; variable
|
D | SkylineMatrixBase.h | 173 … inline Derived & operator=(const SkylineProduct<Lhs, Rhs, SkylineTimeSkylineProduct>& product);
|
/external/eigen/unsupported/Eigen/ |
D | Skyline | 35 #include "src/Skyline/SkylineProduct.h"
|