|
PARALUTION
1.0.0
PARALUTION
|
#include "../../utils/def.hpp"#include "host_matrix_csr.hpp"#include "host_matrix_coo.hpp"#include "host_matrix_mcsr.hpp"#include "host_matrix_bcsr.hpp"#include "host_matrix_dia.hpp"#include "host_matrix_ell.hpp"#include "host_matrix_hyb.hpp"#include "host_matrix_dense.hpp"#include "host_conversion.hpp"#include "host_vector.hpp"#include "../../utils/log.hpp"#include "../../utils/allocate_free.hpp"#include "../../utils/math_functions.hpp"#include "../matrix_formats_ind.hpp"#include <math.h>#include <string.h>#include <fstream>#include <algorithm>#include <limits>#include <complex>Namespaces | |
| paralution | |
Macros | |
| #define | omp_set_num_threads(num) ; |
| #define | omp_get_max_threads() 1 |
| #define | omp_get_thread_num() 0 |
| #define | omp_get_num_threads() 1 |
| #define | omp_set_nested(num) ; |
| #define omp_get_max_threads | ( | ) | 1 |
| #define omp_get_num_threads | ( | ) | 1 |
| #define omp_get_thread_num | ( | ) | 0 |
| #define omp_set_nested | ( | num | ) | ; |
Referenced by paralution::init_paralution(), and paralution::stop_paralution().
| #define omp_set_num_threads | ( | num | ) | ; |