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

Go to the source code of this file.

Functions

void z_spmExtractLocalRHS (int nrhs, const spmatrix_t *spm, const spm_complex64_t *bglob, spm_int_t ldbg, spm_complex64_t *bloc, spm_int_t ldbl)
 Stores the local values of a global RHS in the local one.
 
void z_spmReduceRHS (int nrhs, const spmatrix_t *spm, spm_complex64_t *bglob, spm_int_t ldbg, spm_complex64_t *bloc, spm_int_t ldbl)
 Reduce all the global coefficients of a rhs and store the local ones.
 
void z_spmGatherRHS (int nrhs, const spmatrix_t *spm, const spm_complex64_t *b, spm_int_t ldb, int root, spm_complex64_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 -> z, Fri Nov 29 11:34:31 2024

Definition in file z_spm_rhs.c.