Click or drag to resize

FloatBandMatrix Constructor

Overload List
 NameDescription
Public methodFloatBandMatrix(FloatSymBandMatrix) Constructs a DoubleBandMatrix instance from the given DoubleSymBandMatrix.
Public methodFloatBandMatrix(FloatTriDiagMatrix) Constructs a FloatBandMatrix instance from the given tridiagonal matrix.
Public methodFloatBandMatrix(FloatMatrix, Int32, Int32) Constructs a FloatBandMatrix instance by extracting a band of entries from a general matrix.
Public methodFloatBandMatrix(Int32, Int32, Int32, Int32) Constructs a FloatBandMatrix instance with the specified number of rows, columns, upper and lower bandwidths.
Public methodFloatBandMatrix(FloatVector, Int32, Int32, Int32, Int32) Constructs a FloatBandMatrix instance with the specified dimensions and upper and lower bandwidths using the data in the given vector.
Top
See Also