Choral
Private Member Functions | List of all members
csr_mod::getrow Interface Reference
Collaboration diagram for csr_mod::getrow:
Collaboration graph

Private Member Functions

subroutine csr_getrow (sz, v, p, n, g, ii)
 Extract row ii of the csr matrix g. More...
 

Detailed Description

Definition at line 105 of file csr_mod.F90.

Member Function/Subroutine Documentation

◆ csr_getrow()

subroutine csr_mod::getrow::csr_getrow ( integer, intent(out)  sz,
real(rp), dimension(n), intent(out)  v,
integer, dimension(n), intent(out)  p,
integer, intent(in)  n,
type(csr), intent(in)  g,
integer, intent(in)  ii 
)
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.


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