Go to the source code of this file.
Functions | |
double | null_function (int index) |
double | null_function (int index_i, int index_j) |
double | pseudo_random (int index) |
double | pseudo_random (int index_i, int index_j) |
double | simple_function (int index) |
double | simple_function (int index_i, int index_j) |
double null_function | ( | int | index | ) |
Definition at line 44 of file init_function.hh.
double null_function | ( | int | index_i, |
int | index_j | ||
) |
Definition at line 49 of file init_function.hh.
double pseudo_random | ( | int | index | ) |
Definition at line 33 of file init_function.hh.
double pseudo_random | ( | int | index_i, |
int | index_j | ||
) |
Definition at line 38 of file init_function.hh.
double simple_function | ( | int | index | ) |
Definition at line 23 of file init_function.hh.
double simple_function | ( | int | index_i, |
int | index_j | ||
) |
Definition at line 28 of file init_function.hh.