DGEBAKRun 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,
	string SIDE,
	int N,
	int ILO,
	int IHI,
	double[] SCALE,
	int offset_scale,
	int M,
	ref double[] V,
	int offset_v,
	int LDV,
	ref int INFO
)

Parameters

JOB  String
 
SIDE  String
 
N  Int32
 
ILO  Int32
 
IHI  Int32
 
SCALE  Double
 
offset_scale  Int32
 
M  Int32
 
V  Double
 
offset_v  Int32
 
LDV  Int32
 
INFO  Int32
 

See Also