We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ba852c commit 1fa7489Copy full SHA for 1fa7489
examples/bsp2mtx.c
@@ -21,7 +21,7 @@ int main(int argc, char** argv) {
21
printf(" === Reading file... ===\n");
22
bsp_matrix_t matrix = bsp_read_matrix(input_fname, NULL);
23
printf(" === Done writing. ===\n");
24
-
+ matrix = bsp_convert_matrix(matrix, BSP_COO);
25
printf(" === Writing to %s... ===\n", output_fname);
26
bsp_mmwrite(output_fname, matrix);
27
0 commit comments