Searched refs:ActualRhsType (Results 1 - 7 of 7) sorted by relevance

/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());
H A DSelfadjointMatrixVector.h199 typename internal::add_const_on_value_type<ActualRhsType>::type rhs = RhsBlasTraits::extract(m_rhs);
H A DGeneralMatrixMatrix.h402 typename internal::add_const_on_value_type<ActualRhsType>::type rhs = RhsBlasTraits::extract(m_rhs);
H A DSelfadjointMatrixMatrix.h411 typename internal::add_const_on_value_type<ActualRhsType>::type rhs = RhsBlasTraits::extract(m_rhs);
H A DTriangularMatrixMatrix.h394 typename internal::add_const_on_value_type<ActualRhsType>::type rhs = RhsBlasTraits::extract(m_rhs);
/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());

Completed in 62 milliseconds