DGETRSRun 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(
	string TRANS,
	int N,
	int NRHS,
	double[] A,
	int offset_a,
	int LDA,
	int[] IPIV,
	int offset_ipiv,
	ref double[] B,
	int offset_b,
	int LDB,
	ref int INFO
)

Parameters

TRANS  String
 
N  Int32
 
NRHS  Int32
 
A  Double
 
offset_a  Int32
 
LDA  Int32
 
IPIV  Int32
 
offset_ipiv  Int32
 
B  Double
 
offset_b  Int32
 
LDB  Int32
 
INFO  Int32
 

See Also