pub fn relax_cpu(g: &GraphCsr, p: &LayoutParams, iters: usize) -> LayoutStateExpand description
Run the CPU fallback to convergence: seed, then iters step_cpus. Returns the
settled state (positions = DATA). Deterministic in (g, p, iters).
pub fn relax_cpu(g: &GraphCsr, p: &LayoutParams, iters: usize) -> LayoutStateRun the CPU fallback to convergence: seed, then iters step_cpus. Returns the
settled state (positions = DATA). Deterministic in (g, p, iters).