- RandomVariableCuda - Class in net.finmath.montecarlo.cuda
-
The class RandomVariableCuda represents a random variable being the evaluation of a stochastic process
at a certain time within a Monte-Carlo simulation.
- RandomVariableCuda(double) - Constructor for class net.finmath.montecarlo.cuda.RandomVariableCuda
-
Create a non stochastic random variable, i.e.
- RandomVariableCuda(double, double, int) - Constructor for class net.finmath.montecarlo.cuda.RandomVariableCuda
-
Create a non stochastic random variable, i.e.
- RandomVariableCuda(double, float[], int) - Constructor for class net.finmath.montecarlo.cuda.RandomVariableCuda
-
Create a stochastic random variable.
- RandomVariableCuda(double, double) - Constructor for class net.finmath.montecarlo.cuda.RandomVariableCuda
-
Create a non stochastic random variable, i.e.
- RandomVariableCuda(double, float[]) - Constructor for class net.finmath.montecarlo.cuda.RandomVariableCuda
-
Create a stochastic random variable.
- RandomVariableCuda(double, double[]) - Constructor for class net.finmath.montecarlo.cuda.RandomVariableCuda
-
Create a stochastic random variable.
- RandomVariableCuda(float[]) - Constructor for class net.finmath.montecarlo.cuda.RandomVariableCuda
-
Create a stochastic random variable.
- RandomVariableCuda.DevicePointerReference - Class in net.finmath.montecarlo.cuda
-
An object referencing a cuda device pointer.
- RandomVariableCudaFactory - Class in net.finmath.montecarlo.cuda
-
- RandomVariableCudaFactory() - Constructor for class net.finmath.montecarlo.cuda.RandomVariableCudaFactory
-
- RandomVariableCudaWithFinalizer - Class in net.finmath.montecarlo.cuda.alternative
-
The class RandomVariableFromDoubleArray represents a random variable being the evaluation of a stochastic process
at a certain time within a Monte-Carlo simulation.
- RandomVariableCudaWithFinalizer(double, CUdeviceptr, long) - Constructor for class net.finmath.montecarlo.cuda.alternative.RandomVariableCudaWithFinalizer
-
- RandomVariableCudaWithFinalizer(double) - Constructor for class net.finmath.montecarlo.cuda.alternative.RandomVariableCudaWithFinalizer
-
Create a non stochastic random variable, i.e.
- RandomVariableCudaWithFinalizer(double, double) - Constructor for class net.finmath.montecarlo.cuda.alternative.RandomVariableCudaWithFinalizer
-
Create a non stochastic random variable, i.e.
- RandomVariableCudaWithFinalizer(double, float[]) - Constructor for class net.finmath.montecarlo.cuda.alternative.RandomVariableCudaWithFinalizer
-
Create a stochastic random variable.
- RandomVariableCudaWithFinalizer(double, double[]) - Constructor for class net.finmath.montecarlo.cuda.alternative.RandomVariableCudaWithFinalizer
-
Create a stochastic random variable.
- RandomVariableFloatFactory - Class in net.finmath.montecarlo
-
- RandomVariableFloatFactory() - Constructor for class net.finmath.montecarlo.RandomVariableFloatFactory
-
- RandomVariableFromFloatArray - Class in net.finmath.montecarlo
-
The class RandomVariableFromFloatArray represents a random variable being the evaluation of a stochastic process
at a certain time within a Monte-Carlo simulation.
- RandomVariableFromFloatArray(RandomVariable) - Constructor for class net.finmath.montecarlo.RandomVariableFromFloatArray
-
Create a random variable from a given other implementation of RandomVariable.
- RandomVariableFromFloatArray(double) - Constructor for class net.finmath.montecarlo.RandomVariableFromFloatArray
-
Create a non stochastic random variable, i.e.
- RandomVariableFromFloatArray(RandomVariable, DoubleUnaryOperator) - Constructor for class net.finmath.montecarlo.RandomVariableFromFloatArray
-
Create a random variable by applying a function to a given other implementation of RandomVariable.
- RandomVariableFromFloatArray(double, double, int) - Constructor for class net.finmath.montecarlo.RandomVariableFromFloatArray
-
Create a non stochastic random variable, i.e.
- RandomVariableFromFloatArray(double, double) - Constructor for class net.finmath.montecarlo.RandomVariableFromFloatArray
-
Create a non stochastic random variable, i.e.
- RandomVariableFromFloatArray(double, float[]) - Constructor for class net.finmath.montecarlo.RandomVariableFromFloatArray
-
Create a non stochastic random variable, i.e.
- RandomVariableFromFloatArray(double, int, double) - Constructor for class net.finmath.montecarlo.RandomVariableFromFloatArray
-
Deprecated.
- RandomVariableFromFloatArray(double, float[], int) - Constructor for class net.finmath.montecarlo.RandomVariableFromFloatArray
-
Create a stochastic random variable.
- RandomVariableFromFloatArray(double, double[]) - Constructor for class net.finmath.montecarlo.RandomVariableFromFloatArray
-
Create a stochastic random variable.
- RandomVariableFromFloatArray(double, IntToDoubleFunction, int, int) - Constructor for class net.finmath.montecarlo.RandomVariableFromFloatArray
-
Create a stochastic random variable.
- RandomVariableFromFloatArray(double, IntToDoubleFunction, int) - Constructor for class net.finmath.montecarlo.RandomVariableFromFloatArray
-
Create a stochastic random variable.