#include "base/cs_defs.h"
#include <chrono>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <math.h>
#include "bft/bft_error.h"
#include "bft/bft_printf.h"
#include "base/cs_base.h"
#include "alge/cs_blas.h"
#include "base/cs_halo.h"
#include "base/cs_halo_perio.h"
#include "base/cs_log.h"
#include "base/cs_mem.h"
#include "base/cs_numbering.h"
#include "base/cs_parall.h"
#include "base/cs_prototypes.h"
#include "alge/cs_matrix.h"
#include "alge/cs_matrix_priv.h"
#include "alge/cs_benchmark_matrix.h"
Functions | |
void | cs_benchmark_matrix (int n_time_runs, int n_types, int n_fill_types, cs_matrix_type_t types[], cs_matrix_fill_type_t fill_types[], cs_lnum_t n_cells, cs_lnum_t n_cells_ext, cs_lnum_t n_faces, const cs_lnum_2_t *face_cell, const cs_halo_t *halo, const cs_numbering_t *numbering) |
void cs_benchmark_matrix | ( | int | n_time_runs, |
int | n_types, | ||
int | n_fill_types, | ||
cs_matrix_type_t | types[], | ||
cs_matrix_fill_type_t | fill_types[], | ||
cs_lnum_t | n_cells, | ||
cs_lnum_t | n_cells_ext, | ||
cs_lnum_t | n_faces, | ||
const cs_lnum_2_t * | face_cell, | ||
const cs_halo_t * | halo, | ||
const cs_numbering_t * | numbering ) |