|
Graphviz 14.0.5~dev.20251117.1017
|
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().