Fork me on GitHub
 All Classes Files Functions Variables Groups Pages
Functions
hilbert_curve.h File Reference

Cluster points using a Hilbert space filling curve. More...

Go to the source code of this file.

Functions

template<class Array2dType , class ArrayType >
void cusp::graph::hilbert_curve (const Array2dType &coord, const size_t num_parts, ArrayType &parts)
 Partition a graph using Hilbert curve. More...
 

Detailed Description

Cluster points using a Hilbert space filling curve.

Definition in file hilbert_curve.h.