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/qpipoptmat.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'help/en_US/scilab_en_US_help/qpipoptmat.html') 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 @@

Parameters

H : -

a vector of doubles, where n is number of variables, represents coefficients of quadratic in the quadratic problem.

+

a symmetric matrix of doubles, represents coefficients of quadratic in the quadratic problem.

f : -

a vector of doubles, where n is number of variables, represents coefficients of linear in the quadratic problem

+

a vector of doubles, represents coefficients of linear in the quadratic problem

A :

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

b : @@ -59,9 +59,9 @@
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 : -- cgit