My Project
programmer's documentation
|
#include "cs_defs.h"
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <math.h>
#include "bft_mem.h"
#include "bft_error.h"
#include "bft_printf.h"
#include "cs_base.h"
#include "cs_blas.h"
#include "cs_halo.h"
#include "cs_halo_perio.h"
#include "cs_log.h"
#include "cs_numbering.h"
#include "cs_prototypes.h"
#include "cs_timer.h"
#include "cs_matrix.h"
#include "cs_matrix_priv.h"
#include "cs_matrix_tuning.h"
Functions | |
cs_matrix_variant_t * | cs_matrix_variant_tuned (double t_measure, int n_types, int n_fill_types, cs_matrix_type_t types[], cs_matrix_fill_type_t fill_types[], double fill_weights[], int n_min_products, 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) |
cs_matrix_variant_t* cs_matrix_variant_tuned | ( | double | t_measure, |
int | n_types, | ||
int | n_fill_types, | ||
cs_matrix_type_t | types[], | ||
cs_matrix_fill_type_t | fill_types[], | ||
double | fill_weights[], | ||
int | n_min_products, | ||
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 | ||
) |