Click or drag to resize

DUMACH Class

***PURPOSE Compute the unit roundoff of the machine. ***CATEGORY R1 ***TYPE DOUBLE PRECISION (RUMACH-S, DUMACH-D) ***KEYWORDS MACHINE CONSTANTS ***AUTHOR Hindmarsh, Alan C., (LLNL) ***DESCRIPTION *Usage: DOUBLE PRECISION A, DUMACH A = DUMACH() *Function Return Values: A : the unit roundoff of the machine. *Description: The unit roundoff is defined as the smallest positive machine number u such that 1.0 + u .ne. 1.0. This is computed by DUMACH in a machine-independent manner. ***REFERENCES (NONE) ***ROUTINES CALLED DUMSUM ***REVISION HISTORY (YYYYMMDD) 19930216 DATE WRITTEN 19930818 Added SLATEC-format prologue. (FNF) 20030707 Added DUMSUM to force normal storage of COMP. (ACH) ***END PROLOGUE DUMACH ***FIRST EXECUTABLE STATEMENT DUMACH
Inheritance Hierarchy
SystemObject
  DotNumerics.ODE.DVodeDUMACH

Namespace: DotNumerics.ODE.DVode
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class DUMACH
Request Example View Source

The DUMACH type exposes the following members.

Constructors
 NameDescription
Public methodDUMACH 
Public methodDUMACH(DUMSUM) 
Top
Methods
 NameDescription
Public methodRun ***PURPOSE Compute the unit roundoff of the machine. ***CATEGORY R1 ***TYPE DOUBLE PRECISION (RUMACH-S, DUMACH-D) ***KEYWORDS MACHINE CONSTANTS ***AUTHOR Hindmarsh, Alan C., (LLNL) ***DESCRIPTION *Usage: DOUBLE PRECISION A, DUMACH A = DUMACH() *Function Return Values: A : the unit roundoff of the machine. *Description: The unit roundoff is defined as the smallest positive machine number u such that 1.0 + u .ne. 1.0. This is computed by DUMACH in a machine-independent manner. ***REFERENCES (NONE) ***ROUTINES CALLED DUMSUM ***REVISION HISTORY (YYYYMMDD) 19930216 DATE WRITTEN 19930818 Added SLATEC-format prologue. (FNF) 20030707 Added DUMSUM to force normal storage of COMP. (ACH) ***END PROLOGUE DUMACH ***FIRST EXECUTABLE STATEMENT DUMACH
Top
Fields
 NameDescription
Private field_dumsum 
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumNames
(Defined by General)
Public Extension MethodIsValidDouble
(Defined by General)
Top
See Also