DLAIC1Run 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 JOB,
	int J,
	double[] X,
	int offset_x,
	double SEST,
	double[] W,
	int offset_w,
	double GAMMA,
	ref double SESTPR,
	ref double S,
	ref double C
)

Parameters

JOB  Int32
 
J  Int32
 
X  Double
 
offset_x  Int32
 
SEST  Double
 
W  Double
 
offset_w  Int32
 
GAMMA  Double
 
SESTPR  Double
 
S  Double
 
C  Double
 

See Also