Graphviz 13.0.0~dev.20241220.2304
|
#include "config.h"
#include <neatogen/overlap.h>
#include <util/alloc.h>
#include <common/types.h>
#include <sparse/SparseMatrix.h>
Go to the source code of this file.
Functions | |
void | remove_overlap (int dim, SparseMatrix A, double *x, double *label_sizes, int ntry, double initial_scaling, int edge_labeling_scheme, int n_constr_nodes, int *constr_nodes, SparseMatrix A_constr, bool do_shrinking) |
void remove_overlap | ( | int | dim, |
SparseMatrix | A, | ||
double * | x, | ||
double * | label_sizes, | ||
int | ntry, | ||
double | initial_scaling, | ||
int | edge_labeling_scheme, | ||
int | n_constr_nodes, | ||
int * | constr_nodes, | ||
SparseMatrix | A_constr, | ||
bool | do_shrinking | ||
) |
Definition at line 584 of file overlap.c.
References A, agerrorf(), and dim.
Referenced by makeMap(), and multilevel_spring_electrical_embedding().