Click or drag to resize

DLAMC4Run Method

Purpose ======= DLAMC4 is a service routine for DLAMC2.

Namespace: DotNumerics.LinearAlgebra.CSLapack
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Run(
	ref int EMIN,
	double START,
	int BASE
)
Request Example View Source

Parameters

EMIN  Int32
(output) INTEGER The minimum exponent before (gradual) underflow, computed by setting A = START and dividing by BASE until the previous A can not be recovered.
START  Double
(input) DOUBLE PRECISION The starting point for determining EMIN.
BASE  Int32
(input) INTEGER The base of the machine.
See Also