SpM Handbook 1.2.4
Loading...
Searching...
No Matches
c_spm_rhs.c File Reference
#include "common.h"

Go to the source code of this file.

Functions

void c_spmExtractLocalRHS (int nrhs, const spmatrix_t *spm, const spm_complex32_t *bglob, spm_int_t ldbg, spm_complex32_t *bloc, spm_int_t ldbl)
 Stores the local values of a global RHS in the local one.
 
void c_spmReduceRHS (int nrhs, const spmatrix_t *spm, spm_complex32_t *bglob, spm_int_t ldbg, spm_complex32_t *bloc, spm_int_t ldbl)
 Reduce all the global coefficients of a rhs and store the local ones.
 
void c_spmGatherRHS (int nrhs, const spmatrix_t *spm, const spm_complex32_t *b, spm_int_t ldb, int root, spm_complex32_t *bg, spm_int_t ldbg)
 Gather all the global C coefficients and store the good ones in local.
 

Detailed Description

SParse Matrix package right hand side precision dependant routines.

Version
1.2.4
Author
Mathieu Faverge
Tony Delarue
Alycia Lisito
Date
2024-06-25
Generated arithmetic file from /builds/2mk6rsew/0/fpruvost/spm/src/z_spm_rhs.c, normal z -> c, Fri Nov 29 11:34:28 2024

Definition in file c_spm_rhs.c.