Graphviz 13.0.0~dev.20241220.2304
|
Go to the source code of this file.
Functions | |
double * | power_method (void *A, int n, int random_seed) |
Variables | |
static const int | maxit = 100 |
static const double | tolerance = 0.00001 |
double * power_method | ( | void * | A, |
int | n, | ||
int | random_seed | ||
) |
Definition at line 21 of file power.c.
References A, drand(), free(), gv_calloc(), maxit, SparseMatrix_multiply_vector(), tolerance, and vector_product().
Referenced by country_graph_coloring().
|
static |
Definition at line 16 of file power.c.
Referenced by cg(), conjugate_gradient(), edge_bundling(), force_directed_edge_bundling(), improve_contiguity(), power_method(), and SparseMatrix_solve().
|
static |
Definition at line 19 of file power.c.
Referenced by power_method().