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