Returns orthonormal basis for the nullspace of A, such that A*null(A) = 0.  
More...
Go to the source code of this file.
|  | 
|  | 
| Matrix< NumberS > | myra::nullspace (const CMatrixRange< NumberS > &A, float tolerance=1.0e-5) | 
|  | Returns orthonormal basis for the nullspace of A. The tolerance for rank detection can be optionally supplied. 
 | 
|  | 
| Matrix< NumberD > | myra::nullspace (const CMatrixRange< NumberD > &A, double tolerance) | 
|  | Returns orthonormal basis for the nullspace of A. The tolerance for rank detection can be optionally supplied. 
 | 
|  | 
| Matrix< NumberC > | myra::nullspace (const CMatrixRange< NumberC > &A, float tolerance) | 
|  | Returns orthonormal basis for the nullspace of A. The tolerance for rank detection can be optionally supplied. 
 | 
|  | 
| Matrix< NumberZ > | myra::nullspace (const CMatrixRange< NumberZ > &A, double tolerance) | 
|  | Returns orthonormal basis for the nullspace of A. The tolerance for rank detection can be optionally supplied. 
 | 
|  | 
Returns orthonormal basis for the nullspace of A, such that A*null(A) = 0.