PlainObjectBase.h | 55 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 [all...] |