ls_ln: Linear Least Squares, least norm solution

ls_lnR Documentation

Linear Least Squares, least norm solution

Description

Linear Least Squares, least norm solution

Usage

ls_ln(a, b, rcond = 1e+10)

Arguments

a

matrix or its QR decomposition

b

vector of right hand side

rcond

maximal condition number for rank definition

Value

solution vector


MathsCell/nlsic documentation built on July 7, 2024, 6:53 p.m.