gaus seidel h file
This commit is contained in:
		
							
								
								
									
										8
									
								
								src/gauss_seidel.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								src/gauss_seidel.h
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,8 @@ | |||||||
|  | #ifndef GAUSS_SEIDEL_H | ||||||
|  | #define GAUSS_SEIDEL_H | ||||||
|  |  | ||||||
|  | #include "sparse_matrix.h" | ||||||
|  |  | ||||||
|  | double* gauss_seidel_pagerank(const SparseMatrix *matrix, double epsilon, double alpha); | ||||||
|  |  | ||||||
|  | #endif | ||||||
		Reference in New Issue
	
	Block a user