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/JavaHelpSearch/DOCS | Bin 7351 -> 7489 bytes .../scilab_en_US_help/JavaHelpSearch/DOCS.TAB | Bin 850 -> 862 bytes .../en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS | Bin 266 -> 273 bytes .../scilab_en_US_help/JavaHelpSearch/POSITIONS | Bin 35734 -> 36150 bytes help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA | 2 +- help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP | Bin 16384 -> 16384 bytes .../scilab_en_US_help/_LaTeX_lsqnonneg.xml_1.png | Bin 0 -> 1508 bytes help/en_US/scilab_en_US_help/index.html | 6 ++ help/en_US/scilab_en_US_help/jhelpmap.jhm | 1 + help/en_US/scilab_en_US_help/jhelptoc.xml | 1 + help/en_US/scilab_en_US_help/lsqlin.html | 17 ++-- help/en_US/scilab_en_US_help/lsqnonneg.html | 106 +++++++++++++++++++++ help/en_US/scilab_en_US_help/qpipopt.html | 6 +- help/en_US/scilab_en_US_help/qpipoptmat.html | 8 +- .../section_19f4f1e5726c01d683e8b82be0a7e910.html | 6 ++ help/en_US/scilab_en_US_help/symphony.html | 2 +- help/en_US/scilab_en_US_help/symphonymat.html | 12 ++- 17 files changed, 145 insertions(+), 22 deletions(-) create mode 100644 help/en_US/scilab_en_US_help/_LaTeX_lsqnonneg.xml_1.png create mode 100644 help/en_US/scilab_en_US_help/lsqnonneg.html (limited to 'help/en_US/scilab_en_US_help') diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS index d7917b0..2aa9c2c 100644 Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS and b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS differ diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB index 1359fb5..954ffd9 100644 Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB and b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB differ diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS b/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS index ae82060..d5a0fd6 100644 Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS and b/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS differ diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS b/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS index a0643a5..1fbf883 100644 Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS and b/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS differ diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA b/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA index c32f6ae..93aea58 100644 --- a/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA +++ b/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA @@ -1,2 +1,2 @@ JavaSearch 1.0 -TMAP bs=2048 rt=1 fl=-1 id1=1413 id2=1 +TMAP bs=2048 rt=1 fl=-1 id1=1435 id2=1 diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP b/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP index dd780c5..141985f 100644 Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP and b/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP differ diff --git a/help/en_US/scilab_en_US_help/_LaTeX_lsqnonneg.xml_1.png b/help/en_US/scilab_en_US_help/_LaTeX_lsqnonneg.xml_1.png new file mode 100644 index 0000000..b923eeb Binary files /dev/null and b/help/en_US/scilab_en_US_help/_LaTeX_lsqnonneg.xml_1.png differ diff --git a/help/en_US/scilab_en_US_help/index.html b/help/en_US/scilab_en_US_help/index.html index af31f16..c942e96 100644 --- a/help/en_US/scilab_en_US_help/index.html +++ b/help/en_US/scilab_en_US_help/index.html @@ -38,6 +38,12 @@ +
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.
Solves nonnegative least-squares curve fitting problems.
x = lsqnonneg(C,d) +x = lsqnonneg(C,d,param) +[xopt,resnorm,residual,exitflag,output,lambda] = lsqnonneg( ... )
a matrix of doubles, represents the multiplier of the solution x in the expression C*x - d. C is M-by-N, where M is the number of equations, and N is the number of elements of x.
a vector of doubles, represents the additive constant term in the expression C*x - d. d is M-by-1, where M is the number of equations.
a vector of doubles, the computed solution of the optimization problem.
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 information about the optimization.
Structure containing the Lagrange multipliers at the solution x (separated by constraint type).
Solves nonnegative least-squares curve fitting problems specified by :
+We are calling IPOpt for solving the nonnegative least-squares curve fitting problems, IPOpt is a library written in C++. The code has been written by Andreas Wächter and Carl Laird.
+