|
NTPoly
|
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. | |
A datatype for storing a CSR matrix.
1.8.14