Choral
|
Private Member Functions | |
subroutine | csr_getrow (sz, v, p, n, g, ii) |
Extract row ii of the csr matrix g. More... | |
Definition at line 105 of file csr_mod.F90.
|
private |
Extract row ii of the csr matrix g.
OUTPUT : sz = row ii size v(1:sz) = entries of row ii p(1:sz) = associated column indexes
INPUT : n = dimension of p and of v WARINIG : n must be larger than sz g = CSR matrix ii= row index
Definition at line 286 of file csr_mod.F90.