Validation
Performance
bin
SOR.h
Go to the documentation of this file.
1
2
double
SOR_num_flops
(
int
M,
int
N
,
int
num_iterations);
3
void
SOR_execute
(
int
M,
int
N
,
double
omega,
double
**
G
,
int
num_iterations);
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)
cmssw_cycle_finder.G
G
Definition:
cmssw_cycle_finder.py:154
N
#define N
Definition:
blowfish.cc:9
Generated for CMSSW Reference Manual by
1.8.14