Go to the source code of this file.
Functions | |
void | SOR_execute (int M, int N, double omega, double **G, int num_iterations) |
double | SOR_num_flops (int M, int N, int num_iterations) |
void SOR_execute | ( | int | M, |
int | N, | ||
double | omega, | ||
double ** | G, | ||
int | num_iterations | ||
) |
double SOR_num_flops | ( | int | M, |
int | N, | ||
int | num_iterations | ||
) |