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


nlsic documentation built on July 10, 2023, 2:03 a.m.

Related to ls_ln in nlsic...