Click or drag to resize

DoubleComplexTriDiagMatrix Constructor

Overload List
 NameDescription
Public methodDoubleComplexTriDiagMatrix(DoubleComplexBandMatrix) Constructs a DoubleComplexTriDiagMatrix instance by extracting the tridiagonal part of a banded matrix.
Public methodDoubleComplexTriDiagMatrix(DoubleComplexMatrix) Constructs a DoubleComplexTriDiagMatrix instance by extracting the tridiagonal part of a general matrix.
Public methodDoubleComplexTriDiagMatrix(Int32, Int32) Constructs a DoubleComplexTriDiagMatrix instance with the specified number of rows and columns.
Public methodDoubleComplexTriDiagMatrix(DoubleComplexVector, Int32, Int32) Constructs a DoubleComplexTriDiagMatrix instance with the specified dimensions using the data in the given vector.
Top
See Also