basis: Basis for linear space spanned by the columns of a matrix

View source: R/linear_algebra.R

basisR Documentation

Basis for linear space spanned by the columns of a matrix

Description

Basis for linear space spanned by the columns of a matrix

Usage

basis(X, tol = 1e-09)

Arguments

X

a matrix

tol

the tolerance used to determine singularity. Default 1e-9

Value

a matrix of full column rank spanning the same space as X


gmonette/gnew documentation built on July 9, 2022, 12:57 p.m.