Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

Midnight.cxx File Reference

#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


Define Documentation

#define TMath_ASin( a )   asin(a)
 

Definition at line 70 of file Midnight.cxx.

Referenced by Midnight::mnpint().

#define TMath_ATan( a )   atan(a)
 

Definition at line 69 of file Midnight.cxx.

Referenced by Midnight::mninit().

#define TMath_Abs( a )   fabs(a)
 

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().

#define TMath_Cos( a )   cos(a)
 

Definition at line 68 of file Midnight.cxx.

Referenced by Midnight::mnderi(), Midnight::mndxdi(), and Midnight::mnprin().

#define TMath_Log( a )   log(a)
 

Definition at line 62 of file Midnight.cxx.

Referenced by Midnight::mnseek().

#define TMath_Log10( a )   log10(a)
 

Definition at line 63 of file Midnight.cxx.

Referenced by Midnight::mnbins().

#define TMath_Max( a, b )   ((a)>(b)?a:b)
 

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().

#define TMath_Min( a, b )   ((a)<(b)?a:b)
 

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().

#define TMath_Power( a, b )   pow(a,b)
 

Definition at line 65 of file Midnight.cxx.

Referenced by Midnight::mnbins().

#define TMath_Sin( a )   sin(a)
 

Definition at line 67 of file Midnight.cxx.

Referenced by Midnight::mninex(), Midnight::mnpint(), and Midnight::mnwerr().

#define TMath_Sqrt( a )   sqrt(a)
 

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().


Variable Documentation

const MBool kFALSE = 0
 

Definition at line 78 of file Midnight.cxx.

const MInt kMAXDIM = 50
 

Definition at line 76 of file Midnight.cxx.

const MBool kTRUE = 1
 

Definition at line 77 of file Midnight.cxx.


Generated at Wed Nov 21 12:20:53 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000