HomeSort by relevance Sort by last modified time
    Searched full:static_other (Results 1 - 1 of 1) sorted by null

  /external/eigen/Eigen/src/Core/products/
SelfadjointProduct.h 70 internal::gemv_static_vector_if<Scalar,OtherType::SizeAtCompileTime,OtherType::MaxSizeAtCompileTime,!UseOtherDirectly> static_other; local
73 (UseOtherDirectly ? const_cast<Scalar*>(actualOther.data()) : static_other.data()));

Completed in 423 milliseconds