|
Graphviz 14.0.5~dev.20251117.1017
|
#include <sparse/general.h>Go to the source code of this file.
Functions | |
| double * | power_method (void *A, int n, int random_seed) |
| 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().