SpM Handbook 1.2.4
|
#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. | |
SParse Matrix package right hand side precision dependant routines.
Definition in file z_spm_rhs.c.