Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
power.h File Reference
#include <sparse/general.h>
Include dependency graph for power.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

double * power_method (void *A, int n, int random_seed)
 

Function Documentation

◆ power_method()

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().

Here is the call graph for this function:
Here is the caller graph for this function: