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 @@ - qpipopt >> + lsqnonneg >> @@ -58,17 +58,19 @@
beq :

a vector of doubles, represents the linear coefficients in the equality constraints

LB : -

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.

UB : -

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.

x0 :

a vector of doubles, contains initial guess of variables.

param :

a list containing the the parameters to be set.

xopt :

a vector of doubles, the computed solution of the optimization problem.

-
fopt : -

a double, the function value at x.

+
resnorm : +

a double, objective value returned as the scalar value norm(C*x-d)^2.

+
residual : +

a vector of doubles, solution residuals returned as the vector C*x-d.

exitflag :

Integer identifying the reason the algorithm terminated.

output : @@ -77,8 +79,7 @@

Structure containing the Lagrange multipliers at the solution x (separated by constraint type).

Description

-

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.

@@ -143,7 +144,7 @@ find the minimum of f(x) such that

- qpipopt >> + lsqnonneg >> -- cgit