CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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

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 
)