Searched refs:ProductImpl (Results 1 – 1 of 1) sorted by relevance
/external/eigen/Eigen/src/Core/ |
D | Product.h | 15 template<typename Lhs, typename Rhs, int Option, typename StorageKind> class ProductImpl; variable 71 class Product : public ProductImpl<_Lhs,_Rhs,Option, 81 typedef typename ProductImpl< 140 class ProductImpl : public internal::generic_xpr_base<Product<Lhs,Rhs,Option>, MatrixXpr, StorageKi… 147 class ProductImpl<Lhs,Rhs,Option,Dense>
|