1 #ifndef __CS_SLES_PC_CUDA_H__ 2 #define __CS_SLES_PC_CUDA_H__
cs_sles_pc_state_t
Convergence status indicator.
Definition: cs_sles_pc.h:55
#define BEGIN_C_DECLS
Definition: cs_defs.h:510
double cs_real_t
Floating-point value.
Definition: cs_defs.h:322
cs_sles_pc_state_t cs_sles_pc_cuda_apply_poly(void *context, const cs_real_t *x_in, cs_real_t *x_out)
cs_sles_pc_state_t cs_sles_pc_cuda_apply_jacobi(void *context, const cs_real_t *x_in, cs_real_t *x_out)
#define END_C_DECLS
Definition: cs_defs.h:511
cs_sles_pc_state_t cs_sles_pc_cuda_apply_none(void *context, const cs_real_t *x_in, cs_real_t *x_out)