public class VectorFFT extends BaseTransformOp
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
executed |
protected int |
fftLength |
extraArgs, n, numProcessed, passThrough, x, y, z| Constructor and Description |
|---|
VectorFFT() |
VectorFFT(INDArray x) |
VectorFFT(INDArray x,
INDArray y,
INDArray z,
int n,
int fftLength) |
VectorFFT(INDArray x,
INDArray z,
int fftLength) |
VectorFFT(INDArray x,
INDArray z,
int n,
int fftLength) |
VectorFFT(INDArray x,
int fftLength) |
| Modifier and Type | Method and Description |
|---|---|
void |
exec()
Execute the op if its pass through (not needed most of the time)
|
boolean |
isPassThrough()
Returns whether the op should be executed or not (through the executioner)
|
String |
name()
The name of this operation
|
double |
op(double origin)
Transform an individual element
|
double |
op(double origin,
double other)
Pairwise op (applicable with an individual element in y)
|
float |
op(float origin)
Transform an individual element
|
float |
op(float origin,
float other)
Pairwise op (applicable with an individual element in y)
|
IComplexNumber |
op(IComplexNumber origin)
Transform an individual element
|
IComplexNumber |
op(IComplexNumber origin,
double other)
Pairwise op (applicable with an individual element in y)
|
IComplexNumber |
op(IComplexNumber origin,
float other)
Pairwise op (applicable with an individual element in y)
|
IComplexNumber |
op(IComplexNumber origin,
IComplexNumber other)
Pairwise op (applicable with an individual element in y)
|
Op |
opForDimension(int index,
int... dimension)
A copy of this operation for a particular dimension of the input
|
Op |
opForDimension(int index,
int dimension)
A copy of this operation for a particular dimension of the input
|
void |
setX(INDArray x)
set x (the input ndarray)
|
void |
setY(INDArray y)
set y(the pairwise ndarray)
|
void |
setZ(INDArray z)
set z (the solution ndarray)
|
derivativeensureProperVectors, exec, extraArgs, init, n, numProcessed, setN, toString, x, y, zpublic VectorFFT()
public VectorFFT(INDArray x, int fftLength)
public VectorFFT(INDArray x)
public String name()
Oppublic IComplexNumber op(IComplexNumber origin, double other)
Oporigin - the origin numberother - the other numberpublic IComplexNumber op(IComplexNumber origin, float other)
Oporigin - the origin numberother - the other numberpublic IComplexNumber op(IComplexNumber origin, IComplexNumber other)
Oporigin - the origin numberother - the other numberpublic float op(float origin,
float other)
Oporigin - the origin numberother - the other numberpublic double op(double origin,
double other)
Oporigin - the origin numberother - the other numberpublic double op(double origin)
Oporigin - the origin elementpublic float op(float origin)
Oporigin - the origin elementpublic IComplexNumber op(IComplexNumber origin)
Oporigin - the origin elementpublic Op opForDimension(int index, int dimension)
Opindex - the index of the op to iterate overdimension - the dimension to ge the input forpublic Op opForDimension(int index, int... dimension)
Opindex - the index of the op to iterate overdimension - the dimension to ge the input forpublic void exec()
Oppublic boolean isPassThrough()
OpisPassThrough in interface OpisPassThrough in class BaseOppublic void setZ(INDArray z)
OpCopyright © 2016. All Rights Reserved.