Click or drag to resize

DoubleComplexBandMatrix Constructor

Overload List
 NameDescription
Public methodDoubleComplexBandMatrix(DoubleComplexTriDiagMatrix) Constructs a DoubleComplexBandMatrix instance from the given tridiagonal matrix.
Public methodDoubleComplexBandMatrix(DoubleHermitianBandMatrix) Constructs a DoubleComplexBandMatrix instance from the given Hermitian banded matrix.
Public methodDoubleComplexBandMatrix(DoubleComplexMatrix, Int32, Int32) Constructs a DoubleComplexBandMatrix instance by extracting a band of entries from a general matrix.
Public methodDoubleComplexBandMatrix(Int32, Int32, Int32, Int32) Constructs a DoubleComplexBandMatrix instance with the specified number of rows, columns, upper and lower bandwidths.
Public methodDoubleComplexBandMatrix(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.
Top
See Also