Uses of Class
net.finmath.montecarlo.cuda.RandomVariableCuda
-
Packages that use RandomVariableCuda Package Description net.finmath.montecarlo.cuda Provides Cuda implementations of RandomVariable and RandomVariableFactory. -
-
Uses of RandomVariableCuda in net.finmath.montecarlo.cuda
Methods in net.finmath.montecarlo.cuda 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.
-