Searched defs:_ActualRhsType (Results 1 - 3 of 3) sorted by relevance

/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;
/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;

Completed in 163 milliseconds