summaryrefslogtreecommitdiff
path: root/tests/general_tests/lsqnonneg/lsqnonneg_zeros.sce
diff options
context:
space:
mode:
Diffstat (limited to 'tests/general_tests/lsqnonneg/lsqnonneg_zeros.sce')
-rw-r--r--tests/general_tests/lsqnonneg/lsqnonneg_zeros.sce28
1 files changed, 28 insertions, 0 deletions
diff --git a/tests/general_tests/lsqnonneg/lsqnonneg_zeros.sce b/tests/general_tests/lsqnonneg/lsqnonneg_zeros.sce
new file mode 100644
index 0000000..e454f42
--- /dev/null
+++ b/tests/general_tests/lsqnonneg/lsqnonneg_zeros.sce
@@ -0,0 +1,28 @@
+// Check for all zeros as input
+C = [0];
+d = [0];
+
+//Output
+//Optimal Solution Found.
+// lambda =
+//
+// lower: 6.400D-11
+// upper: 0
+// output =
+//
+// Iterations: 3
+// exitflag =
+//
+// 0
+// residual =
+//
+// 0.
+// resnorm =
+//
+// 0.
+// xopt =
+//
+// 0.9124275
+
+[xopt,resnorm,residual,exitflag,output,lambda] = lsqnonneg(C,d)
+