Click or drag to resize

DoubleComplexTriDiagMatrixDiagonal Method

Returns a vector view of the main diagonal of this matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleComplexVector Diagonal()

Return Value

DoubleComplexVector
The main diagonal of this matrix.
See Also