Types
using shape_type = blitz::TinyVector< int, 4 >using grid_type = Grid< T, 4 >
Fields
shape_type _ordergrid_type _gridT _sigmaT _c2T _c1
Methods
Types
using shape_type = blitz::TinyVector< int, 4 >using prng_type = std::mt19937using array_type = Array< T, 4 >using grid_type = Grid< T, 4 >
Methods
generate_white_noise(array_type result) -> voidgenerate() -> array_typecreateSeed() -> voidcalculateCoefficients() -> voidsetParam(Wind_param< T > param) -> voidcalculate_acf(blitz::TinyVector< int, 4 > shape) -> blitz::Array< T, 4 >order() const -> const shape_type &operator=(const Wind_generator &) -> Wind_generator &Wind_generator(const Wind_generator &)~Wind_generator()Wind_generator()