DHI.Mike1D
DHI.Mike1D
Namespaces
DHIMath.Numerics
BLAS Class
BLAS Methods
dgemm Method
dgemv Method
dgesv Method
dpotrf Method
dpotri Method
dpotrs Method
BLAS
dgesv Method
Namespace:
DHIMath.Numerics
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
Copy
public
static
int
dgesv
(
int
n
,
int
nrhs
,
double
[]
a
,
int
lda
,
int
[]
ipiv
,
double
[]
b
,
int
ldb
)
Parameters
n
Type:
System
Int32
nrhs
Type:
System
Int32
a
Type:
System
Double
lda
Type:
System
Int32
ipiv
Type:
System
Int32
b
Type:
System
Double
ldb
Type:
System
Int32
Return Value
Type:
Int32
See Also
Reference
BLAS Class
DHIMath.Numerics Namespace