| Package | Description |
|---|---|
| net.finmath.montecarlo.cuda |
Provides Cuda implementations of RandomVariable and RandomVariableFactory.
|
| Modifier and Type | Method and Description |
|---|---|
static RandomVariableCuda.DevicePointerReference |
RandomVariableCuda.getDevicePointer(long size) |
| Modifier and Type | Method and Description |
|---|---|
static RandomVariableCuda |
RandomVariableCuda.of(double time,
RandomVariableCuda.DevicePointerReference realizations,
long size)
Create a
RandomVariableCuda. |
static RandomVariableCuda |
RandomVariableCuda.of(double time,
RandomVariableCuda.DevicePointerReference realizations,
long size,
int typePriority)
Create a
RandomVariableCuda. |
Copyright © 2019. All rights reserved.