Nulla {nlsic} | R Documentation |
use Lapack for null space basis (derived from MASS::Null)
Nulla(M, rcond = 1e+10)
M |
matrix such that |
rcond |
maximal condition number for rank definition |
numeric matrix whose columns are basis vectors. Its attribute 'qr' contains QR decomposition of M.
Nulla(1:3)