Data type of CSR matrices
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=real_4), | public, | DIMENSION(:), POINTER | :: | r_sp | => | Null() |
real, single precision data array |
real(kind=real_8), | public, | DIMENSION(:), POINTER | :: | r_dp | => | Null() |
real, double precision data array |
complex(kind=real_4), | public, | DIMENSION(:), POINTER | :: | c_sp | => | Null() |
complex, double precision data array |
complex(kind=real_8), | public, | DIMENSION(:), POINTER | :: | c_dp | => | Null() | |
integer, | public | :: | data_type | = | -1 |
data type of CSR matrix |