Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:32:56

0001 
0002 double SOR_num_flops(int M, int N, int num_iterations);
0003 void SOR_execute(int M, int N, double omega, double **G, int num_iterations);