pagerank implementation
This commit is contained in:
8
src/matrix_print.h
Normal file
8
src/matrix_print.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef MATRIX_PRINT_H
|
||||
#define MATRIX_PRINT_H
|
||||
#include "sparse_matrix.h"
|
||||
|
||||
void print_vector(double *vector, int size);
|
||||
void print_sparse_matrix(const SparseMatrix *matrix);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user