~ubuntu-branches/ubuntu/raring/scilab/raring-proposed

« back to all changes in this revision

Viewing changes to modules/optimization/tests/nonreg_tests/bug_11452.dia.ref

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2012-08-30 14:42:38 UTC
  • mfrom: (1.4.7)
  • Revision ID: package-import@ubuntu.com-20120830144238-c1y2og7dbm7m9nig
Tags: 5.4.0-beta-3-1~exp1
* New upstream release
* Update the scirenderer dep
* Get ride of libjhdf5-java dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
//
5
5
//  This file is distributed under the same license as the Scilab package.
6
6
// =============================================================================
 
7
// <-- ENGLISH IMPOSED -->
 
8
//
7
9
// <-- CLI SHELL MODE -->
8
10
//
9
11
// <-- Non-regression test for bug 11452 -->
25
27
stp=[1.d-10,1.d-10,1.d-5,100,0,100];
26
28
Diag=[1;1];
27
29
[xsol,v]=lsqrsolve([100;100],f1,4,stp,Diag);
28
 
lsqrsolve : Le cosinus de l'angle entre fvec et n'importe quelle colonne du Jacobien est au plus gtol en valeur absolue.
 
30
lsqrsolve: the cosine of the angle between fvec and any column of the jacobian is at most gtol in absolute value.
29
31
 
30
32
assert_checkalmostequal(xsol,a\b);