Click or drag to resize

DLACON Class

-- LAPACK auxiliary routine (version 3.0) -- Univ. of Tennessee, Univ. of California Berkeley, NAG Ltd., Courant Institute, Argonne National Lab, and Rice University February 29, 1992 Purpose ======= DLACON estimates the 1-norm of a square, real matrix A. Reverse communication is used for evaluating matrix-vector products.
Inheritance Hierarchy
SystemObject
  DotNumerics.LinearAlgebra.CSLapackDLACON

Namespace: DotNumerics.LinearAlgebra.CSLapack
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class DLACON
Request Example View Source

The DLACON type exposes the following members.

Constructors
Methods
 NameDescription
Public methodRun Purpose ======= DLACON estimates the 1-norm of a square, real matrix A. Reverse communication is used for evaluating matrix-vector products.
Top
Fields
 NameDescription
Private field_dasum 
Private field_dcopy 
Private field_idamax 
Private fieldALTSGN 
Private fieldESTOLD 
Private fieldI 
Private fieldITER 
Private fieldStatic memberITMAX 
Private fieldJ 
Private fieldJLAST 
Private fieldJUMP 
Private fieldStatic memberONE 
Private fieldTEMP 
Private fieldStatic memberTWO 
Private fieldStatic memberZERO 
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumNames
(Defined by General)
Public Extension MethodIsValidDouble
(Defined by General)
Top
See Also