From dd3d72ae2cdb43311b4e501966f09694bbd3e505 Mon Sep 17 00:00:00 2001
From: Harpreet
Date: Thu, 7 Jan 2016 17:14:07 +0530
Subject: lower bound, upper bound test added
---
help/en_US/lsqnonneg.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to 'help/en_US/lsqnonneg.xml')
diff --git a/help/en_US/lsqnonneg.xml b/help/en_US/lsqnonneg.xml
index 201e878..07cf7e6 100644
--- a/help/en_US/lsqnonneg.xml
+++ b/help/en_US/lsqnonneg.xml
@@ -35,15 +35,15 @@
Parameters
C :
- a matrix of double, represents the multiplier of the solution x in the expression C*x - d. Number of columns in C is equal to the number of elements in x.
+ a matrix of double, represents the multiplier of the solution x in the expression C⋅x - d. Number of columns in C is equal to the number of elements in x.
d :
- a vector of double, represents the additive constant term in the expression C*x - d. Number of elements in d is equal to the number of rows in C matrix.
+ a vector of double, represents the additive constant term in the expression C⋅x - d. Number of elements in d is equal to the number of rows in C matrix.
xopt :
a vector of double, the computed solution of the optimization problem.
resnorm :
- a double, objective value returned as the scalar value norm(C*x-d)^2.
+ a double, objective value returned as the scalar value norm(C⋅x-d)^2.
residual :
- a vector of double, solution residuals returned as the vector d-C*x.
+ a vector of double, solution residuals returned as the vector d-C⋅x.
exitflag :
The exit status. See below for details.
output :
--
cgit