LLSModels.jl logo
LLSModels.jl
  • Home
  • Reference
    • Contents
    • Index
Version
  • Reference
  • Reference
GitHub

Reference

​

Contents

​

  • Reference
    • Contents
    • Index

​

Index

​

  • LLSModels.LLSModel

​

LLSModels.LLSModel — Type
nls = LLSModel(A, b; lvar, uvar, C, lcon, ucon)

Creates a Linear Least Squares model $\tfrac{1}{2}\|Ax - b\|^2$ with optional bounds lvar ≦ x ≦ uvar and optional linear constraints lcon ≦ Cx ≦ ucon. This problem is a nonlinear least-squares problem with residual given by $F(x) = Ax - b$.

source
« Home

Powered by Documenter.jl and the Julia Programming Language.

Settings


This document was generated with Documenter.jl version 1.11.4 on Friday 23 May 2025. Using Julia version 1.11.5.