#define restrict
Definition: cs_defs.h:122
#define BEGIN_C_DECLS
Definition: cs_defs.h:405
int cs_int_t
Fortran-compatible integer.
Definition: cs_defs.h:295
double cs_gdot(cs_lnum_t n, const cs_real_t *x, const cs_real_t *y)
Definition: cs_blas.c:622
void cs_axpy(cs_lnum_t n, double a, const cs_real_t *x, cs_real_t *restrict y)
Definition: cs_blas.c:112
double cs_dot(cs_lnum_t n, const cs_real_t *x, const cs_real_t *y)
Definition: cs_blas.c:142
void cs_dot_xx_xy(cs_lnum_t n, const cs_real_t *restrict x, const cs_real_t *restrict y, double *xx, double *xy)
Definition: cs_blas.c:360
double cs_dot_xx(cs_lnum_t n, const cs_real_t *x)
Definition: cs_blas.c:297
double csres(const cs_int_t *n, const cs_real_t *vol, const cs_real_t *x, const cs_real_t *y)
Definition: cs_blas.c:90
void cs_dot_xx_xy_yz(cs_lnum_t n, const cs_real_t *restrict x, const cs_real_t *restrict y, const cs_real_t *restrict z, double *xx, double *xy, double *yz)
Definition: cs_blas.c:528
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:292
#define END_C_DECLS
Definition: cs_defs.h:406
double cs_real_t
Definition: cs_defs.h:296
#define CS_PROCF(x, y)
Definition: cs_defs.h:419
double csdot(const cs_int_t *n, const cs_real_t *x, const cs_real_t *y)
Definition: cs_blas.c:81
double cs_gres(cs_lnum_t n, const cs_real_t *vol, const cs_real_t *x, const cs_real_t *y)
Definition: cs_blas.c:212
void cs_dot_xy_yz(cs_lnum_t n, const cs_real_t *restrict x, const cs_real_t *restrict y, const cs_real_t *restrict z, double *xx, double *xy)
Definition: cs_blas.c:443