Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(c_ptr), | intent(in), | VALUE | :: | c_tensor | ||
integer(kind=c_int), | intent(in), | VALUE | :: | tensor_dim | ||
integer(kind=c_int), | intent(in), | DIMENSION(tensor_dim) | :: | c_ind | ||
integer(kind=c_int), | intent(in), | DIMENSION(tensor_dim) | :: | c_sizes | ||
complex(kind=c_double_complex), | intent(out), | DIMENSION(c_sizes(1), c_sizes(2)) | :: | c_block | ||
logical(kind=c_bool), | intent(out) | :: | c_found |