Click or drag to resize

DoubleBandMatrix Constructor

Overload List
 NameDescription
Public methodDoubleBandMatrix(DoubleSymBandMatrix) Constructs a DoubleBandMatrix instance from the given DoubleSymBandMatrix.
Public methodDoubleBandMatrix(DoubleTriDiagMatrix) Constructs a DoubleBandMatrix instance from the given tridiagonal matrix.
Public methodDoubleBandMatrix(DoubleMatrix, Int32, Int32) Constructs a DoubleBandMatrix instance by extracting a band of entries from a general matrix.
Public methodDoubleBandMatrix(Int32, Int32, Int32, Int32) Constructs a DoubleBandMatrix instance with the specified number of rows, columns, upper and lower bandwidths.
Public methodDoubleBandMatrix(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.
Top
See Also