From 436f0daf6e4f241b8fa582a943bad09ddc091f59 Mon Sep 17 00:00:00 2001 From: Harpreet Date: Fri, 11 Dec 2015 12:51:00 +0530 Subject: lsqnonneg added --- help/en_US/scilab_en_US_help/lsqlin.html | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'help/en_US/scilab_en_US_help/lsqlin.html') diff --git a/help/en_US/scilab_en_US_help/lsqlin.html b/help/en_US/scilab_en_US_help/lsqlin.html index 96c6de1..bf5a259 100644 --- a/help/en_US/scilab_en_US_help/lsqlin.html +++ b/help/en_US/scilab_en_US_help/lsqlin.html @@ -20,7 +20,7 @@
a vector of doubles, represents the linear coefficients in the equality constraints
a vector of doubles, where n is number of variables, contains lower bounds of the variables.
a vector of doubles, contains lower bounds of the variables.
a vector of doubles, where n is number of variables, contains upper bounds of the variables.
a vector of doubles, contains upper bounds of the variables.
a vector of doubles, contains initial guess of variables.
a list containing the the parameters to be set.
a vector of doubles, the computed solution of the optimization problem.
a double, the function value at x.
a double, objective value returned as the scalar value norm(C*x-d)^2.
a vector of doubles, solution residuals returned as the vector C*x-d.
Integer identifying the reason the algorithm terminated.
Structure containing the Lagrange multipliers at the solution x (separated by constraint type).
Search the minimum of a constrained linear least square problem specified by : -find the minimum of f(x) such that
+Search the minimum of a constrained linear least square problem specified by :
We are calling IPOpt for solving the linear least square problem, IPOpt is a library written in C++. The code has been written by Andreas Wächter and Carl Laird.