From f7c5cbc61d5b52c749824298cfa39a95db2d879c Mon Sep 17 00:00:00 2001 From: Harpreet Date: Fri, 29 Jan 2016 16:38:03 +0530 Subject: linprog general tests added --- help/en_US/scilab_en_US_help/lsqnonneg.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'help/en_US/scilab_en_US_help/lsqnonneg.html') diff --git a/help/en_US/scilab_en_US_help/lsqnonneg.html b/help/en_US/scilab_en_US_help/lsqnonneg.html index 8de3559..a095226 100644 --- a/help/en_US/scilab_en_US_help/lsqnonneg.html +++ b/help/en_US/scilab_en_US_help/lsqnonneg.html @@ -16,7 +16,7 @@
Solves nonnegative least-squares curve fitting problems specified by :
The routine calls Ipopt for solving the nonnegative least-squares curve fitting problems, Ipopt is a library written in C++.
+The options allows the user to set various parameters of the Optimization problem. +It should be defined as type "list" and contains the following fields. +
The exitflag allows to know the status of the optimization which is given back by Ipopt.