Interface for initialiser function
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(base_init_type), | intent(inout) | :: | this |
Instance of the initialiser type |
||
| real(kind=real32), | intent(out), | dimension(..) | :: | input |
Array to initialise |
|
| integer, | intent(in), | optional | :: | fan_in |
Number of input and output units |
|
| integer, | intent(in), | optional | :: | fan_out |
Number of input and output units |
|
| integer, | intent(in), | optional, | dimension(:) | :: | spacing |
Spacing of the array |
Interface for initialiser function