Package ffx.numerics.fft
Class PassData
java.lang.Object
ffx.numerics.fft.PassData
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPassData(int sign, double[] in, int inOffset, double[] out, int outOffset) References to the input and output data arrays. -
Method Summary
-
Field Details
-
sign
protected int sign -
in
protected double[] in -
inOffset
protected int inOffset -
out
protected double[] out -
outOffset
protected int outOffset
-
-
Constructor Details
-
PassData
public PassData(int sign, double[] in, int inOffset, double[] out, int outOffset) References to the input and output data arrays.- Parameters:
sign- Sign to apply.in- Input data for the current pass.inOffset- Offset into the input data.out- Output data for the current pass.outOffset- Offset into output array.
-