Overload List
| Name | Description | |
|---|---|---|
| DoubleComplexTriDiagMatrix(DoubleComplexMatrix) |
Constructs a DoubleComplexTriDiagMatrix instance by extracting the tridiagonal part of a
general matrix.
| |
| DoubleComplexTriDiagMatrix(DoubleComplexBandMatrix) |
Constructs a DoubleComplexTriDiagMatrix instance by extracting the tridiagonal part of a
banded 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.
|