Returns the effective numerical matrix rank, which is the number of nonnegligible singular values.
Examples:
(use 'incanter.core)
(def foo (matrix (range 9) 3))
(rank foo)
References:
http://en.wikipedia.org/wiki/Matrix_rank
http://incanter.org/docs/parallelcolt/api/cern/colt/matrix/tdouble/algo/decomposition/DoubleSingularValueDecompositionDC.html
Comments top
No comments for rank. Log in to add a comment.