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 217 typedef typename ProductType::ActualRhsType ActualRhsType;
223 typename internal::add_const_on_value_type<ActualRhsType>::type actualRhs = RhsBlasTraits::extract(prod.rhs());
292 typedef typename ProductType::ActualRhsType ActualRhsType;
298 typename add_const<ActualRhsType>::type actualRhs = RhsBlasTraits::extract(prod.rhs());
SelfadjointMatrixVector.h 192 typename internal::add_const_on_value_type<ActualRhsType>::type rhs = RhsBlasTraits::extract(m_rhs);
GeneralMatrixMatrix.h 403 typename internal::add_const_on_value_type<ActualRhsType>::type rhs = RhsBlasTraits::extract(m_rhs);
SelfadjointMatrixMatrix.h 391 typename internal::add_const_on_value_type<ActualRhsType>::type rhs = RhsBlasTraits::extract(m_rhs);
TriangularMatrixMatrix.h 370 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 395 typedef typename ProductType::ActualRhsType ActualRhsType;
401 ActualRhsType actualRhs = RhsBlasTraits::extract(prod.rhs());
467 typedef typename ProductType::ActualRhsType ActualRhsType;
473 typename add_const<ActualRhsType>::type actualRhs = RhsBlasTraits::extract(prod.rhs());

Completed in 64 milliseconds