DLAMRGRun 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 N1,
	int N2,
	double[] A,
	int offset_a,
	int DTRD1,
	int DTRD2,
	ref int[] INDEX,
	int offset_index
)

Parameters

N1  Int32
 
N2  Int32
 
A  Double
 
offset_a  Int32
 
DTRD1  Int32
 
DTRD2  Int32
 
INDEX  Int32
 
offset_index  Int32
 

See Also