| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(c_ptr), | intent(in), | VALUE | :: | c_tensor_in | ||
| integer(kind=c_int), | intent(in), | VALUE | :: | tensor_dim | ||
| type(c_ptr), | intent(in), | VALUE | :: | c_tensor_out | ||
| integer(kind=c_int), | intent(in), | optional, | DIMENSION(tensor_dim) | :: | c_order | |
| logical(kind=c_bool), | intent(in), | optional | :: | c_summation | ||
| integer(kind=c_int), | intent(in), | optional, | DIMENSION(2, tensor_dim) | :: | c_bounds | |
| logical(kind=c_bool), | intent(in), | optional | :: | c_move_data | ||
| integer(kind=c_int), | intent(in), | optional | :: | c_unit_nr |