pagerank implementation
This commit is contained in:
8
src/read_from_rb.h
Normal file
8
src/read_from_rb.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef RB_READER_H
|
||||
#define RB_READER_H
|
||||
|
||||
#include "sparse_matrix.h"
|
||||
|
||||
SparseMatrix* read_sparse_matrix_from_rb(const char *filename);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user