NTPoly
Public Attributes | List of all members
sparsematrixmodule::sparsematrix_t Type Reference

A datatype for storing a CSR matrix. More...

Public Attributes

integer, dimension(:), allocatable outer_index
 Outer indices.
 
integer, dimension(:), allocatable inner_index
 Inner indices.
 
real(ntreal), dimension(:), allocatable values
 Values.
 
integer rows
 Matrix dimension: rows.
 
integer columns
 Matrix dimension: columns.
 

Detailed Description

A datatype for storing a CSR matrix.


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