Subtracts two CSR matrices.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(csr_matrix), | intent(in) | :: | a |
The first CSR matrix. |
||
| class(csr_matrix), | intent(in) | :: | b |
The second CSR matrix. |
The resulting CSR matrix.