vm_trip struct

Sparse matrix triplet (row, column, value).

Public variables

int r
Row index.
int c
Column index.
vm_float_t v
Entry value.