#define restrict
Definition: cs_defs.h:105
#define BEGIN_C_DECLS
Definition: cs_defs.h:365
double cs_gdot(cs_lnum_t n, const cs_real_t *x, const cs_real_t *y)
Definition: cs_blas.c:465
void cs_axpy(cs_lnum_t n, double a, const cs_real_t *x, cs_real_t *restrict y)
Definition: cs_blas.c:102
int cs_int_t
Definition: cs_defs.h:263
double cs_dot(cs_lnum_t n, const cs_real_t *x, const cs_real_t *y)
Definition: cs_blas.c:132
int cs_lnum_t
Definition: cs_defs.h:260
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:203
double precision, save a
Definition: cs_fuel_incl.f90:143
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:371
#define END_C_DECLS
Definition: cs_defs.h:366
double cs_real_t
Definition: cs_defs.h:264
#define CS_PROCF(x, y)
Definition: cs_defs.h:379
BEGIN_C_DECLS double csdot(const cs_int_t *n, const cs_real_t *x, const cs_real_t *y)
Definition: cs_blas.c:81
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:286