Row Column Value Triplet<T> Structure
Represents the value of a component at a specified position in a matrix.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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) |