Click or drag to resize

DoubleSymBandMatrix Constructor

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