Overload List

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

See Also