| Package | Description |
|---|---|
| org.nd4j.linalg.factory | |
| org.nd4j.linalg.fft |
| Modifier and Type | Field and Description |
|---|---|
protected static FFTInstance |
Nd4j.FFT_INSTANCE |
| Modifier and Type | Field and Description |
|---|---|
protected static Class<? extends FFTInstance> |
Nd4j.fftInstanceClazz |
| Modifier and Type | Method and Description |
|---|---|
static FFTInstance |
Nd4j.getFFt()
Returns the fft instance
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Nd4j.setFft(FFTInstance fftInstance) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseFFTInstance
Abstract FFT Instance mostly handling basic things that shouldn't change
such as method overloading.
|
class |
DefaultFFTInstance
Default FFT instance
that will work that is backend agnostic.
|
Copyright © 2016. All Rights Reserved.