Click or drag to resize

DGETRF Class

-- LAPACK routine (version 3.1) -- Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. November 2006 Purpose ======= DGETRF computes an LU factorization of a general M-by-N matrix A using partial pivoting with row interchanges. The factorization has the form A = P * L * U where P is a permutation matrix, L is lower triangular with unit diagonal elements (lower trapezoidal if m .GT. n), and U is upper triangular (upper trapezoidal if m .LT. n). This is the right-looking Level 3 BLAS version of the algorithm.
Inheritance Hierarchy
SystemObject
  DotNumerics.LinearAlgebra.CSLapackDGETRF

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

The DGETRF type exposes the following members.

Constructors
Methods
 NameDescription
Public methodRun Purpose ======= DGETRF computes an LU factorization of a general M-by-N matrix A using partial pivoting with row interchanges. The factorization has the form A = P * L * U where P is a permutation matrix, L is lower triangular with unit diagonal elements (lower trapezoidal if m .GT. n), and U is upper triangular (upper trapezoidal if m .LT. n). This is the right-looking Level 3 BLAS version of the algorithm.
Top
Fields
 NameDescription
Private field_dgemm 
Private field_dgetf2 
Private field_dlaswp 
Private field_dtrsm 
Private field_ilaenv 
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