summaryrefslogtreecommitdiff
path: root/help/en_US/scilab_en_US_help/qpipoptmat.html
diff options
context:
space:
mode:
authorHarpreet2015-12-11 12:51:00 +0530
committerHarpreet2015-12-11 12:51:00 +0530
commit436f0daf6e4f241b8fa582a943bad09ddc091f59 (patch)
treea3f0899e5fb0542c69c4aae469c0c5bf0a04b542 /help/en_US/scilab_en_US_help/qpipoptmat.html
parent6cc967755bb135d656fba0523b4eb206581492ca (diff)
downloadsymphony-436f0daf6e4f241b8fa582a943bad09ddc091f59.tar.gz
symphony-436f0daf6e4f241b8fa582a943bad09ddc091f59.tar.bz2
symphony-436f0daf6e4f241b8fa582a943bad09ddc091f59.zip
lsqnonneg added
Diffstat (limited to 'help/en_US/scilab_en_US_help/qpipoptmat.html')
-rw-r--r--help/en_US/scilab_en_US_help/qpipoptmat.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/help/en_US/scilab_en_US_help/qpipoptmat.html b/help/en_US/scilab_en_US_help/qpipoptmat.html
index 10cb590..e1d301a 100644
--- a/help/en_US/scilab_en_US_help/qpipoptmat.html
+++ b/help/en_US/scilab_en_US_help/qpipoptmat.html
@@ -47,9 +47,9 @@
<div class="refsection"><h3 class="title">Parameters</h3>
<dl><dt><span class="term">H :</span>
- <dd><p class="para">a vector of doubles, where n is number of variables, represents coefficients of quadratic in the quadratic problem.</p></dd></dt>
+ <dd><p class="para">a symmetric matrix of doubles, represents coefficients of quadratic in the quadratic problem.</p></dd></dt>
<dt><span class="term">f :</span>
- <dd><p class="para">a vector of doubles, where n is number of variables, represents coefficients of linear in the quadratic problem</p></dd></dt>
+ <dd><p class="para">a vector of doubles, represents coefficients of linear in the quadratic problem</p></dd></dt>
<dt><span class="term">A :</span>
<dd><p class="para">a vector of doubles, represents the linear coefficients in the inequality constraints</p></dd></dt>
<dt><span class="term">b :</span>
@@ -59,9 +59,9 @@
<dt><span class="term">beq :</span>
<dd><p class="para">a vector of doubles, represents the linear coefficients in the equality constraints</p></dd></dt>
<dt><span class="term">LB :</span>
- <dd><p class="para">a vector of doubles, where n is number of variables, contains lower bounds of the variables.</p></dd></dt>
+ <dd><p class="para">a vector of doubles, contains lower bounds of the variables.</p></dd></dt>
<dt><span class="term">UB :</span>
- <dd><p class="para">a vector of doubles, where n is number of variables, contains upper bounds of the variables.</p></dd></dt>
+ <dd><p class="para">a vector of doubles, contains upper bounds of the variables.</p></dd></dt>
<dt><span class="term">x0 :</span>
<dd><p class="para">a vector of doubles, contains initial guess of variables.</p></dd></dt>
<dt><span class="term">param :</span>