Searched defs:GeneralProduct (Results 1 - 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DGeneralProduct.h16 /** \class GeneralProduct
30 * GeneralProduct should never be used direclty. To determine the result type of a
36 class GeneralProduct;
155 typedef GeneralProduct<Lhs/*Nested*/, Rhs/*Nested*/, ProductType> Type;
193 struct traits<GeneralProduct<Lhs,Rhs,InnerProduct> >
200 class GeneralProduct<Lhs, Rhs, InnerProduct> class in namespace:Eigen
206 GeneralProduct(const Lhs& lhs, const Rhs& rhs) function in class:Eigen::GeneralProduct
250 struct traits<GeneralProduct<Lhs,Rhs,OuterProduct> >
251 : traits<ProductBase<GeneralProduct<Lhs,Rhs,OuterProduct>, Lhs, Rhs> >
257 class GeneralProduct<Lh class in namespace:Eigen
265 GeneralProduct(const Lhs& lhs, const Rhs& rhs) : Base(lhs,rhs) function in class:Eigen::GeneralProduct
327 class GeneralProduct<Lhs, Rhs, GemvProduct> class in namespace:Eigen
336 GeneralProduct(const Lhs& a_lhs, const Rhs& a_rhs) : Base(a_lhs,a_rhs) function in class:Eigen::GeneralProduct
[all...]
/external/eigen/Eigen/src/Core/products/
H A DGeneralMatrixMatrix.h194 * Specialization of GeneralProduct<> for "large" GEMM, i.e.,
199 struct traits<GeneralProduct<Lhs,Rhs,GemmProduct> >
200 : traits<ProductBase<GeneralProduct<Lhs,Rhs,GemmProduct>, Lhs, Rhs> >
378 class GeneralProduct<Lhs, Rhs, GemmProduct> class in namespace:Eigen
379 : public ProductBase<GeneralProduct<Lhs,Rhs,GemmProduct>, Lhs, Rhs>
385 EIGEN_PRODUCT_PUBLIC_INTERFACE(GeneralProduct)
391 GeneralProduct(const Lhs& lhs, const Rhs& rhs) : Base(lhs,rhs) function in class:Eigen::GeneralProduct

Completed in 36 milliseconds