Uses of Class
net.finmath.cuda.montecarlo.RandomVariableCuda
-
Packages that use RandomVariableCuda Package Description net.finmath.cuda.montecarlo Provides Cuda implementations of RandomVariable and RandomVariableFactory. -
-
Uses of RandomVariableCuda in net.finmath.cuda.montecarlo
Methods in net.finmath.cuda.montecarlo that return RandomVariableCuda Modifier and Type Method Description static RandomVariableCudaRandomVariableCuda. of(double time, double value)Create a non stochastic random variable, i.e. a constant.static RandomVariableCudaRandomVariableCuda. of(double time, RandomVariableCuda.DevicePointerReference realizations, long size)Create aRandomVariableCuda.static RandomVariableCudaRandomVariableCuda. of(double time, RandomVariableCuda.DevicePointerReference realizations, long size, int typePriority)Create aRandomVariableCuda.
-