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

Go to the source code of this file.

Functions

void s_spmExtractLocalRHS (int nrhs, const spmatrix_t *spm, const float *bglob, spm_int_t ldbg, float *bloc, spm_int_t ldbl)
 Stores the local values of a global RHS in the local one.
 
void s_spmReduceRHS (int nrhs, const spmatrix_t *spm, float *bglob, spm_int_t ldbg, float *bloc, spm_int_t ldbl)
 Reduce all the global coefficients of a rhs and store the local ones.
 
void s_spmGatherRHS (int nrhs, const spmatrix_t *spm, const float *b, spm_int_t ldb, int root, float *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 -> s, Fri Nov 29 11:34:30 2024

Definition in file s_spm_rhs.c.