cluster

Generates an NxN matrix of latencies clustered on either side of a split. Nodes on either side of split have "local" latency amongst themselves, and an additional "remote" latency with nodes on the opposite side.

template cluster(size_t n, double local, double remote)
nothrow @safe @nogc
cluster
()

Members

Functions

cluster
auto cluster()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta