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/lsqlin.xml | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
(limited to 'help/en_US/lsqlin.xml')
diff --git a/help/en_US/lsqlin.xml b/help/en_US/lsqlin.xml
index 92dbd91..1216bae 100644
--- a/help/en_US/lsqlin.xml
+++ b/help/en_US/lsqlin.xml
@@ -50,17 +50,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 :
@@ -74,7 +76,6 @@
Description
Search the minimum of a constrained linear least square problem specified by :
-find the minimum of f(x) such that
--
cgit