Represents the value of a component at a specified position in a matrix.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics)
Version: 2.1.7017.0
Syntax
| Visual Basic (Declaration) |
|---|
Public Structure RowColumnValueTriplet |
| C# |
|---|
public struct RowColumnValueTriplet |
| Visual C++ |
|---|
public value class RowColumnValueTriplet |
Remarks
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.