| 97 | } |
| 98 | |
| 99 | void setup() { |
| 100 | // Use the malloc family for allocations |
| 101 | Alloc_Reset(); |
| 102 | |
| 103 | // Initialize GraphBLAS |
| 104 | GrB_init(GrB_NONBLOCKING); |
| 105 | GxB_set(GxB_FORMAT, GxB_BY_ROW); |
| 106 | } |
| 107 | |
| 108 | void tearDown() { |
| 109 | GrB_finalize(); |
nothing calls this directly
no test coverage detected