| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(c_ptr), | intent(in), | VALUE | :: | c_matrix | ||
| integer(kind=c_int), | intent(in), | VALUE | :: | c_row | ||
| integer(kind=c_int), | intent(in), | VALUE | :: | c_col | ||
| type(c_ptr), | intent(inout) | :: | c_block | |||
| logical(kind=c_bool), | intent(out) | :: | c_tr | |||
| logical(kind=c_bool), | intent(out) | :: | c_found | |||
| integer(kind=c_int), | intent(out), | optional | :: | c_row_size | ||
| integer(kind=c_int), | intent(out), | optional | :: | c_col_size |