DLACONRun 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 N,
	ref double[] V,
	int offset_v,
	ref double[] X,
	int offset_x,
	ref int[] ISGN,
	int offset_isgn,
	ref double EST,
	ref int KASE
)

Parameters

N  Int32
 
V  Double
 
offset_v  Int32
 
X  Double
 
offset_x  Int32
 
ISGN  Int32
 
offset_isgn  Int32
 
EST  Double
 
KASE  Int32
 

See Also