Fonctions membres publiques | |
void | cnc_cuda_set_dim_vec_from_n (long) |
void | convert_matrix (const CNC_Matrix &rhs, CNC_MatrixCRS< double > &A, bool separate_diag) |
bool | solve (CNC_MatrixCRS< double > &A, const CNC_Vector< double > &b, CNC_Vector< double > &x, const unsigned int nb_iter_max, const double epsilon, Integer &nb_iteration, Real *residual_norm) |
void | cublas_get_error (cublasStatus_t) |
Attributs publics | |
void * | gpu_r |
void * | gpu_d |
void * | gpu_h |
void * | gpu_Ad |
void * | gpu_diag_inv |
void * | gpu_b |
void * | gpu_x |
void * | gpu_temp |
void * | gpu_temp0 |
void * | gpu_temp1 |
void * | gpu_res0 |
Définition à la ligne 74 du fichier AlephCuda.h.
void* Arcane::Cuda::gpu_Ad |
Définition à la ligne 92 du fichier AlephCuda.h.
void* Arcane::Cuda::gpu_b |
Définition à la ligne 94 du fichier AlephCuda.h.
void* Arcane::Cuda::gpu_d |
Définition à la ligne 90 du fichier AlephCuda.h.
void* Arcane::Cuda::gpu_diag_inv |
Définition à la ligne 93 du fichier AlephCuda.h.
void* Arcane::Cuda::gpu_h |
Définition à la ligne 91 du fichier AlephCuda.h.
void* Arcane::Cuda::gpu_r |
Définition à la ligne 89 du fichier AlephCuda.h.
void* Arcane::Cuda::gpu_res0 |
Définition à la ligne 99 du fichier AlephCuda.h.
void* Arcane::Cuda::gpu_temp |
Définition à la ligne 96 du fichier AlephCuda.h.
void* Arcane::Cuda::gpu_temp0 |
Définition à la ligne 97 du fichier AlephCuda.h.
void* Arcane::Cuda::gpu_temp1 |
Définition à la ligne 98 du fichier AlephCuda.h.
void* Arcane::Cuda::gpu_x |
Définition à la ligne 95 du fichier AlephCuda.h.