Searched defs:UseOtherDirectly (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Core/products/
H A DSelfadjointProduct.h66 UseOtherDirectly = _ActualOtherType::InnerStrideAtCompileTime==1 enumerator in enum:Eigen::selfadjoint_product_selector::__anon20779
68 internal::gemv_static_vector_if<Scalar,OtherType::SizeAtCompileTime,OtherType::MaxSizeAtCompileTime,!UseOtherDirectly> static_other;
71 (UseOtherDirectly ? const_cast<Scalar*>(actualOther.data()) : static_other.data()));
73 if(!UseOtherDirectly)

Completed in 69 milliseconds