|
double | csdot (const cs_int_t *n, const cs_real_t *x, const cs_real_t *y) |
|
double | csres (const cs_int_t *n, const cs_real_t *vol, const cs_real_t *x, const cs_real_t *y) |
|
void | cs_axpy (cs_lnum_t n, double a, const cs_real_t *x, cs_real_t *restrict y) |
|
double | cs_dot (cs_lnum_t n, const cs_real_t *x, const cs_real_t *y) |
|
double | cs_gres (cs_lnum_t n, const cs_real_t *vol, const cs_real_t *x, const cs_real_t *y) |
|
double | cs_dot_xx (cs_lnum_t n, const cs_real_t *x) |
|
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) |
|
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 *xy, double *yz) |
|
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) |
|
double | cs_gdot (cs_lnum_t n, const cs_real_t *x, const cs_real_t *y) |
|