#include <cstdlib>#include <cstdio>#include <cstring>#include <cstdarg>#include <cmath>#include "analysis/Midnight.h"Go to the source code of this file.
Defines | |
| #define | TMath_Min(a,b) ((a)<(b)?a:b) |
| #define | TMath_Max(a,b) ((a)>(b)?a:b) |
| #define | TMath_Log(a) log(a) |
| #define | TMath_Log10(a) log10(a) |
| #define | TMath_Sqrt(a) sqrt(a) |
| #define | TMath_Power(a,b) pow(a,b) |
| #define | TMath_Abs(a) fabs(a) |
| #define | TMath_Sin(a) sin(a) |
| #define | TMath_Cos(a) cos(a) |
| #define | TMath_ATan(a) atan(a) |
| #define | TMath_ASin(a) asin(a) |
Variables | |
| const MInt | kMAXDIM = 50 |
| const MBool | kTRUE = 1 |
| const MBool | kFALSE = 0 |
|
|
Definition at line 70 of file Midnight.cxx. Referenced by Midnight::mnpint(). |
|
|
Definition at line 69 of file Midnight.cxx. Referenced by Midnight::mninit(). |
|
|
Definition at line 66 of file Midnight.cxx. Referenced by Midnight::mncont(), Midnight::mncros(), Midnight::mncuve(), Midnight::mnderi(), Midnight::mndxdi(), Midnight::mneig(), Midnight::mnerrs(), Midnight::mngrad(), Midnight::mnhes1(), Midnight::mnhess(), Midnight::mnimpr(), Midnight::mnlims(), Midnight::mnline(), Midnight::mnmatu(), Midnight::mnmigr(), Midnight::mnmnot(), Midnight::mnprin(), Midnight::mnpsdf(), Midnight::mnrset(), Midnight::mnseek(), Midnight::mnsimp(), and Midnight::mnwerr(). |
|
|
Definition at line 68 of file Midnight.cxx. Referenced by Midnight::mnderi(), Midnight::mndxdi(), and Midnight::mnprin(). |
|
|
Definition at line 62 of file Midnight.cxx. Referenced by Midnight::mnseek(). |
|
|
Definition at line 63 of file Midnight.cxx. Referenced by Midnight::mnbins(). |
|
|
Definition at line 61 of file Midnight.cxx. Referenced by Midnight::mnbins(), Midnight::mncalf(), Midnight::mncntr(), Midnight::mncont(), Midnight::mncros(), Midnight::mnderi(), Midnight::mnfixp(), Midnight::mnhes1(), Midnight::mnhess(), Midnight::mnimpr(), Midnight::mnlims(), Midnight::mnline(), Midnight::mnmatu(), Midnight::mnmigr(), Midnight::mnmnot(), Midnight::mnparm(), Midnight::mnpsdf(), Midnight::mnrset(), Midnight::mnscan(), and Midnight::mnset(). |
|
|
Definition at line 60 of file Midnight.cxx. Referenced by Midnight::mnbins(), Midnight::mncalf(), Midnight::mncntr(), Midnight::mncomd(), Midnight::mncont(), Midnight::mncros(), Midnight::mnemat(), Midnight::mnfixp(), Midnight::mnhess(), Midnight::mnlims(), Midnight::mnline(), Midnight::mnmatu(), Midnight::mnmigr(), Midnight::mnmnot(), Midnight::mnplot(), Midnight::mnprin(), Midnight::mnscan(), and Midnight::mnset(). |
|
|
Definition at line 65 of file Midnight.cxx. Referenced by Midnight::mnbins(). |
|
|
Definition at line 67 of file Midnight.cxx. Referenced by Midnight::mninex(), Midnight::mnpint(), and Midnight::mnwerr(). |
|
|
Definition at line 64 of file Midnight.cxx. Referenced by Midnight::mncros(), Midnight::mnderi(), Midnight::mneig(), Midnight::mnerrs(), Midnight::mnhes1(), Midnight::mnhess(), Midnight::mninit(), Midnight::mnmatu(), Midnight::mnmnot(), Midnight::mnpsdf(), Midnight::mnset(), Midnight::mnvert(), and Midnight::mnwerr(). |
|
|
Definition at line 78 of file Midnight.cxx. |
|
|
Definition at line 76 of file Midnight.cxx. |
|
|
Definition at line 77 of file Midnight.cxx. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000