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

  /external/eigen/Eigen/src/Core/products/
TriangularMatrixVector.h 304 DirectlyUseRhs = _ActualRhsType::InnerStrideAtCompileTime==1
307 gemv_static_vector_if<RhsScalar,_ActualRhsType::SizeAtCompileTime,_ActualRhsType::MaxSizeAtCompileTime,!DirectlyUseRhs> static_rhs;
310 DirectlyUseRhs ? const_cast<RhsScalar*>(actualRhs.data()) : static_rhs.data());
312 if(!DirectlyUseRhs)
  /external/eigen/Eigen/src/Core/
GeneralProduct.h 481 DirectlyUseRhs = _ActualRhsType::InnerStrideAtCompileTime==1
484 gemv_static_vector_if<RhsScalar,_ActualRhsType::SizeAtCompileTime,_ActualRhsType::MaxSizeAtCompileTime,!DirectlyUseRhs> static_rhs;
487 DirectlyUseRhs ? const_cast<RhsScalar*>(actualRhs.data()) : static_rhs.data());
489 if(!DirectlyUseRhs)

Completed in 271 milliseconds