DGTSVRun 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,
	int NRHS,
	ref double[] DL,
	int offset_dl,
	ref double[] D,
	int offset_d,
	ref double[] DU,
	int offset_du,
	ref double[] B,
	int offset_b,
	int LDB,
	ref int INFO
)

Parameters

N  Int32
 
NRHS  Int32
 
DL  Double
 
offset_dl  Int32
 
D  Double
 
offset_d  Int32
 
DU  Double
 
offset_du  Int32
 
B  Double
 
offset_b  Int32
 
LDB  Int32
 
INFO  Int32
 

See Also