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

  /external/eigen/Eigen/src/Core/products/
TriangularMatrixVector.h 303 typedef typename ProductType::_ActualRhsType _ActualRhsType;
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;
SelfadjointMatrixVector.h 206 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;
GeneralMatrixMatrix.h 415 RhsScalar, (_ActualRhsType::Flags&RowMajorBit) ? RowMajor : ColMajor, bool(RhsBlasTraits::NeedToConjugate),
417 _ActualLhsType, _ActualRhsType, Dest, BlockingType> GemmFunctor;
TriangularMatrixMatrix.h 413 (internal::traits<_ActualRhsType>::Flags&RowMajorBit) ? RowMajor : ColMajor, RhsBlasTraits::NeedToConjugate,
  /external/eigen/Eigen/src/Core/
ProductBase.h 58 typedef typename Base::_ActualRhsType _ActualRhsType; \
80 typedef typename internal::remove_all<ActualRhsType>::type _ActualRhsType;
GeneralProduct.h 490 typedef typename ProductType::_ActualRhsType _ActualRhsType;
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 136 milliseconds