Class FloatHermPDTriDiagFact represents the LDL' factorization of a Hermitian, positive definite, tridiagonal matrix of complex single-precision floating point numbers.

Namespace: CenterSpace.NMath.Matrix
Assembly: NMathPremium (in NMathPremium.dll) Version: 5.3.0.0

Syntax

C#
[SerializableAttribute]
public class FloatHermPDTriDiagFact : ICloneable
Visual Basic
<SerializableAttribute> _
Public Class FloatHermPDTriDiagFact _
	Implements ICloneable
Visual C++
[SerializableAttribute]
public ref class FloatHermPDTriDiagFact : ICloneable

Remarks

The factorization has the form:
 Copy imageCopy
A = LDL'
where D is diagonal and L is unit lower bidiagonal (L' is the conjugate transpose of the matrix L).

Inheritance Hierarchy

System..::..Object
  CenterSpace.NMath.Matrix..::..FloatHermPDTriDiagFact

See Also