Class FloatComplexTriDiagFact represents the LU factorization of a tridiagonal matrix of
single-precision complex floating point numbers.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
[SerializableAttribute] public class FloatComplexTriDiagFact : ICloneable |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Class FloatComplexTriDiagFact _ Implements ICloneable |
| Visual C++ |
|---|
[SerializableAttribute] public ref class FloatComplexTriDiagFact : ICloneable |
Remarks
The factorization has the form
A = LU
where L is a product of permutation and unit lower bidiagonal
matrices and U is upper triangular with nonzeros in only the main
diagonal and first two superdiagonals.