Click or drag to resize

FloatComplexBandMatrix Constructor

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