Searched defs:ActualRhsType (Results 1 - 3 of 3) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DProductBase.h57 typedef typename Base::ActualRhsType ActualRhsType; \
79 typedef typename RhsBlasTraits::DirectLinearAccessType ActualRhsType; typedef in class:Eigen::ProductBase
80 typedef typename internal::remove_all<ActualRhsType>::type _ActualRhsType;
H A DGeneralProduct.h417 typedef typename ProductType::ActualRhsType ActualRhsType; typedef
423 ActualRhsType actualRhs = RhsBlasTraits::extract(prod.rhs());
489 typedef typename ProductType::ActualRhsType ActualRhsType; typedef
495 typename add_const<ActualRhsType>::type actualRhs = RhsBlasTraits::extract(prod.rhs());
/external/eigen/Eigen/src/Core/products/
H A DTriangularMatrixVector.h227 typedef typename ProductType::ActualRhsType ActualRhsType; typedef
233 typename internal::add_const_on_value_type<ActualRhsType>::type actualRhs = RhsBlasTraits::extract(prod.rhs());
302 typedef typename ProductType::ActualRhsType ActualRhsType; typedef
308 typename add_const<ActualRhsType>::type actualRhs = RhsBlasTraits::extract(prod.rhs());

Completed in 73 milliseconds