Learn R Programming

nlsic (version 1.2.0)

Nulla: Null-space basis

Description

use Lapack for null space basis (derived from MASS::Null)

Usage

Nulla(M, rcond = 1e+10)

Value

numeric matrix whose columns are basis vectors. Its attribute 'qr' contains QR decomposition of M.

Arguments

M

matrix such that t(M)%*%B=0 where B is a basis of t(M)'s kernel (aka Null-space)

rcond

maximal condition number for rank definition

See Also

Examples

Run this code
Nulla(1:3)

Run the code above in your browser using DataLab