PivotVector Structure

Represents a vector containing permutation indexes.

Definition

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public struct PivotVector
Inheritance
Object  →  ValueType  →  PivotVector

Constructors

PivotVector Constructs a new PivotVector

Properties

Item Gets the pivot index at the specified position.

Methods

EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToPermutation Returns the Permutation that corresponds to the PivotVector.
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

See Also