Click or drag to resize

FloatTriDiagMatrix Constructor

Overload List
 NameDescription
Public methodFloatTriDiagMatrix(FloatBandMatrix) Constructs a FloatTriDiagMatrix instance by extracting the tridiagonal part of a banded matrix.
Public methodFloatTriDiagMatrix(FloatMatrix) Constructs a FloatTriDiagMatrix instance by extracting the tridiagonal part of a general matrix.
Public methodFloatTriDiagMatrix(Int32, Int32) Constructs a FloatTriDiagMatrix instance with the specified number of rows and columns.
Public methodFloatTriDiagMatrix(FloatVector, Int32, Int32) Constructs a FloatTriDiagMatrix instance with the specified dimensions using the data in the given vector.
Top
See Also