Choral
Private Member Functions | List of all members
graph_mod::getrow Interface Reference

extract a graph row More...

Collaboration diagram for graph_mod::getrow:
Collaboration graph

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

Detailed Description

extract a graph row

Definition at line 149 of file graph_mod.F90.

Member Function/Subroutine Documentation

◆ graph_getrow_1()

subroutine graph_mod::getrow::graph_getrow_1 ( integer, intent(out)  sz,
integer, dimension(n), intent(out)  p,
integer, intent(in)  n,
type(graph), intent(in)  g,
integer, intent(in)  ii 
)
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.

◆ graph_getrow_2()

subroutine graph_mod::getrow::graph_getrow_2 ( integer, dimension(n), intent(out)  p,
integer, intent(in)  n,
type(graph), intent(in)  g,
integer, intent(in)  ii 
)
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.


The documentation for this interface was generated from the following file: