ls_ln_svd | R Documentation |
Least squares a%*%x ~= b
of least norm ||x|| by using svd(a)
ls_ln_svd(a, b, rcond = 1e+10)
a |
dense matrix |
b |
right hand side vector |
rcond |
maximal condition number for determining rank deficient matrix |
solution vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.