Represents the value of a component at a specified position in a matrix.
Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public struct RowColumnValueTriplet
Public Structure RowColumnValueTriplet
public value class RowColumnValueTriplet
[<SealedAttribute>]
type RowColumnValueTriplet = struct end
The RowColumnValueTriplet type exposes the following members.
| Name | Description |
---|
 | Column |
The column of the component.
|
 | Row |
The row of the component.
|
 | Value |
The value of the component.
|
Top
| Name | Description |
---|
 | Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) |
 | GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Top
Use the RowColumnValueTriplet type as the element type when enumerating the
components of a Matrix.
The collections returned by NonzeroComponents
have elements of this type.
Numerical Libraries
Supported in: 5.x, 4.x
Reference