DLASDTRun 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,
	ref int LVL,
	ref int ND,
	ref int[] INODE,
	int offset_inode,
	ref int[] NDIML,
	int offset_ndiml,
	ref int[] NDIMR,
	int offset_ndimr,
	int MSUB
)

Parameters

N  Int32
 
LVL  Int32
 
ND  Int32
 
INODE  Int32
 
offset_inode  Int32
 
NDIML  Int32
 
offset_ndiml  Int32
 
NDIMR  Int32
 
offset_ndimr  Int32
 
MSUB  Int32
 

See Also