Home
last modified time | relevance | path

Searched refs:GeneralProduct (Results 1 – 6 of 6) sorted by relevance

/external/eigen/Eigen/src/Core/
DGeneralProduct.h36 class GeneralProduct; variable
155 typedef GeneralProduct<Lhs/*Nested*/, Rhs/*Nested*/, ProductType> Type;
193 struct traits<GeneralProduct<Lhs,Rhs,InnerProduct> >
200 class GeneralProduct<Lhs, Rhs, InnerProduct>
206 GeneralProduct(const Lhs& lhs, const Rhs& rhs)
250 struct traits<GeneralProduct<Lhs,Rhs,OuterProduct> >
251 : traits<ProductBase<GeneralProduct<Lhs,Rhs,OuterProduct>, Lhs, Rhs> >
257 class GeneralProduct<Lhs, Rhs, OuterProduct>
258 : public ProductBase<GeneralProduct<Lhs,Rhs,OuterProduct>, Lhs, Rhs>
263 EIGEN_PRODUCT_PUBLIC_INTERFACE(GeneralProduct)
[all …]
DProductBase.h188 struct nested<GeneralProduct<Lhs,Rhs,Mode>, N, PlainObject>
190 typedef typename GeneralProduct<Lhs,Rhs,Mode>::PlainObject const& type;
193 struct nested<const GeneralProduct<Lhs,Rhs,Mode>, N, PlainObject>
195 typedef typename GeneralProduct<Lhs,Rhs,Mode>::PlainObject const& type;
/external/eigen/Eigen/src/Core/products/
DGeneralMatrixMatrix.h199 struct traits<GeneralProduct<Lhs,Rhs,GemmProduct> >
200 : traits<ProductBase<GeneralProduct<Lhs,Rhs,GemmProduct>, Lhs, Rhs> >
378 class GeneralProduct<Lhs, Rhs, GemmProduct>
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)
/external/eigen/doc/
DTopicLazyEvaluation.dox39 …dlink. The most important example of such an expression is the \link GeneralProduct matrix product…
51 …Again, the most important example of such an expression is the \link GeneralProduct matrix product…
/external/eigen/Eigen/src/Core/util/
DForwardDeclarations.h92 template<typename Lhs, typename Rhs, int Mode> class GeneralProduct;
/external/eigen/Eigen/
DCore323 #include "src/Core/GeneralProduct.h"