Double |
| Name | Description | |
|---|---|---|
| DoubleTriDiagMatrix(DoubleBandMatrix) | Constructs a DoubleTriDiagMatrix instance by extracting the tridiagonal part of a banded matrix. | |
| DoubleTriDiagMatrix(DoubleMatrix) | Constructs a DoubleTriDiagMatrix instance by extracting the tridiagonal part of a general 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. |