diff options
Diffstat (limited to 'tests/general_tests/lsqnonneg/lsqnonneg_input1.sce')
-rw-r--r-- | tests/general_tests/lsqnonneg/lsqnonneg_input1.sce | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/general_tests/lsqnonneg/lsqnonneg_input1.sce b/tests/general_tests/lsqnonneg/lsqnonneg_input1.sce index eb0aafc..db1e461 100644 --- a/tests/general_tests/lsqnonneg/lsqnonneg_input1.sce +++ b/tests/general_tests/lsqnonneg/lsqnonneg_input1.sce @@ -1,14 +1,14 @@ // Check for the input arguments -C = [ - 0.0372 0.2869 - 0.6861 0.7071 - 0.6233 0.6245 - 0.6344 0.6170]; -d = [ - 0.8587 - 0.1781 - 0.0747 - 0.8405]; +C = [1 1 1; + 1 1 0; + 0 1 1; + 1 0 0; + 0 0 1] +d = [89; + 67; + 53; + 35; + 20] // Error //lsqlin: Unexpected number of input arguments : 1 provided while should be in the set of [2 3] |