Click or drag to resize

DLASRT Class

-- LAPACK routine (version 3.1) -- Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. November 2006 Purpose ======= Sort the numbers in D in increasing order (if ID = 'I') or in decreasing order (if ID = 'D' ). Use Quick Sort, reverting to Insertion sort on arrays of size .LE. 20. Dimension of STACK limits N to about 2**32.
Inheritance Hierarchy
SystemObject
  DotNumerics.LinearAlgebra.CSLapackDLASRT

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 DLASRT
Request Example View Source

The DLASRT type exposes the following members.

Constructors
 NameDescription
Public methodDLASRT 
Public methodDLASRT(LSAME, XERBLA) 
Top
Methods
 NameDescription
Public methodRun Purpose ======= Sort the numbers in D in increasing order (if ID = 'I') or in decreasing order (if ID = 'D' ). Use Quick Sort, reverting to Insertion sort on arrays of size .LE. 20. Dimension of STACK limits N to about 2**32.
Top
Fields
 NameDescription
Private field_lsame 
Private field_xerbla 
Private fieldStatic memberSELECT 
Private fieldSTACK 
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumNames
(Defined by General)
Public Extension MethodIsValidDouble
(Defined by General)
Top
See Also