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