Overload List

  NameDescription
FloatComplexTriDiagMatrix(FloatComplexMatrix)
Constructs a FloatComplexTriDiagMatrix instance by extracting the tridiagonal part of a general matrix.
FloatComplexTriDiagMatrix(FloatComplexBandMatrix)
Constructs a FloatComplexTriDiagMatrix instance by extracting the tridiagonal part of a banded matrix.
FloatComplexTriDiagMatrix(Int32, Int32)
Constructs a FloatComplexTriDiagMatrix instance with the specified number of rows and columns.
FloatComplexTriDiagMatrix(FloatComplexVector, Int32, Int32)
Constructs a FloatComplexTriDiagMatrix instance with the specified dimensions using the data in the given vector.

See Also