9 lines
141 B
C
9 lines
141 B
C
#ifndef RB_READER_H
|
|
#define RB_READER_H
|
|
|
|
#include "sparse_matrix.h"
|
|
|
|
SparseMatrix* read_sparse_matrix_from_rb(const char *filename);
|
|
|
|
#endif
|