Click or drag to resize

DLARZB Class

-- LAPACK routine (version 3.1) -- Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. November 2006 Purpose ======= DLARZB applies a real block reflector H or its transpose H**T to a real distributed M-by-N C from the left or the right. Currently, only STOREV = 'R' and DIRECT = 'B' are supported.
Inheritance Hierarchy
SystemObject
  DotNumerics.LinearAlgebra.CSLapackDLARZB

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

The DLARZB type exposes the following members.

Constructors
Methods
 NameDescription
Public methodRun Purpose ======= DLARZB applies a real block reflector H or its transpose H**T to a real distributed M-by-N C from the left or the right. Currently, only STOREV = 'R' and DIRECT = 'B' are supported.
Top
Fields
 NameDescription
Private field_dcopy 
Private field_dgemm 
Private field_dtrmm 
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