Parse a matrix market header.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | line | String to parse. |
||
integer, | intent(out) | :: | sparsity_type | If coordinate or array type. |
||
integer, | intent(out) | :: | data_type | If real, integer, complex, pattern. |
||
integer, | intent(out) | :: | pattern_type | If general, symmetric, skew_symmetric, hermitian. |
True if no errors.