Row Column Value Triplet<T> Structure
Represents the value of a component at a specified position in a matrix.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public struct RowColumnValueTriplet<T>
Type Parameters
- T
Remarks
Use the RowColumnValueTriplet<T> type as the element type when enumerating the
components of a Matrix<T>.
The collections returned by NonzeroElements
have elements of this type.
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) |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |