Nulla | 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.
MASS::Null
Nulla(1:3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.