Exposes csrmat data through csrmat_data_t object
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(csrmat_t), | intent(in), | target | :: | self |
Instance of the type |
|
| type(csrmat_data_t), | intent(out) | :: | data_object |
Destination csrmat data object that contains the exposed data of the csrmat object. |