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

  /external/eigen/Eigen/src/Core/products/
SelfadjointMatrixVector.h 173 typedef typename internal::remove_all<ActualRhsType>::type ActualRhsTypeCleaned;
194 UseRhs = (ActualRhsTypeCleaned::InnerStrideAtCompileTime==1)
198 internal::gemv_static_vector_if<RhsScalar,ActualRhsTypeCleaned::SizeAtCompileTime,ActualRhsTypeCleaned::MaxSizeAtCompileTime,!UseRhs> static_rhs;
221 Map<typename ActualRhsTypeCleaned::PlainObject>(actualRhsPtr, rhs.size()) = rhs;
TriangularMatrixVector.h 293 typedef typename internal::remove_all<ActualRhsType>::type ActualRhsTypeCleaned;
302 DirectlyUseRhs = ActualRhsTypeCleaned::InnerStrideAtCompileTime==1
305 gemv_static_vector_if<RhsScalar,ActualRhsTypeCleaned::SizeAtCompileTime,ActualRhsTypeCleaned::MaxSizeAtCompileTime,!DirectlyUseRhs> static_rhs;
316 Map<typename ActualRhsTypeCleaned::PlainObject>(actualRhsPtr, actualRhs.size()) = actualRhs;
GeneralMatrixMatrix.h 419 typedef typename internal::remove_all<ActualRhsType>::type ActualRhsTypeCleaned;
478 RhsScalar, (ActualRhsTypeCleaned::Flags&RowMajorBit) ? RowMajor : ColMajor, bool(RhsBlasTraits::NeedToConjugate),
480 ActualLhsTypeCleaned, ActualRhsTypeCleaned, Dest, BlockingType> GemmFunctor;
TriangularMatrixMatrix.h 403 typedef typename internal::remove_all<ActualRhsType>::type ActualRhsTypeCleaned;
425 (internal::traits<ActualRhsTypeCleaned>::Flags&RowMajorBit) ? RowMajor : ColMajor, RhsBlasTraits::NeedToConjugate,
  /external/eigen/Eigen/src/Core/
GeneralProduct.h 303 typedef typename internal::remove_all<ActualRhsType>::type ActualRhsTypeCleaned;
314 DirectlyUseRhs = ActualRhsTypeCleaned::InnerStrideAtCompileTime==1
317 gemv_static_vector_if<RhsScalar,ActualRhsTypeCleaned::SizeAtCompileTime,ActualRhsTypeCleaned::MaxSizeAtCompileTime,!DirectlyUseRhs> static_rhs;
328 Map<typename ActualRhsTypeCleaned::PlainObject>(actualRhsPtr, actualRhs.size()) = actualRhs;

Completed in 339 milliseconds