[math] Sparse matrix from dense
This commit is contained in:
11
src/sparse_matrix_utils.h
Normal file
11
src/sparse_matrix_utils.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef SPARSE_MATRIX_UTILS_H
|
||||
#define SPARSE_MATRIX_UTILS_H
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "sparse_matrix.h"
|
||||
#include "matrix.h"
|
||||
|
||||
sparse_matrix_t *sparse_matrix_new_from_matrix(matrix_t *matrix);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user