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

  /external/eigen/Eigen/src/Core/
ProductBase.h 57 typedef typename Base::ActualRhsType ActualRhsType; \
79 typedef typename RhsBlasTraits::DirectLinearAccessType ActualRhsType;
80 typedef typename internal::remove_all<ActualRhsType>::type _ActualRhsType;
GeneralProduct.h 417 typedef typename ProductType::ActualRhsType ActualRhsType;
423 ActualRhsType actualRhs = RhsBlasTraits::extract(prod.rhs());
489 typedef typename ProductType::ActualRhsType ActualRhsType;
495 typename add_const<ActualRhsType>::type actualRhs = RhsBlasTraits::extract(prod.rhs());
  /external/eigen/Eigen/src/Core/products/
TriangularMatrixVector.h 227 typedef typename ProductType::ActualRhsType ActualRhsType;
233 typename internal::add_const_on_value_type<ActualRhsType>::type actualRhs = RhsBlasTraits::extract(prod.rhs());
302 typedef typename ProductType::ActualRhsType ActualRhsType;
308 typename add_const<ActualRhsType>::type actualRhs = RhsBlasTraits::extract(prod.rhs());

Completed in 178 milliseconds