Overload List

  NameDescription
DoubleSymBandMatrix(DoubleBandMatrix)
Constructs a DoubleSymBandMatrix instance from a square banded matrix.
DoubleSymBandMatrix(DoubleTriDiagMatrix)
Constructs a DoubleSymBandMatrix instance from a square tridiagonal matrix.
DoubleSymBandMatrix(DoubleMatrix, Int32)
Constructs a DoubleSymBandMatrix instance by extracting the symmetric part of a band of entries from a square matrix.
DoubleSymBandMatrix(Int32, Int32)
Constructs a DoubleSymBandMatrix instance with the specified number of rows, columns, and half bandwidth.
DoubleSymBandMatrix(DoubleVector, Int32, Int32)
Constructs a DoubleSymBandMatrix instance with the specified dimensions and half bandwidth using the data in the passed vector.

See Also