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
228 struct traits<GeneralProduct<Lhs,Rhs,OuterProduct> >
229 : traits<ProductBase<GeneralProduct<Lhs,Rhs,OuterProduct>, Lhs, Rhs> >
235 class GeneralProduct<Lh class in namespace:Eigen
241 GeneralProduct(const Lhs& lhs, const Rhs& rhs) : Base(lhs,rhs) function in class:Eigen::GeneralProduct
305 class GeneralProduct<Lhs, Rhs, GemvProduct> class in namespace:Eigen
314 GeneralProduct(const Lhs& lhs, const Rhs& rhs) : Base(lhs,rhs) function in class:Eigen::GeneralProduct
[all...]
/external/eigen/Eigen/src/Core/products/
H A DGeneralMatrixMatrix.h195 * Specialization of GeneralProduct<> for "large" GEMM, i.e.,
200 struct traits<GeneralProduct<Lhs,Rhs,GemmProduct> >
201 : traits<ProductBase<GeneralProduct<Lhs,Rhs,GemmProduct>, Lhs, Rhs> >
379 class GeneralProduct<Lhs, Rhs, GemmProduct> class in namespace:Eigen
380 : public ProductBase<GeneralProduct<Lhs,Rhs,GemmProduct>, Lhs, Rhs>
386 EIGEN_PRODUCT_PUBLIC_INTERFACE(GeneralProduct)
392 GeneralProduct(const Lhs& lhs, const Rhs& rhs) : Base(lhs,rhs) function in class:Eigen::GeneralProduct

Completed in 300 milliseconds