[math] sparse_matrix_new_shape

This commit is contained in:
Al
2015-12-28 01:20:23 -05:00
parent 72ad01cbc3
commit fb4c984f15
2 changed files with 9 additions and 4 deletions

View File

@@ -56,6 +56,7 @@ typedef struct {
sparse_matrix_t *sparse_matrix_new(void);
sparse_matrix_t *sparse_matrix_new_shape(size_t m, size_t n);
void sparse_matrix_destroy(sparse_matrix_t *self);
void sparse_matrix_clear(sparse_matrix_t *self);