Click or drag to resize

DGETRS Class

-- LAPACK routine (version 3.1) -- Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. November 2006 Purpose ======= DGETRS solves a system of linear equations A * X = B or A' * X = B with a general N-by-N matrix A using the LU factorization computed by DGETRF.
Inheritance Hierarchy
SystemObject
  DotNumerics.LinearAlgebra.CSLapackDGETRS

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

The DGETRS type exposes the following members.

Constructors
Methods
 NameDescription
Public methodRun Purpose ======= DGETRS solves a system of linear equations A * X = B or A' * X = B with a general N-by-N matrix A using the LU factorization computed by DGETRF.
Top
Fields
 NameDescription
Private field_dlaswp 
Private field_dtrsm 
Private field_lsame 
Private field_xerbla 
Private fieldStatic memberONE 
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumNames
(Defined by General)
Public Extension MethodIsValidDouble
(Defined by General)
Top
See Also