DLAED5Run 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 I,
	double[] D,
	int offset_d,
	double[] Z,
	int offset_z,
	ref double[] DELTA,
	int offset_delta,
	double RHO,
	ref double DLAM
)

Parameters

I  Int32
 
D  Double
 
offset_d  Int32
 
Z  Double
 
offset_z  Int32
 
DELTA  Double
 
offset_delta  Int32
 
RHO  Double
 
DLAM  Double
 

See Also