HomeSort by relevance Sort by last modified time
    Searched defs:ProductType (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/Core/products/
TriangularMatrixVector.h 210 typedef TriangularProduct<Mode,true,Lhs,false,Rhs,true> ProductType;
211 typedef typename ProductType::Index Index;
212 typedef typename ProductType::LhsScalar LhsScalar;
213 typedef typename ProductType::RhsScalar RhsScalar;
214 typedef typename ProductType::Scalar ResScalar;
215 typedef typename ProductType::RealScalar RealScalar;
216 typedef typename ProductType::ActualLhsType ActualLhsType;
217 typedef typename ProductType::ActualRhsType ActualRhsType;
218 typedef typename ProductType::LhsBlasTraits LhsBlasTraits;
219 typedef typename ProductType::RhsBlasTraits RhsBlasTraits
    [all...]
  /external/eigen/Eigen/src/Geometry/
Transform.h 468 typedef internal::transform_transform_product_impl<Transform,Transform<Scalar,Dim,OtherMode,OtherOptions> > ProductType;
469 typedef typename ProductType::ResultType ResultType;
478 typedef typename icc_11_workaround<OtherMode,OtherOptions>::ProductType ProductType;
479 return ProductType::run(*this,other);
    [all...]

Completed in 169 milliseconds