Overload List

  NameDescription
FloatBandMatrix(FloatSymBandMatrix)
Constructs a DoubleBandMatrix instance from the given DoubleSymBandMatrix.
FloatBandMatrix(FloatTriDiagMatrix)
Constructs a FloatBandMatrix instance from the given tridiagonal matrix.
FloatBandMatrix(FloatMatrix, Int32, Int32)
Constructs a FloatBandMatrix instance by extracting a band of entries from a general matrix.
FloatBandMatrix(Int32, Int32, Int32, Int32)
Constructs a FloatBandMatrix instance with the specified number of rows, columns, upper and lower bandwidths.
FloatBandMatrix(FloatVector, Int32, Int32, Int32, Int32)
Constructs a FloatBandMatrix instance with the specified dimensions and upper and lower bandwidths using the data in the given vector.

See Also