![]() | Float |
Name | Description | |
---|---|---|
![]() | FloatSymBandMatrix(FloatBandMatrix) | Constructs a FloatSymBandMatrix instance from a square banded matrix. |
![]() | FloatSymBandMatrix(FloatTriDiagMatrix) | Constructs a FloatSymBandMatrix instance from a square tridiagonal matrix. |
![]() | FloatSymBandMatrix(FloatMatrix, Int32) | Constructs a FloatSymBandMatrix instance by extracting the symmetric part of a band of entries from a square matrix. |
![]() | FloatSymBandMatrix(Int32, Int32) | Constructs a FloatSymBandMatrix instance with the specified number of rows, columns, and half bandwidth. |
![]() | FloatSymBandMatrix(FloatVector, Int32, Int32) | Constructs a FloatSymBandMatrix instance with the specified dimensions and half bandwidth using the data in the passed vector. |