DDISNARun 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(
	string JOB,
	int M,
	int N,
	double[] D,
	int offset_d,
	ref double[] SEP,
	int offset_sep,
	ref int INFO
)

Parameters

JOB  String
 
M  Int32
 
N  Int32
 
D  Double
 
offset_d  Int32
 
SEP  Double
 
offset_sep  Int32
 
INFO  Int32
 

See Also