Setup an array of samplers using a single shared resource (split into parts associated with one of them each). This only does the allocation. @param[in] dims Dimension of the three-dimensional array of samplers. @param[in] entry_size number of values per sampler
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(AliasSampler_3D_t), | intent(inout) | :: | this | |||
| integer, | intent(in) | :: | dims(3) | |||
| integer, | intent(in) | :: | entry_size | |||
| character(len=*), | intent(in) | :: | name |