Click or drag to resize

FloatSymBandMatrix Constructor

Overload List
 NameDescription
Public methodFloatSymBandMatrix(FloatBandMatrix) Constructs a FloatSymBandMatrix instance from a square banded matrix.
Public methodFloatSymBandMatrix(FloatTriDiagMatrix) Constructs a FloatSymBandMatrix instance from a square tridiagonal matrix.
Public methodFloatSymBandMatrix(FloatMatrix, Int32) Constructs a FloatSymBandMatrix instance by extracting the symmetric part of a band of entries from a square matrix.
Public methodFloatSymBandMatrix(Int32, Int32) Constructs a FloatSymBandMatrix instance with the specified number of rows, columns, and half bandwidth.
Public methodFloatSymBandMatrix(FloatVector, Int32, Int32) Constructs a FloatSymBandMatrix instance with the specified dimensions and half bandwidth using the data in the passed vector.
Top
See Also