DLAZQ3Run Method

Definition

Namespace: DotNumerics.LinearAlgebra.CSLapack
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
public void Run(
	int I0,
	ref int N0,
	ref double[] Z,
	int offset_z,
	int PP,
	ref double DMIN,
	ref double SIGMA,
	ref double DESIG,
	ref double QMAX,
	ref int NFAIL,
	ref int ITER,
	ref int NDIV,
	bool IEEE,
	ref int TTYPE,
	ref double DMIN1,
	ref double DMIN2,
	ref double DN,
	ref double DN1,
	ref double DN2,
	ref double TAU
)

Parameters

I0  Int32
 
N0  Int32
 
Z  Double
 
offset_z  Int32
 
PP  Int32
 
DMIN  Double
 
SIGMA  Double
 
DESIG  Double
 
QMAX  Double
 
NFAIL  Int32
 
ITER  Int32
 
NDIV  Int32
 
IEEE  Boolean
 
TTYPE  Int32
 
DMIN1  Double
 
DMIN2  Double
 
DN  Double
 
DN1  Double
 
DN2  Double
 
TAU  Double
 

See Also