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 | ||
complex(kind=c_float_complex), | intent(in) | :: | c_block(c_row_size,c_col_size) | |||
integer(kind=c_int), | intent(in), | VALUE | :: | c_row_size | ||
integer(kind=c_int), | intent(in), | VALUE | :: | c_col_size | ||
logical(kind=c_bool), | intent(in), | optional | :: | c_summation | ||
complex(kind=c_float_complex), | intent(in), | optional | :: | c_scale |