Choral
|
extract a graph row More...
Private Member Functions | |
subroutine | graph_getrow_1 (sz, p, n, g, ii) |
Extract row ii of the graph g. More... | |
subroutine | graph_getrow_2 (p, n, g, ii) |
Extract row ii of the graph g. More... | |
extract a graph row
Definition at line 149 of file graph_mod.F90.
|
private |
Extract row ii of the graph g.
OUTPUT : sz = row ii size p(1:sz) = row ii
INPUT : n = dimension of p WARINIG : n must be larger than sz g = GRAPH ii= row index
Definition at line 380 of file graph_mod.F90.
|
private |
Extract row ii of the graph g.
OUTPUT : p(1:n) = row ii
INPUT : n = dimension of p WARINIG : It is implicitely assumed that p has the expected size g = graph ii= row index
Definition at line 421 of file graph_mod.F90.