getRank: Computes the rank of a matrix. Outputs consistent results...

View source: R/matrix_helpers.R

getRankR Documentation

Computes the rank of a matrix. Outputs consistent results across various matrix types.

Description

Computes the rank of a matrix. Outputs consistent results across various matrix types.

Usage

getRank(m, TOL = 1e-10)

Arguments

m

A matrix, m

TOL

tolerance for rank calculation

Value

The rank of the matrix m


be-green/quantspace documentation built on March 20, 2024, 5:30 p.m.