diff options
author | Harpreet | 2015-11-26 13:13:46 +0530 |
---|---|---|
committer | Harpreet | 2015-11-26 13:13:46 +0530 |
commit | 2af2dd71492d5485bd921cfe7b832811881947bb (patch) | |
tree | 3b4934f40a140f5ac54046ab3a530798c36708bb /macros/qpipoptmat.sci | |
parent | 8cf5063387ba60907e8e114b128abe5555922ad7 (diff) | |
download | FOSSEE-Optimization-toolbox-2af2dd71492d5485bd921cfe7b832811881947bb.tar.gz FOSSEE-Optimization-toolbox-2af2dd71492d5485bd921cfe7b832811881947bb.tar.bz2 FOSSEE-Optimization-toolbox-2af2dd71492d5485bd921cfe7b832811881947bb.zip |
lsqlin added
Diffstat (limited to 'macros/qpipoptmat.sci')
-rw-r--r-- | macros/qpipoptmat.sci | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/qpipoptmat.sci b/macros/qpipoptmat.sci index 0adc0bd..9f20870 100644 --- a/macros/qpipoptmat.sci +++ b/macros/qpipoptmat.sci @@ -23,8 +23,8 @@ function [xopt,fopt,exitflag,output,lambda] = qpipoptmat (varargin) // [xopt,fopt,exitflag,output,lamda] = qpipoptmat( ... ) // // Parameters - // H : a vector of doubles, where n is number of variables, 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 + // H : a symmetric matrix of doubles, represents coefficients of quadratic in the quadratic problem. + // f : 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 : a vector of doubles, represents the linear coefficients in the inequality constraints // Aeq : a matrix of doubles, represents the linear coefficients in the equality constraints |