HomeSort by relevance Sort by last modified time
    Searched refs:ActualRhsType (Results 1 - 6 of 6) sorted by null

  /external/eigen/Eigen/src/Core/
GeneralProduct.h 209 typedef typename RhsBlasTraits::DirectLinearAccessType ActualRhsType;
214 ActualRhsType actualRhs = RhsBlasTraits::extract(rhs);
302 typedef typename RhsBlasTraits::DirectLinearAccessType ActualRhsType;
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/
TriangularMatrixVector.h 217 typedef typename RhsBlasTraits::DirectLinearAccessType ActualRhsType;
222 typename internal::add_const_on_value_type<ActualRhsType>::type actualRhs = RhsBlasTraits::extract(rhs);
292 typedef typename RhsBlasTraits::DirectLinearAccessType ActualRhsType;
293 typedef typename internal::remove_all<ActualRhsType>::type ActualRhsTypeCleaned;
296 typename add_const<ActualRhsType>::type actualRhs = RhsBlasTraits::extract(rhs);
SelfadjointMatrixVector.h 172 typedef typename RhsBlasTraits::DirectLinearAccessType ActualRhsType;
173 typedef typename internal::remove_all<ActualRhsType>::type ActualRhsTypeCleaned;
187 typename internal::add_const_on_value_type<ActualRhsType>::type rhs = RhsBlasTraits::extract(a_rhs);
GeneralMatrixMatrix.h 418 typedef typename RhsBlasTraits::DirectLinearAccessType ActualRhsType;
419 typedef typename internal::remove_all<ActualRhsType>::type ActualRhsTypeCleaned;
465 typename internal::add_const_on_value_type<ActualRhsType>::type rhs = RhsBlasTraits::extract(a_rhs);
TriangularMatrixMatrix.h 402 typedef typename RhsBlasTraits::DirectLinearAccessType ActualRhsType;
403 typedef typename internal::remove_all<ActualRhsType>::type ActualRhsTypeCleaned;
406 typename internal::add_const_on_value_type<ActualRhsType>::type rhs = RhsBlasTraits::extract(a_rhs);
SelfadjointMatrixMatrix.h 476 typedef typename RhsBlasTraits::DirectLinearAccessType ActualRhsType;
491 typename internal::add_const_on_value_type<ActualRhsType>::type rhs = RhsBlasTraits::extract(a_rhs);

Completed in 306 milliseconds