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

/external/eigen/Eigen/src/Core/products/
H A DTriangularMatrixVector.h303 typedef typename ProductType::_ActualRhsType _ActualRhsType; typedef
314 DirectlyUseRhs = _ActualRhsType::InnerStrideAtCompileTime==1
317 gemv_static_vector_if<RhsScalar,_ActualRhsType::SizeAtCompileTime,_ActualRhsType::MaxSizeAtCompileTime,!DirectlyUseRhs> static_rhs;
328 Map<typename _ActualRhsType::PlainObject>(actualRhsPtr, actualRhs.size()) = actualRhs;
H A DSelfadjointMatrixVector.h206 UseRhs = (_ActualRhsType::InnerStrideAtCompileTime==1)
210 internal::gemv_static_vector_if<RhsScalar,_ActualRhsType::SizeAtCompileTime,_ActualRhsType::MaxSizeAtCompileTime,!UseRhs> static_rhs;
233 Map<typename _ActualRhsType::PlainObject>(actualRhsPtr, rhs.size()) = rhs;
H A DGeneralMatrixMatrix.h415 RhsScalar, (_ActualRhsType::Flags&RowMajorBit) ? RowMajor : ColMajor, bool(RhsBlasTraits::NeedToConjugate),
417 _ActualLhsType, _ActualRhsType, Dest, BlockingType> GemmFunctor;
H A DTriangularMatrixMatrix.h413 (internal::traits<_ActualRhsType>::Flags&RowMajorBit) ? RowMajor : ColMajor, RhsBlasTraits::NeedToConjugate,
/external/eigen/Eigen/src/Core/
H A DProductBase.h58 typedef typename Base::_ActualRhsType _ActualRhsType; \
80 typedef typename internal::remove_all<ActualRhsType>::type _ActualRhsType; typedef in class:Eigen::ProductBase
H A DGeneralProduct.h490 typedef typename ProductType::_ActualRhsType _ActualRhsType; typedef
503 DirectlyUseRhs = _ActualRhsType::InnerStrideAtCompileTime==1
506 gemv_static_vector_if<RhsScalar,_ActualRhsType::SizeAtCompileTime,_ActualRhsType::MaxSizeAtCompileTime,!DirectlyUseRhs> static_rhs;
517 Map<typename _ActualRhsType::PlainObject>(actualRhsPtr, actualRhs.size()) = actualRhs;

Completed in 100 milliseconds