| Name | Description |
---|
| FloatComplexBandMatrix(FloatComplexTriDiagMatrix) |
Constructs a FloatComplexBandMatrix instance from the given tridiagonal matrix.
|
| FloatComplexBandMatrix(FloatHermitianBandMatrix) |
Constructs a FloatComplexBandMatrix instance from the given Hermitian
banded matrix.
|
| FloatComplexBandMatrix(FloatComplexMatrix, Int32, Int32) |
Constructs a FloatComplexBandMatrix instance by extracting a band of entries from a general
matrix.
|
| FloatComplexBandMatrix(Int32, Int32, Int32, Int32) |
Constructs a FloatComplexBandMatrix instance with the specified number of rows, columns,
upper and lower bandwidths.
|
| FloatComplexBandMatrix(FloatComplexVector, Int32, Int32, Int32, Int32) |
Constructs a FloatComplexBandMatrix instance with the specified dimensions and
upper and lower bandwidths using the data in the given vector.
|