- abs() - Method in class org.nd4j.linalg.jblas.complex.ComplexDouble
-
Return the absolute value
- abs() - Method in class org.nd4j.linalg.jblas.complex.ComplexFloat
-
Return the absolute value
- absoluteValue() - Method in class org.nd4j.linalg.jblas.complex.ComplexDouble
-
Return the absolute value
- absoluteValue() - Method in class org.nd4j.linalg.jblas.complex.ComplexFloat
-
Return the absolute value
- add(IComplexNumber) - Method in class org.nd4j.linalg.jblas.complex.ComplexDouble
-
Add two complex numbers.
- add(Number) - Method in class org.nd4j.linalg.jblas.complex.ComplexDouble
-
Add a realComponent number to a complex number.
- add(ComplexDouble) - Method in class org.nd4j.linalg.jblas.complex.ComplexDouble
-
Add two complex numbers.
- add(double) - Method in class org.nd4j.linalg.jblas.complex.ComplexDouble
-
Add a realComponent number to a complex number.
- add(IComplexNumber) - Method in class org.nd4j.linalg.jblas.complex.ComplexFloat
-
Add two complex numbers.
- add(Number) - Method in class org.nd4j.linalg.jblas.complex.ComplexFloat
-
Add a realComponent number to a complex number.
- add(ComplexFloat) - Method in class org.nd4j.linalg.jblas.complex.ComplexFloat
-
Add two complex numbers.
- add(float) - Method in class org.nd4j.linalg.jblas.complex.ComplexFloat
-
Add a realComponent number to a complex number.
- addi(IComplexNumber, IComplexNumber) - Method in class org.nd4j.linalg.jblas.complex.ComplexDouble
-
Add two complex numbers in-place
- addi(IComplexNumber) - Method in class org.nd4j.linalg.jblas.complex.ComplexDouble
-
Add two complex numbers in-place storing the result in this.
- addi(Number, IComplexNumber) - Method in class org.nd4j.linalg.jblas.complex.ComplexDouble
-
Add a realComponent number to a complex number in-place.
- addi(Number) - Method in class org.nd4j.linalg.jblas.complex.ComplexDouble
-
Add a realComponent number to complex number in-place, storing the result in this.
- addi(ComplexDouble, ComplexDouble) - Method in class org.nd4j.linalg.jblas.complex.ComplexDouble
-
Add two complex numbers in-place
- addi(ComplexDouble) - Method in class org.nd4j.linalg.jblas.complex.ComplexDouble
-
Add two complex numbers in-place storing the result in this.
- addi(double, ComplexDouble) - Method in class org.nd4j.linalg.jblas.complex.ComplexDouble
-
Add a realComponent number to a complex number in-place.
- addi(double) - Method in class org.nd4j.linalg.jblas.complex.ComplexDouble
-
Add a realComponent number to complex number in-place, storing the result in this.
- addi(IComplexNumber, IComplexNumber) - Method in class org.nd4j.linalg.jblas.complex.ComplexFloat
-
Add two complex numbers in-place
- addi(IComplexNumber) - Method in class org.nd4j.linalg.jblas.complex.ComplexFloat
-
Add two complex numbers in-place storing the result in this.
- addi(Number, IComplexNumber) - Method in class org.nd4j.linalg.jblas.complex.ComplexFloat
-
Add a realComponent number to a complex number in-place.
- addi(Number) - Method in class org.nd4j.linalg.jblas.complex.ComplexFloat
-
Add a realComponent number to complex number in-place, storing the result in this.
- addi(ComplexFloat, ComplexFloat) - Method in class org.nd4j.linalg.jblas.complex.ComplexFloat
-
Add two complex numbers in-place
- addi(ComplexFloat) - Method in class org.nd4j.linalg.jblas.complex.ComplexFloat
-
Add two complex numbers in-place storing the result in this.
- addi(float, ComplexFloat) - Method in class org.nd4j.linalg.jblas.complex.ComplexFloat
-
Add a realComponent number to a complex number in-place.
- addi(float) - Method in class org.nd4j.linalg.jblas.complex.ComplexFloat
-
Add a realComponent number to complex number in-place, storing the result in this.
- arg() - Method in class org.nd4j.linalg.jblas.complex.ComplexDouble
-
Returns the argument of a complex number.
- arg() - Method in class org.nd4j.linalg.jblas.complex.ComplexFloat
-
Returns the argument of a complex number.
- asDouble() - Method in class org.nd4j.linalg.jblas.complex.ComplexDouble
-
Convert to a double
- asDouble() - Method in class org.nd4j.linalg.jblas.complex.ComplexFloat
-
Convert to a double
- asFloat() - Method in class org.nd4j.linalg.jblas.complex.ComplexDouble
-
Convert to a float
- asFloat() - Method in class org.nd4j.linalg.jblas.complex.ComplexFloat
-
Convert to a float
- asum(INDArray) - Method in class org.nd4j.linalg.jblas.BlasWrapper
-
Compute || x ||_1 (1-norm, sum of absolute values)
- asum(IComplexNDArray) - Method in class org.nd4j.linalg.jblas.BlasWrapper
-
- axpy(double, INDArray, INDArray) - Method in class org.nd4j.linalg.jblas.BlasWrapper
-
Compute y <- alpha * x + y (elementwise addition)
- axpy(float, INDArray, INDArray) - Method in class org.nd4j.linalg.jblas.BlasWrapper
-
Compute y <- alpha * x + y (elementwise addition)
- axpy(IComplexNumber, IComplexNDArray, IComplexNDArray) - Method in class org.nd4j.linalg.jblas.BlasWrapper
-
- checkInfo(String, int) - Method in class org.nd4j.linalg.jblas.BlasWrapper
-
- complexArgument() - Method in class org.nd4j.linalg.jblas.complex.ComplexDouble
-
Returns the argument of a complex number.
- complexArgument() - Method in class org.nd4j.linalg.jblas.complex.ComplexFloat
-
Returns the argument of a complex number.
- ComplexDouble - Class in org.nd4j.linalg.jblas.complex
-
Double implementation of a complex number.
- ComplexDouble(ComplexDouble) - Constructor for class org.nd4j.linalg.jblas.complex.ComplexDouble
-
- ComplexDouble(double, double) - Constructor for class org.nd4j.linalg.jblas.complex.ComplexDouble
-
- ComplexDouble(double) - Constructor for class org.nd4j.linalg.jblas.complex.ComplexDouble
-
- ComplexFloat - Class in org.nd4j.linalg.jblas.complex
-
Complex float
- ComplexFloat(ComplexFloat) - Constructor for class org.nd4j.linalg.jblas.complex.ComplexFloat
-
- ComplexFloat(float, float) - Constructor for class org.nd4j.linalg.jblas.complex.ComplexFloat
-
- ComplexFloat(float) - Constructor for class org.nd4j.linalg.jblas.complex.ComplexFloat
-
- ComplexNDArray - Class in org.nd4j.linalg.jblas.complex
-
ComplexNDArray for complex numbers.
- ComplexNDArray(float[], int[], char) - Constructor for class org.nd4j.linalg.jblas.complex.ComplexNDArray
-
Create this ndarray with the given data and shape and 0 offset
- ComplexNDArray(int[], int, char) - Constructor for class org.nd4j.linalg.jblas.complex.ComplexNDArray
-
- ComplexNDArray(int[]) - Constructor for class org.nd4j.linalg.jblas.complex.ComplexNDArray
-
- ComplexNDArray(float[], int[], int[], char) - Constructor for class org.nd4j.linalg.jblas.complex.ComplexNDArray
-
- ComplexNDArray(int[], char) - Constructor for class org.nd4j.linalg.jblas.complex.ComplexNDArray
-
- ComplexNDArray(INDArray, int[], char) - Constructor for class org.nd4j.linalg.jblas.complex.ComplexNDArray
-
Initialize the given ndarray as the real component
- ComplexNDArray(INDArray, char) - Constructor for class org.nd4j.linalg.jblas.complex.ComplexNDArray
-
Construct a complex matrix from a realComponent matrix.
- ComplexNDArray(INDArray) - Constructor for class org.nd4j.linalg.jblas.complex.ComplexNDArray
-
Construct a complex matrix from a realComponent matrix.
- ComplexNDArray(INDArray, int[]) - Constructor for class org.nd4j.linalg.jblas.complex.ComplexNDArray
-
Create with the specified ndarray as the real component
and the given stride
- ComplexNDArray(List<IComplexNDArray>, int[], int[]) - Constructor for class org.nd4j.linalg.jblas.complex.ComplexNDArray
-
Create an ndarray from the specified slices
and the given shape
- ComplexNDArray(List<IComplexNDArray>, int[], int[], char) - Constructor for class org.nd4j.linalg.jblas.complex.ComplexNDArray
-
Create an ndarray from the specified slices
and the given shape
- ComplexNDArray(List<IComplexNDArray>, int[], char) - Constructor for class org.nd4j.linalg.jblas.complex.ComplexNDArray
-
Create an ndarray from the specified slices
and the given shape
- ComplexNDArray(List<IComplexNDArray>, int[]) - Constructor for class org.nd4j.linalg.jblas.complex.ComplexNDArray
-
Create an ndarray from the specified slices
and the given shape
- ComplexNDArray(IComplexNumber[], int[]) - Constructor for class org.nd4j.linalg.jblas.complex.ComplexNDArray
-
Create a complex ndarray with the given complex doubles.
- ComplexNDArray(IComplexNumber[], int[], int[]) - Constructor for class org.nd4j.linalg.jblas.complex.ComplexNDArray
-
Create a complex ndarray with the given complex doubles.
- ComplexNDArray(IComplexNumber[], int[], char) - Constructor for class org.nd4j.linalg.jblas.complex.ComplexNDArray
-
Create a complex ndarray with the given complex doubles.
- ComplexNDArray(float[], int[], int[]) - Constructor for class org.nd4j.linalg.jblas.complex.ComplexNDArray
-
Initialize with the given data,shape and stride
- ComplexNDArray(float[], int[], int[], int, char) - Constructor for class org.nd4j.linalg.jblas.complex.ComplexNDArray
-
THe ordering of the ndarray
- ComplexNDArray(float[], int[], int[], int) - Constructor for class org.nd4j.linalg.jblas.complex.ComplexNDArray
-
- ComplexNDArray(float[], int[]) - Constructor for class org.nd4j.linalg.jblas.complex.ComplexNDArray
-
- ComplexNDArray(float[], int[], int, char) - Constructor for class org.nd4j.linalg.jblas.complex.ComplexNDArray
-
- ComplexNDArray(float[], int[], int) - Constructor for class org.nd4j.linalg.jblas.complex.ComplexNDArray
-
- ComplexNDArray(int[], int[], int) - Constructor for class org.nd4j.linalg.jblas.complex.ComplexNDArray
-
Construct an ndarray of the specified shape
with an empty data array
- ComplexNDArray(int[], int[], int, char) - Constructor for class org.nd4j.linalg.jblas.complex.ComplexNDArray
-
Construct an ndarray of the specified shape
with an empty data array
- ComplexNDArray(int[], int[], char) - Constructor for class org.nd4j.linalg.jblas.complex.ComplexNDArray
-
Create the ndarray with
the specified shape and stride and an offset of 0
- ComplexNDArray(int[], int[]) - Constructor for class org.nd4j.linalg.jblas.complex.ComplexNDArray
-
Create the ndarray with
the specified shape and stride and an offset of 0
- ComplexNDArray(int[], int) - Constructor for class org.nd4j.linalg.jblas.complex.ComplexNDArray
-
- ComplexNDArray(int, int) - Constructor for class org.nd4j.linalg.jblas.complex.ComplexNDArray
-
Creates a new n times m ComplexDoubleMatrix.
- ComplexNDArray(int, int, char) - Constructor for class org.nd4j.linalg.jblas.complex.ComplexNDArray
-
Creates a new n times m ComplexDoubleMatrix.
- ComplexNDArray(float[]) - Constructor for class org.nd4j.linalg.jblas.complex.ComplexNDArray
-
- ComplexNDArray(float[][]) - Constructor for class org.nd4j.linalg.jblas.complex.ComplexNDArray
-
- ComplexNDArray(DataBuffer) - Constructor for class org.nd4j.linalg.jblas.complex.ComplexNDArray
-
- ComplexNDArray(DataBuffer, int[], int[], int) - Constructor for class org.nd4j.linalg.jblas.complex.ComplexNDArray
-
- ComplexNDArray(IComplexNumber[], int[], int[], int, char) - Constructor for class org.nd4j.linalg.jblas.complex.ComplexNDArray
-
- ComplexNDArray(DataBuffer, int[], int[], int, char) - Constructor for class org.nd4j.linalg.jblas.complex.ComplexNDArray
-
- ComplexNDArray(DataBuffer, int[]) - Constructor for class org.nd4j.linalg.jblas.complex.ComplexNDArray
-
- ComplexNDArray(DataBuffer, int[], int[]) - Constructor for class org.nd4j.linalg.jblas.complex.ComplexNDArray
-
- ComplexNDArray(float[], Character) - Constructor for class org.nd4j.linalg.jblas.complex.ComplexNDArray
-
- conj() - Method in class org.nd4j.linalg.jblas.complex.ComplexDouble
-
- conj() - Method in class org.nd4j.linalg.jblas.complex.ComplexFloat
-
- conji() - Method in class org.nd4j.linalg.jblas.complex.ComplexDouble
-
- conji() - Method in class org.nd4j.linalg.jblas.complex.ComplexFloat
-
- copy(INDArray, INDArray) - Method in class org.nd4j.linalg.jblas.BlasWrapper
-
Compute y <- x (copy a matrix)
- copy(IComplexNDArray, IComplexNDArray) - Method in class org.nd4j.linalg.jblas.BlasWrapper
-
- copy(IComplexNumber) - Method in class org.nd4j.linalg.jblas.complex.ComplexDouble
-
- copy(ComplexDouble) - Method in class org.nd4j.linalg.jblas.complex.ComplexDouble
-
- copy(IComplexNumber) - Method in class org.nd4j.linalg.jblas.complex.ComplexFloat
-
- copy(ComplexFloat) - Method in class org.nd4j.linalg.jblas.complex.ComplexFloat
-
- create(int[], DataBuffer) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
- create(double[][]) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
Create an ndarray with the given data layout
- create(DataBuffer) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
- create(DataBuffer, int, int, int[], int) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
- create(int[], char) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
- create(DataBuffer, int[], int[], int, char) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
- create(float[], int[], int, Character) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
- create(float[], int, int, int[], int, char) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
- create(double[], int[], char) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
- create(List<INDArray>, int[], char) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
- create(double[], int[], int) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
- create(double[], int[], int[], int, char) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
- create(float[], int[], int[], int) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
Creates an ndarray with the specified shape
- create(double[], int[], int[], int) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
Creates an ndarray with the specified shape
- create(DataBuffer, int[]) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
- create(DataBuffer, int[], int[], int) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
- create(List<INDArray>, int[]) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
Creates an ndarray with the specified shape
- create(float[][]) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
- create(float[], int[], int[], int, char) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
- create(DataBuffer, int[], int) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
- create(float[], int[], int) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
- createComplex(INDArray) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
Create a complex ndarray from the passed in indarray
- createComplex(IComplexNumber[], int[]) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
Create a complex ndarray from the passed in indarray
- createComplex(List<IComplexNDArray>, int[]) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
Create a complex ndarray from the passed in indarray
- createComplex(DataBuffer) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
- createComplex(DataBuffer, int, int, int[], int) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
- createComplex(DataBuffer, int[], int[], int) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
- createComplex(IComplexNumber[], int[], int[], int) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
- createComplex(IComplexNumber[], int[], int[], int, char) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
- createComplex(IComplexNumber[], int[], int[], char) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
- createComplex(IComplexNumber[], int[], int, char) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
- createComplex(IComplexNumber[], int[], char) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
- createComplex(float[], int[], int[], int) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
Creates a complex ndarray with the specified shape
- createComplex(DataBuffer, int[], int[], int, char) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
- createComplex(float[], Character) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
- createComplex(double[], int[], int[], int) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
Creates a complex ndarray with the specified shape
- createComplex(DataBuffer, int[]) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
- createComplex(DataBuffer, int[], int[]) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
- createComplex(double[], int[], int[], int, char) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
Create a complex ndarray with the given data
- createComplex(double[], int[], int, char) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
- createComplex(DataBuffer, int[], int, char) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
- createComplex(double[], int[], int) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
- createComplex(DataBuffer, int[], int) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
- createComplex(float[], int[], int[], int, char) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
Create a complex ndarray with the given data
- createComplex(float[]) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
- createComplex(float[], int[], int, char) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
- createComplex(float[], int[], int) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
- createDouble(double, double) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
Create an instance of a complex double
- createFloat(float, float) - Method in class org.nd4j.linalg.jblas.JblasNDArrayFactory
-
Create float