Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(c_ptr), | intent(in), | VALUE | :: | c_iterator | ||
integer(kind=c_int), | intent(out) | :: | c_row | |||
integer(kind=c_int), | intent(out) | :: | c_column | |||
type(c_ptr), | intent(inout) | :: | c_block | |||
logical(kind=c_bool), | intent(out) | :: | c_transposed | |||
integer(kind=c_int), | intent(out), | optional | :: | c_block_number | ||
integer(kind=c_int), | intent(out), | optional | :: | c_row_size | ||
integer(kind=c_int), | intent(out), | optional | :: | c_col_size | ||
integer(kind=c_int), | intent(out), | optional | :: | c_row_offset | ||
integer(kind=c_int), | intent(out), | optional | :: | c_col_offset |