Package | Description |
---|---|
org.nd4j.linalg.api.complex | |
org.nd4j.linalg.api.ndarray | |
org.nd4j.linalg.fft |
Modifier and Type | Method and Description |
---|---|
void |
BaseComplexNDArray.iterateOverDimension(int dimension,
SliceOp op,
boolean modify)
Iterate along a dimension.
|
void |
IComplexNDArray.iterateOverDimension(int dimension,
SliceOp op,
boolean modify)
Iterate along a dimension.
|
Modifier and Type | Method and Description |
---|---|
void |
INDArray.iterateOverAllColumns(SliceOp op)
Iterate over every column of every slice
|
void |
BaseNDArray.iterateOverAllColumns(SliceOp op)
Iterate over every column of every slice
|
void |
INDArray.iterateOverAllRows(SliceOp op)
Iterate over every row of every slice
|
void |
BaseNDArray.iterateOverAllRows(SliceOp op)
Iterate over every row of every slice
|
void |
INDArray.iterateOverDimension(int dimension,
SliceOp op,
boolean modify)
Iterate along a dimension.
|
void |
BaseNDArray.iterateOverDimension(int dimension,
SliceOp op,
boolean modify)
Iterate along a dimension.
|
Modifier and Type | Class and Description |
---|---|
class |
FFTSliceOp
FFT Slice operation
|
class |
IFFTSliceOp
Dimension wise IFFT
|
Copyright © 2014. All Rights Reserved.