Click or drag to resize

DLARFB Class

-- LAPACK auxiliary routine (version 3.1) -- Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. November 2006 Purpose ======= DLARFB applies a real block reflector H or its transpose H' to a real m by n matrix C, from either the left or the right.
Inheritance Hierarchy
SystemObject
  DotNumerics.LinearAlgebra.CSLapackDLARFB

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

The DLARFB type exposes the following members.

Constructors
Methods
 NameDescription
Public methodRun Purpose ======= DLARFB applies a real block reflector H or its transpose H' to a real m by n matrix C, from either the left or the right.
Top
Fields
 NameDescription
Private field_dcopy 
Private field_dgemm 
Private field_dtrmm 
Private field_lsame 
Private fieldStatic memberONE 
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumNames
(Defined by General)
Public Extension MethodIsValidDouble
(Defined by General)
Top
See Also