Constructs a FloatComplexTriDiagMatrix instance by extracting the tridiagonal part of a
general matrix.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public FloatComplexTriDiagMatrix( FloatComplexMatrix A ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ A As FloatComplexMatrix _ ) |
| Visual C++ |
|---|
public: FloatComplexTriDiagMatrix( FloatComplexMatrix^ A ) |
Parameters
- A
- Type: CenterSpace.NMath.Core..::.FloatComplexMatrix
A general matrix.
Remarks
The tridiagonal part of A consists of the
main diagonal, the superdiagonal, and the subdiagonal.