Searched refs:matrix_swap_impl (Results 1 - 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DPlainObjectBase.h55 template<typename MatrixTypeA, typename MatrixTypeB, bool SwapPointers> struct matrix_swap_impl;
641 friend struct internal::matrix_swap_impl;
650 internal::matrix_swap_impl<Derived, OtherDerived, bool(SwapPointers)>::run(this->derived(), other.const_cast_derived());
769 struct matrix_swap_impl struct in namespace:Eigen::internal
778 struct matrix_swap_impl<MatrixTypeA, MatrixTypeB, true> struct in namespace:Eigen::internal
H A DArray.h234 friend struct internal::matrix_swap_impl;

Completed in 88 milliseconds