Index

A B C D E F G H I L M N O P Q R S T V W Z 
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
Computes 2-norm (Euclidian norm) of vector.

Also see
- norm(double p)
- infNorm()
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.
A B C D E F G H I L M N O P Q R S T V W Z 
All Classes|All Packages|Constant Field Values