Overload List

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

See Also