Double |
| Name | Description | |
|---|---|---|
| DoubleComplexTriDiagMatrix(DoubleComplexBandMatrix) | Constructs a DoubleComplexTriDiagMatrix instance by extracting the tridiagonal part of a banded matrix. | |
| DoubleComplexTriDiagMatrix(DoubleComplexMatrix) | Constructs a DoubleComplexTriDiagMatrix instance by extracting the tridiagonal part of a general matrix. | |
| DoubleComplexTriDiagMatrix(Int32, Int32) | Constructs a DoubleComplexTriDiagMatrix instance with the specified number of rows and columns. | |
| DoubleComplexTriDiagMatrix(DoubleComplexVector, Int32, Int32) | Constructs a DoubleComplexTriDiagMatrix instance with the specified dimensions using the data in the given vector. |