mtxrank: Matrix rank

Description Usage Arguments See Also

View source: R/matrix-rank.R

Description

Matrix rank

Usage

1
mtxrank(x, method = c("qr", "qr.lapack", "chol", "svd"), tol = 1e-07)

Arguments

x

numeric matrix.

method

method used for computing rank.

tol

the tolerance for detecting linear dependencies in the columns of x.

See Also

qr, chol, svd


twolodzko/twextras documentation built on May 3, 2019, 1:52 p.m.