DGGGLMRun 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 M,
	int P,
	ref double[] A,
	int offset_a,
	int LDA,
	ref double[] B,
	int offset_b,
	int LDB,
	ref double[] D,
	int offset_d,
	ref double[] X,
	int offset_x,
	ref double[] Y,
	int offset_y,
	ref double[] WORK,
	int offset_work,
	int LWORK,
	ref int INFO
)

Parameters

N  Int32
 
M  Int32
 
P  Int32
 
A  Double
 
offset_a  Int32
 
LDA  Int32
 
B  Double
 
offset_b  Int32
 
LDB  Int32
 
D  Double
 
offset_d  Int32
 
X  Double
 
offset_x  Int32
 
Y  Double
 
offset_y  Int32
 
WORK  Double
 
offset_work  Int32
 
LWORK  Int32
 
INFO  Int32
 

See Also