source: PSPA/madxPSPA/tests/test-jacobian/test-jacobian.madx @ 430

Last change on this file since 430 was 430, checked in by touze, 11 years ago

import madx-5.01.00

File size: 171 bytes
Line 
1x1=0.1;
2match,use_macro;
3vary,name=x1;
4vary,name=x2;
5m1: macro={;};
6constraint,expr= x1+3*x2=1;
7constraint,expr= x1+1*x2=1;
8jacobian,calls=20,tolerance=1.e-21;
9endmatch;
10
Note: See TracBrowser for help on using the repository browser.