Click or drag to resize

DTRTRI Class

-- LAPACK routine (version 3.1) -- Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. November 2006 Purpose ======= DTRTRI computes the inverse of a real upper or lower triangular matrix A. This is the Level 3 BLAS version of the algorithm.
Inheritance Hierarchy
SystemObject
  DotNumerics.LinearAlgebra.CSLapackDTRTRI

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

The DTRTRI type exposes the following members.

Constructors
Methods
 NameDescription
Public methodRun Purpose ======= DTRTRI computes the inverse of a real upper or lower triangular matrix A. This is the Level 3 BLAS version of the algorithm.
Top
Fields
 NameDescription
Private field_dtrmm 
Private field_dtrsm 
Private field_dtrti2 
Private field_ilaenv 
Private field_lsame 
Private field_xerbla 
Private fieldStatic memberONE 
Private fieldStatic memberZERO 
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumNames
(Defined by General)
Public Extension MethodIsValidDouble
(Defined by General)
Top
See Also