Index
All Classes|All Packages|Constant Field Values
A
- abs() - Method in class linalg.Vector
-
Computes absolute value, element-wise, of a matrix.
- abs(CNumber) - Static method in class linalg.complex_number.CNumber
-
Computes absolute value of a number.
- abs(CNumber[]) - Static method in class linalg.util.LinAlgArrayUtils
- add(double) - Method in class linalg.Vector
-
Adds the value of a to all entries of matrix.
- add(CNumber, CNumber) - Static method in class linalg.complex_number.CNumber
-
Performs complex addition of two numbers.
- add(CNumber, CNumber, CNumber...) - Static method in class linalg.complex_number.CNumber
-
Performs complex addition of two or more numbers.
- add(Matrix) - Method in class linalg.Vector
-
Performs matrix addition on two matrices of the same dimensions.
- add(Vector) - Method in class linalg.Vector
-
Adds two vectors element-wise and stores in a new vector.
- addInv(CNumber) - Static method in class linalg.complex_number.CNumber
-
Computes the additive inverse of a Number.
- allSqrt(CNumber) - Static method in class linalg.complex_number.CNumber
-
Computes all possible square roots of a number.
- augment(Matrix) - Method in class linalg.Vector
-
Augments two matrices.
All Classes|All Packages|Constant Field Values