Index
All Classes|All Packages|Constant Field Values
N
- nearZero(double) - Method in class linalg.complex_number.CNumber
 - 
Checks if a number is near zero.
 - NEGATIVE_ONE - Static variable in class linalg.complex_number.CNumber
 - 
The number -1.
 - norm() - Method in class linalg.Matrix
 - 
Computes the 2-norm of a Matrix denoted L2, 2 or AF for a matrix A.
 - norm() - Method in class linalg.Vector
 - norm(double) - Method in class linalg.Matrix
 - 
Computes the Lp norm.
 - norm(double) - Method in class linalg.Vector
 - 
Computes the p-norm of a vector.
 - norm(double, double) - Method in class linalg.Vector
 - 
Computes the Lp, q norm of this matrix.
 - norm(CNumber[]) - Static method in class linalg.util.LinAlgArrayUtils
 - 
Computes norm of an array as if it was a vector.
 - nullity() - Method in class linalg.Vector
 - 
The rank of a matrix A is the dimension of the vector space spanned by the nullspace of this matrix.
 - nullSpace() - Method in class linalg.Vector
 - 
Computes a orthonormal basis for the null space of this matrix.
 - numCols() - Method in class linalg.Vector
 - 
Number of columns in this matrix
 - numRows() - Method in class linalg.Vector
 - 
Number of rows in this matrix.
 
All Classes|All Packages|Constant Field Values