View source: R/matrix_helpers.R
getRank | R Documentation |
Computes the rank of a matrix. Outputs consistent results across various matrix types.
getRank(m, TOL = 1e-10)
m |
A matrix, m |
TOL |
tolerance for rank calculation |
The rank of the matrix m
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.