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

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

Completed in 175 milliseconds