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

/external/eigen/Eigen/src/Core/products/
H A DTriangularMatrixVector.h217 typedef typename ProductType::ActualRhsType ActualRhsType; typedef
223 typename internal::add_const_on_value_type<ActualRhsType>::type actualRhs = RhsBlasTraits::extract(prod.rhs());
292 typedef typename ProductType::ActualRhsType ActualRhsType; typedef
298 typename add_const<ActualRhsType>::type actualRhs = RhsBlasTraits::extract(prod.rhs());
H A DSelfadjointMatrixVector.h192 typename internal::add_const_on_value_type<ActualRhsType>::type rhs = RhsBlasTraits::extract(m_rhs);
H A DGeneralMatrixMatrix.h403 typename internal::add_const_on_value_type<ActualRhsType>::type rhs = RhsBlasTraits::extract(m_rhs);
H A DSelfadjointMatrixMatrix.h391 typename internal::add_const_on_value_type<ActualRhsType>::type rhs = RhsBlasTraits::extract(m_rhs);
H A DTriangularMatrixMatrix.h370 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.h395 typedef typename ProductType::ActualRhsType ActualRhsType; typedef
401 ActualRhsType actualRhs = RhsBlasTraits::extract(prod.rhs());
467 typedef typename ProductType::ActualRhsType ActualRhsType; typedef
473 typename add_const<ActualRhsType>::type actualRhs = RhsBlasTraits::extract(prod.rhs());

Completed in 60 milliseconds