Click or drag to resize

DoubleTriDiagMatrix Constructor

Overload List
 NameDescription
Public methodDoubleTriDiagMatrix(DoubleBandMatrix) Constructs a DoubleTriDiagMatrix instance by extracting the tridiagonal part of a banded matrix.
Public methodDoubleTriDiagMatrix(DoubleMatrix) Constructs a DoubleTriDiagMatrix instance by extracting the tridiagonal part of a general matrix.
Public methodDoubleTriDiagMatrix(Int32, Int32) Constructs a DoubleTriDiagMatrix instance with the specified number of rows and columns.
Public methodDoubleTriDiagMatrix(DoubleVector, Int32, Int32) Constructs a DoubleTriDiagMatrix instance with the specified dimensions using the data in the given vector.
Top
See Also