DLASD8Run 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 ICOMPQ,
	int K,
	ref double[] D,
	int offset_d,
	ref double[] Z,
	int offset_z,
	ref double[] VF,
	int offset_vf,
	ref double[] VL,
	int offset_vl,
	ref double[] DIFL,
	int offset_difl,
	ref double[] DIFR,
	int offset_difr,
	int LDDIFR,
	ref double[] DSIGMA,
	int offset_dsigma,
	ref double[] WORK,
	int offset_work,
	ref int INFO
)

Parameters

ICOMPQ  Int32
 
K  Int32
 
D  Double
 
offset_d  Int32
 
Z  Double
 
offset_z  Int32
 
VF  Double
 
offset_vf  Int32
 
VL  Double
 
offset_vl  Int32
 
DIFL  Double
 
offset_difl  Int32
 
DIFR  Double
 
offset_difr  Int32
 
LDDIFR  Int32
 
DSIGMA  Double
 
offset_dsigma  Int32
 
WORK  Double
 
offset_work  Int32
 
INFO  Int32
 

See Also