Click or drag to resize

BLASdgesv Method

Namespace:  DHIMath.Numerics
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public static int dgesv(
	int n,
	int nrhs,
	double[] a,
	int lda,
	int[] ipiv,
	double[] b,
	int ldb
)

Parameters

n
Type: SystemInt32
nrhs
Type: SystemInt32
a
Type: SystemDouble
lda
Type: SystemInt32
ipiv
Type: SystemInt32
b
Type: SystemDouble
ldb
Type: SystemInt32

Return Value

Type: Int32
See Also