Repeat each element nRepeat times
Interfaced with repeat
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r32) | :: | this(:) | 1D array |
|||
integer(kind=i32) | :: | nRepeats | Number of times each element should be repeated |
|||
real(kind=r32), | allocatable | :: | res(:) |
Interfaced with repeat
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r64) | :: | this(:) | 1D array |
|||
integer(kind=i32) | :: | nRepeats | Number of times each element should be repeated |
|||
real(kind=r64), | allocatable | :: | res(:) |
Interfaced with repeat
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=i32) | :: | this(:) | 1D array |
|||
integer(kind=i32) | :: | nRepeats | Number of times each element should be repeated |
|||
integer(kind=i32), | allocatable | :: | res(:) |
Interfaced with repeat
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=i64) | :: | this(:) | 1D array |
|||
integer(kind=i32) | :: | nRepeats | Number of times each element should be repeated |
|||
integer(kind=i64), | allocatable | :: | res(:) |