Click or drag to resize

DoubleSymBandMatrixDiagonal 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 DoubleVector Diagonal()

Return Value

DoubleVector
The main diagonal of this matrix.
See Also