|
MyraMath
|
Value type of SparseMatrixBuilder, a triplet of (i,j,value) More...
#include <SparseMatrixBuilder.h>
Public Member Functions | |
| SparseMatrixTriplet (int ii, int jj, Number vv) | |
| SparseMatrixTriplet (int ii, int jj) | |
Public Attributes | |
| int | i |
| int | j |
| Number | value |
Value type of SparseMatrixBuilder, a triplet of (i,j,value)
1.8.13