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

  /external/eigen/Eigen/src/Core/products/
TriangularMatrixVector.h 227 typedef typename ProductType::ActualRhsType ActualRhsType;
233 typename internal::add_const_on_value_type<ActualRhsType>::type actualRhs = RhsBlasTraits::extract(prod.rhs());
302 typedef typename ProductType::ActualRhsType ActualRhsType;
308 typename add_const<ActualRhsType>::type actualRhs = RhsBlasTraits::extract(prod.rhs());
SelfadjointMatrixVector.h 199 typename internal::add_const_on_value_type<ActualRhsType>::type rhs = RhsBlasTraits::extract(m_rhs);
GeneralMatrixMatrix.h 402 typename internal::add_const_on_value_type<ActualRhsType>::type rhs = RhsBlasTraits::extract(m_rhs);
SelfadjointMatrixMatrix.h 411 typename internal::add_const_on_value_type<ActualRhsType>::type rhs = RhsBlasTraits::extract(m_rhs);
TriangularMatrixMatrix.h 394 typename internal::add_const_on_value_type<ActualRhsType>::type rhs = RhsBlasTraits::extract(m_rhs);
  /external/eigen/Eigen/src/Core/
ProductBase.h 57 typedef typename Base::ActualRhsType ActualRhsType; \
79 typedef typename RhsBlasTraits::DirectLinearAccessType ActualRhsType;
80 typedef typename internal::remove_all<ActualRhsType>::type _ActualRhsType;
GeneralProduct.h 417 typedef typename ProductType::ActualRhsType ActualRhsType;
423 ActualRhsType actualRhs = RhsBlasTraits::extract(prod.rhs());
489 typedef typename ProductType::ActualRhsType ActualRhsType;
495 typename add_const<ActualRhsType>::type actualRhs = RhsBlasTraits::extract(prod.rhs());

Completed in 175 milliseconds