23 #include <cusp/detail/config.h>
25 #include <thrust/execution_policy.h>
39 template <
typename DerivedPolicy,
41 typename PermutationType>
42 void symmetric_rcm(
const thrust::detail::execution_policy_base<DerivedPolicy>& exec,
100 template<
typename MatrixType,
typename PermutationType>
108 #include <cusp/graph/detail/symmetric_rcm.inl>
void symmetric_rcm(const MatrixType &G, PermutationType &P)
Compute Reverse Cuthill-McKee reordering.