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

  /external/eigen/Eigen/src/Core/
PlainObjectBase.h 55 template<typename MatrixTypeA, typename MatrixTypeB, bool SwapPointers> struct matrix_swap_impl;
640 template<typename MatrixTypeA, typename MatrixTypeB, bool SwapPointers>
649 enum { SwapPointers = internal::is_same<Derived, OtherDerived>::value && Base::SizeAtCompileTime==Dynamic };
650 internal::matrix_swap_impl<Derived, OtherDerived, bool(SwapPointers)>::run(this->derived(), other.const_cast_derived());
    [all...]
Array.h 233 template<typename MatrixType, typename OtherDerived, bool SwapPointers>

Completed in 99 milliseconds