DLANSTRun 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,
	int N,
	double[] D,
	int offset_d,
	double[] E,
	int offset_e
)

Parameters

NORM  String
 
N  Int32
 
D  Double
 
offset_d  Int32
 
E  Double
 
offset_e  Int32
 

Return Value

Double

See Also