HomeSort by relevance Sort by last modified time
    Searched refs:ProductReturnType (Results 1 - 6 of 6) sorted by null

  /external/eigen/bench/
product_threshold.cpp 41 c.noalias() += typename ProductReturnType<Lhs,Rhs,Mode>::Type(a,b);
  /external/eigen/Eigen/src/Core/
GeneralProduct.h 29 * 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
159 struct ProductReturnType<Lhs,Rhs,CoeffBasedProductMode>
167 struct ProductReturnType<Lhs,Rhs,LazyCoeffBasedProductMode>
176 struct LazyProductReturnType : public ProductReturnType<Lhs,Rhs,LazyCoeffBasedProductMode>
548 inline const typename ProductReturnType<Derived, OtherDerived>::Typ
    [all...]
MatrixBase.h 173 const typename ProductReturnType<Derived,OtherDerived>::Type
TriangularMatrix.h 305 typedef typename ProductReturnType<DenseMatrixType, OtherPlainObject>::Type ProdRetType;
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Transform.h 173 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/
ForwardDeclarations.h 143 struct ProductReturnType;

Completed in 476 milliseconds