Float |
| Name | Description | |
|---|---|---|
| FloatComplexTriDiagMatrix(FloatComplexBandMatrix) | Constructs a FloatComplexTriDiagMatrix instance by extracting the tridiagonal part of a banded matrix. | |
| FloatComplexTriDiagMatrix(FloatComplexMatrix) | Constructs a FloatComplexTriDiagMatrix instance by extracting the tridiagonal part of a general matrix. | |
| FloatComplexTriDiagMatrix(Int32, Int32) | Constructs a FloatComplexTriDiagMatrix instance with the specified number of rows and columns. | |
| FloatComplexTriDiagMatrix(FloatComplexVector, Int32, Int32) | Constructs a FloatComplexTriDiagMatrix instance with the specified dimensions using the data in the given vector. |