Pivot Vector Structure
Represents a vector containing permutation indexes.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public struct PivotVector
Constructors
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) |