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

/external/eigen/Eigen/src/Core/products/
H A DGeneralMatrixMatrixTriangular.h195 typedef typename RhsBlasTraits::DirectLinearAccessType ActualRhs; typedef
196 typedef typename internal::remove_all<ActualRhs>::type _ActualRhs;
197 typename internal::add_const_on_value_type<ActualRhs>::type actualRhs = RhsBlasTraits::extract(prod.rhs());

Completed in 144 milliseconds