ls_ln | R Documentation |
Linear Least Squares, least norm solution
ls_ln(a, b, rcond = 1e+10, mnorm = NULL, x0 = NULL)
a |
matrix or its QR decomposition |
b |
vector (or matrix if a is full rank) of right hand side |
rcond |
maximal condition number for rank definition |
mnorm |
norm matrix (can be dense or sparse) for which |
x0 |
optional vector from which a least norm distance is searched for |
solution vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.