Gets a
ComplexVector view of the specified diagonal
of this instance.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.SinglePrecision.Net40 (in Extreme.Numerics.SinglePrecision.Net40.dll) Version: 4.0.10170.0 (4.0.11003.0)
Syntax
Parameters
-
index
- Type: System..::..Int32
The index of the diagonal. A value
of zero indicates the main diagonal. A value greater
than zero indicates a superdiagonal. A value less than
zero indicates a subdiagonal.
Return Value
A
ComplexVector view of the specified
diagonal of this
SingleComplexMatrix.
Remarks
Exceptions
See Also