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

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

Completed in 57 milliseconds