ls_ln function

Linear Least Squares, least norm solution

Linear Least Squares, least norm solution

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

Returns

solution vector

  • Maintainer: Serguei Sokol
  • License: GPL-2
  • Last published: 2023-06-26