| Name | Description |
---|
 | DoubleComplexBandMatrix(DoubleComplexTriDiagMatrix) |
Constructs a DoubleComplexBandMatrix instance from the given tridiagonal matrix.
|
 | DoubleComplexBandMatrix(DoubleHermitianBandMatrix) |
Constructs a DoubleComplexBandMatrix instance from the given Hermitian
banded matrix.
|
 | DoubleComplexBandMatrix(DoubleComplexMatrix, Int32, Int32) |
Constructs a DoubleComplexBandMatrix instance by extracting a band of entries from a general
matrix.
|
 | DoubleComplexBandMatrix(Int32, Int32, Int32, Int32) |
Constructs a DoubleComplexBandMatrix instance with the specified number of rows, columns,
upper and lower bandwidths.
|
 | DoubleComplexBandMatrix(DoubleComplexVector, Int32, Int32, Int32, Int32) |
Constructs a DoubleComplexBandMatrix instance with the specified dimensions and
upper and lower bandwidths using the data in the given vector.
|