DLANSBRun 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 double Run(
	string NORM,
	string UPLO,
	int N,
	int K,
	double[] AB,
	int offset_ab,
	int LDAB,
	ref double[] WORK,
	int offset_work
)

Parameters

NORM  String
 
UPLO  String
 
N  Int32
 
K  Int32
 
AB  Double
 
offset_ab  Int32
 
LDAB  Int32
 
WORK  Double
 
offset_work  Int32
 

Return Value

Double

See Also