Click or drag to resize

FloatComplexTriDiagMatrix Constructor

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