IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
AP.Math Class Reference
+ Collaboration diagram for AP.Math:

Static Public Member Functions

static double RandomReal ()
 
static int RandomInteger (int N)
 
static double Sqr (double X)
 
static double AbsComplex (Complex z)
 
static Complex Conj (Complex z)
 
static Complex CSqr (Complex z)
 

Public Attributes

const double MachineEpsilon = 5E-16
 
const double MaxRealNumber = 1E300
 
const double MinRealNumber = 1E-300
 

Static Public Attributes

static System.Random RndObject = new System.Random(System.DateTime.Now.Millisecond)
 

Member Function Documentation

static double AP.Math.RandomReal ( )
inlinestatic

References AP.Math.RndObject.

static int AP.Math.RandomInteger ( int  N)
inlinestatic

References AP.Math.RndObject.

static double AP.Math.Sqr ( double  X)
inlinestatic

Referenced by lbfgs.mcstep().

static double AP.Math.AbsComplex ( Complex  z)
inlinestatic

References AP.Complex.x, and AP.Complex.y.

static Complex AP.Math.Conj ( Complex  z)
inlinestatic

References AP.Complex.x, and AP.Complex.y.

static Complex AP.Math.CSqr ( Complex  z)
inlinestatic

References AP.Complex.x, and AP.Complex.y.

Member Data Documentation

System.Random AP.Math.RndObject = new System.Random(System.DateTime.Now.Millisecond)
static
const double AP.Math.MachineEpsilon = 5E-16
const double AP.Math.MaxRealNumber = 1E300
const double AP.Math.MinRealNumber = 1E-300

The documentation for this class was generated from the following file: