- matrixToVectorArray(int, int, float[][], float[]) - Static method in class unal.od.jdiffraction.cpu.utils.ArrayUtils
-
Converts a 2D array into a 1D array leaving the result in b
.
- matrixToVectorArray(int, int, double[][], double[]) - Static method in class unal.od.jdiffraction.cpu.utils.ArrayUtils
-
Converts a 2D array into a 1D array leaving the result in b
.
- matrixToVectorArray(int, int, float[][], float[]) - Static method in class unal.od.jdiffraction.gpu.utils.ArrayUtilsGPU
-
Converts a 2D array into a 1D array leaving the result in b
.
- matrixToVectorArray(int, int, double[][], double[]) - Static method in class unal.od.jdiffraction.gpu.utils.ArrayUtilsGPU
-
Converts a 2D array into a 1D array leaving the result in b
.
- max(float[][]) - Static method in class unal.od.jdiffraction.cpu.utils.ArrayUtils
-
Gets the max value of a real array.
- max(double[][]) - Static method in class unal.od.jdiffraction.cpu.utils.ArrayUtils
-
Gets the max value of a real array.
- max(float[]) - Method in class unal.od.jdiffraction.gpu.utils.ArrayUtilsGPU
-
Gets the max value of a real array.
- max(double[]) - Method in class unal.od.jdiffraction.gpu.utils.ArrayUtilsGPU
-
Gets the max value of a real array.
- memFree() - Method in class unal.od.jdiffraction.gpu.DoubleAngularSpectrumGPU
-
- memFree() - Method in class unal.od.jdiffraction.gpu.DoubleFresnelBluesteinGPU
-
- memFree() - Method in class unal.od.jdiffraction.gpu.DoubleFresnelFourierGPU
-
- memFree() - Method in class unal.od.jdiffraction.gpu.FloatAngularSpectrumGPU
-
- memFree() - Method in class unal.od.jdiffraction.gpu.FloatFresnelBluesteinGPU
-
- memFree() - Method in class unal.od.jdiffraction.gpu.FloatFresnelFourierGPU
-
- min(float[][]) - Static method in class unal.od.jdiffraction.cpu.utils.ArrayUtils
-
Gets the min value of a real array.
- min(double[][]) - Static method in class unal.od.jdiffraction.cpu.utils.ArrayUtils
-
Gets the min value of a real array.
- min(float[]) - Method in class unal.od.jdiffraction.gpu.utils.ArrayUtilsGPU
-
Gets the min value of a real array.
- min(double[]) - Method in class unal.od.jdiffraction.gpu.utils.ArrayUtilsGPU
-
Gets the min value of a real array.
- modulus(float[][]) - Static method in class unal.od.jdiffraction.cpu.utils.ArrayUtils
-
Computes the modulus of a complex array.
- modulus(double[][]) - Static method in class unal.od.jdiffraction.cpu.utils.ArrayUtils
-
Computes the modulus of a complex array.
- modulus(int, int, float[]) - Method in class unal.od.jdiffraction.gpu.utils.ArrayUtilsGPU
-
Computes the modulus of a complex array.
- modulus(int, int, double[]) - Method in class unal.od.jdiffraction.gpu.utils.ArrayUtilsGPU
-
Computes the modulus of a complex array.
- modulusSq(float[][]) - Static method in class unal.od.jdiffraction.cpu.utils.ArrayUtils
-
Computes the squared modulus of a complex array.
- modulusSq(double[][]) - Static method in class unal.od.jdiffraction.cpu.utils.ArrayUtils
-
Computes the squared modulus of a complex array.
- modulusSq(int, int, float[]) - Method in class unal.od.jdiffraction.gpu.utils.ArrayUtilsGPU
-
Computes the squared modulus of a complex array.
- modulusSq(int, int, double[]) - Method in class unal.od.jdiffraction.gpu.utils.ArrayUtilsGPU
-
Computes the squared modulus of a complex array.
- multiply(float[][], float) - Static method in class unal.od.jdiffraction.cpu.utils.ArrayUtils
-
Computes the pointwise multiplication of an array by num
, leaving
the result in a
.
- multiply(double[][], double) - Static method in class unal.od.jdiffraction.cpu.utils.ArrayUtils
-
Computes the pointwise multiplication of an array by num
, leaving
the result in a
.
- multiply(float[], float) - Method in class unal.od.jdiffraction.gpu.utils.ArrayUtilsGPU
-
Computes the pointwise multiplication of an array by num
, leaving
the result in a
.
- multiply(double[], double) - Method in class unal.od.jdiffraction.gpu.utils.ArrayUtilsGPU
-
Computes the pointwise multiplication of an array by num
, leaving
the result in a
.