Choral
|
USE graph TO DEFINE csr MATRICES More...
Data Types | |
interface | csr |
constructor More... | |
Functions/Subroutines | |
type(csr) function | csr_create_fromgraph (g) |
Constructor for the type csr. More... | |
USE graph TO DEFINE csr MATRICES
Create a csr matrix knowing its sparsity pattern.
The sparsity pattern is given as a graph.
Constructor for the type csr.
Allocate memory for matrix 'm' and defines 'm%row', 'm%col'.
Entries can be given afterwards.
Definition at line 47 of file csr_fromGraph.f90.