Searched refs:ProductReturnType (Results 1 - 6 of 6) sorted by relevance

/external/eigen/bench/
H A Dproduct_threshold.cpp41 c.noalias() += typename ProductReturnType<Lhs,Rhs,Mode>::Type(a,b);
/external/eigen/Eigen/src/Core/
H A DGeneralProduct.h29 * arguments are determined automatically by ProductReturnType. Therefore,
31 * function which involves a matrix product, use ProductReturnType::Type.
33 * \sa ProductReturnType, MatrixBase::operator*(const MatrixBase<OtherDerived>&)
131 /** \class ProductReturnType
141 * between two matrix expressions. In practice, using ProductReturnType<Lhs,Rhs>::Type
149 struct ProductReturnType struct in namespace:Eigen
159 struct ProductReturnType<Lhs,Rhs,CoeffBasedProductMode> struct in namespace:Eigen
167 struct ProductReturnType<Lhs,Rhs,LazyCoeffBasedProductMode> struct in namespace:Eigen
176 struct LazyProductReturnType : public ProductReturnType<Lhs,Rhs,LazyCoeffBasedProductMode>
570 inline const typename ProductReturnType<Derive
[all...]
H A DMatrixBase.h176 const typename ProductReturnType<Derived,OtherDerived>::Type
H A DTriangularMatrix.h305 typedef typename ProductReturnType<DenseMatrixType, OtherPlainObject>::Type ProdRetType;
/external/eigen/Eigen/src/Eigen2Support/Geometry/
H A DTransform.h173 friend inline const typename ProductReturnType<OtherDerived,MatrixType>::Type
744 typedef typename ProductReturnType<MatrixType,Other>::Type ResultType;
770 typedef typename ProductReturnType<MatrixType,Other>::Type ResultType;
/external/eigen/Eigen/src/Core/util/
H A DForwardDeclarations.h142 struct ProductReturnType;

Completed in 1056 milliseconds