vm_trip struct
#include <src/features/sparse.c>
Sparse matrix triplet (row, column, value).
Public variables
- int r
- Row index.
- int c
- Column index.
-
vm_
float_ t v - Entry value.