Click or drag to resize

FloatTriDiagMatrixDiagonal 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 FloatVector Diagonal()

Return Value

FloatVector
The main diagonal of this matrix.
See Also