Method | Description | |
---|---|---|
execute ( double omega, double G, int num_iterations ) : void | ||
num_flops ( int M, int N, int num_iterations ) : double |
public static execute ( double omega, double G, int num_iterations ) : void | ||
omega | double | |
G | double | |
num_iterations | int | |
return | void |
public static num_flops ( int M, int N, int num_iterations ) : double | ||
M | int | |
N | int | |
num_iterations | int | |
return | double |