DLASWPRun 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 double[] A,
	int offset_a,
	int LDA,
	int K1,
	int K2,
	int[] IPIV,
	int offset_ipiv,
	int INCX
)

Parameters

N  Int32
 
A  Double
 
offset_a  Int32
 
LDA  Int32
 
K1  Int32
 
K2  Int32
 
IPIV  Int32
 
offset_ipiv  Int32
 
INCX  Int32
 

See Also