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

/external/eigen/Eigen/src/Core/
H A DGeneralProduct.h209 typedef typename RhsBlasTraits::DirectLinearAccessType ActualRhsType; typedef
214 ActualRhsType actualRhs = RhsBlasTraits::extract(rhs);
302 typedef typename RhsBlasTraits::DirectLinearAccessType ActualRhsType; typedef
303 typedef typename internal::remove_all<ActualRhsType>::type ActualRhsTypeCleaned;
306 typename add_const<ActualRhsType>::type actualRhs = RhsBlasTraits::extract(rhs);
/external/eigen/Eigen/src/Core/products/
H A DTriangularMatrixVector.h217 typedef typename RhsBlasTraits::DirectLinearAccessType ActualRhsType; typedef
222 typename internal::add_const_on_value_type<ActualRhsType>::type actualRhs = RhsBlasTraits::extract(rhs);
292 typedef typename RhsBlasTraits::DirectLinearAccessType ActualRhsType; typedef
293 typedef typename internal::remove_all<ActualRhsType>::type ActualRhsTypeCleaned;
296 typename add_const<ActualRhsType>::type actualRhs = RhsBlasTraits::extract(rhs);
H A DSelfadjointMatrixVector.h172 typedef typename RhsBlasTraits::DirectLinearAccessType ActualRhsType; typedef in struct:Eigen::internal::selfadjoint_product_impl
173 typedef typename internal::remove_all<ActualRhsType>::type ActualRhsTypeCleaned;
187 typename internal::add_const_on_value_type<ActualRhsType>::type rhs = RhsBlasTraits::extract(a_rhs);
H A DGeneralMatrixMatrix.h418 typedef typename RhsBlasTraits::DirectLinearAccessType ActualRhsType; typedef in struct:Eigen::internal::generic_product_impl
419 typedef typename internal::remove_all<ActualRhsType>::type ActualRhsTypeCleaned;
465 typename internal::add_const_on_value_type<ActualRhsType>::type rhs = RhsBlasTraits::extract(a_rhs);
H A DTriangularMatrixMatrix.h402 typedef typename RhsBlasTraits::DirectLinearAccessType ActualRhsType; typedef
403 typedef typename internal::remove_all<ActualRhsType>::type ActualRhsTypeCleaned;
406 typename internal::add_const_on_value_type<ActualRhsType>::type rhs = RhsBlasTraits::extract(a_rhs);
H A DSelfadjointMatrixMatrix.h476 typedef typename RhsBlasTraits::DirectLinearAccessType ActualRhsType; typedef in struct:Eigen::internal::selfadjoint_product_impl
491 typename internal::add_const_on_value_type<ActualRhsType>::type rhs = RhsBlasTraits::extract(a_rhs);

Completed in 109 milliseconds