source: TRACY3/trunk/tracy/tracy/inc/ety.h @ 3

Last change on this file since 3 was 3, checked in by zhangj, 12 years ago

Initiale import

  • Property svn:executable set to *
File size: 551 bytes
Line 
1/* Tracy-2
2
3   J. Bengtsson  CBP, LBL      1990 - 1994   Pascal version
4                 SLS, PSI      1995 - 1997
5   M. Boege      SLS, PSI      1998          C translation
6   L. Nadolski   SOLEIL        2002          Link to NAFF, Radia field maps
7   J. Bengtsson  NSLS-II, BNL  2004 -       
8
9*/
10
11void ETY(int n, int low, int high, Matrix &a, Vector &ort);
12
13void ETYT(int n, int low, int high, Matrix &a, Vector &ort,
14                 Matrix &z);
15
16void ety2(int n, int low, int high, Matrix &h, Vector &wr,
17          Vector &wi, Matrix &z, int &ierr);
18
19
Note: See TracBrowser for help on using the repository browser.