Overload List
| Name | Description | |
|---|---|---|
| FloatTriDiagMatrix(FloatMatrix) |
Constructs a FloatTriDiagMatrix instance by extracting the tridiagonal part of a
general matrix.
| |
| FloatTriDiagMatrix(FloatBandMatrix) |
Constructs a FloatTriDiagMatrix instance by extracting the tridiagonal part of a
banded matrix.
| |
| FloatTriDiagMatrix(Int32, Int32) |
Constructs a FloatTriDiagMatrix instance with the specified number of rows and
columns.
| |
| FloatTriDiagMatrix(FloatVector, Int32, Int32) |
Constructs a FloatTriDiagMatrix instance with the specified dimensions
using the data in the given vector.
|