48 type(
graph) ,
intent(in) :: g
52 &
'csr_fromGraph: csr_create_fromGraph')
69 &
'csr_fromGraph: csr_create_fromGraph')
is the csr matrix well defined ?
DERIVED TYPE graph: sparse matrices of boolean in CSR format
REAL NUMBERS PRECISION IN CHORAL: selects simple/double/quad
allocate memory for real(RP) arrays
USE graph TO DEFINE csr MATRICES
DERIVED TYPE csr for sparse matrices
The type graph stores sparse matrices of boolean in CSR format.
type(csr) function csr_create_fromgraph(g)
Constructor for the type csr.