Home
last modified time | relevance | path

Searched refs:SkylineProduct (Results 1 – 5 of 5) sorted by relevance

/external/eigen/unsupported/Eigen/src/Skyline/
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,
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)
DSkylineUtil.h22 template<typename Lhs, typename Rhs, int ProductMode> class SkylineProduct; variable
DSkylineMatrixBase.h173 … inline Derived & operator=(const SkylineProduct<Lhs, Rhs, SkylineTimeSkylineProduct>& product);
/external/eigen/unsupported/Eigen/
DSkyline35 #include "src/Skyline/SkylineProduct.h"
/external/tensorflow/third_party/eigen3/
DLICENSE277 ./unsupported/Eigen/src/Skyline/SkylineProduct.h