DSTERFRun 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[] D,
	int offset_d,
	ref double[] E,
	int offset_e,
	ref int INFO
)

Parameters

N  Int32
 
D  Double
 
offset_d  Int32
 
E  Double
 
offset_e  Int32
 
INFO  Int32
 

See Also