Struct TripletData
Namespace: Paramdigma.Core.LinearAlgebra
Assembly: Paramdigma.Core.dll
Syntax
public struct TripletData
Properties
| Improve this Doc View SourceColumn
Declaration
public int Column { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Row
Declaration
public int Row { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Value
Declaration
public double Value { get; set; }
Property Value
Type | Description |
---|---|
System.Double |