Represents a vector containing permutation indexes.
Namespace:
Extreme.Mathematics.LinearAlgebra
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public struct PivotVector
Public Structure PivotVector
public value class PivotVector
[<SealedAttribute>]
type PivotVector = struct end
The PivotVector type exposes the following members.
| Name | Description |
---|
 | PivotVector |
Constructs a new PivotVector |
Top
| Name | Description |
---|
 | Item |
Gets the pivot index at the specified position.
|
Top
Top
Reference