CMS 3D CMS Logo

Functions
SOR.h File Reference

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)
 

Function Documentation

◆ SOR_execute()

void SOR_execute ( int  M,
int  N,
double  omega,
double **  G,
int  num_iterations 
)

◆ SOR_num_flops()

double SOR_num_flops ( int  M,
int  N,
int  num_iterations 
)