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

  /external/eigen/Eigen/src/Core/products/
SelfadjointProduct.h 59 typename internal::add_const_on_value_type<ActualOtherType>::type actualOther = OtherBlasTraits::extract(other.derived());
70 (UseOtherDirectly ? const_cast<Scalar*>(actualOther.data()) : static_other.data()));
73 Map<typename _ActualOtherType::PlainObject>(actualOtherPtr, actualOther.size()) = actualOther;
91 typename internal::add_const_on_value_type<ActualOtherType>::type actualOther = OtherBlasTraits::extract(other.derived());
101 Index depth = actualOther.cols();
114 &actualOther.coeffRef(0,0), actualOther.outerStride(), &actualOther.coeffRef(0,0), actualOther.outerStride()
    [all...]

Completed in 77 milliseconds