Pivot
            
            
            Represents a vector containing permutation indexes.
            
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
    C#
    
 
 
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public struct PivotVectorConstructors
| Pivot | Constructs a new PivotVector | 
Properties
| Item | Gets the pivot index at the specified position. | 
Methods
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) | 
| Get | Returns the hash code for this instance. (Inherited from ValueType) | 
| Get | Gets the Type of the current instance. (Inherited from Object) | 
| ToPermutation | Returns the Permutation that corresponds to the PivotVector. | 
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |