DLANSYRun 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,
	double[] A,
	int offset_a,
	int LDA,
	ref double[] WORK,
	int offset_work
)

Parameters

NORM  String
 
UPLO  String
 
N  Int32
 
A  Double
 
offset_a  Int32
 
LDA  Int32
 
WORK  Double
 
offset_work  Int32
 

Return Value

Double

See Also