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 314 DirectlyUseRhs = _ActualRhsType::InnerStrideAtCompileTime==1
317 gemv_static_vector_if<RhsScalar,_ActualRhsType::SizeAtCompileTime,_ActualRhsType::MaxSizeAtCompileTime,!DirectlyUseRhs> static_rhs;
320 DirectlyUseRhs ? const_cast<RhsScalar*>(actualRhs.data()) : static_rhs.data());
322 if(!DirectlyUseRhs)
  /external/eigen/Eigen/src/Core/
GeneralProduct.h 503 DirectlyUseRhs = _ActualRhsType::InnerStrideAtCompileTime==1
506 gemv_static_vector_if<RhsScalar,_ActualRhsType::SizeAtCompileTime,_ActualRhsType::MaxSizeAtCompileTime,!DirectlyUseRhs> static_rhs;
509 DirectlyUseRhs ? const_cast<RhsScalar*>(actualRhs.data()) : static_rhs.data());
511 if(!DirectlyUseRhs)

Completed in 236 milliseconds