SuperLU_DIST
4.0
superlu_dist on CPU and GPU clusters
|
Parallel sparse matrix-vector multiplication. More...
Functions | |
void | pzgsmv_init (SuperMatrix *A, int_t *row_to_proc, gridinfo_t *grid, pzgsmv_comm_t *gsmv_comm) |
void | pzgsmv (int_t abs, SuperMatrix *A_internal, gridinfo_t *grid, pzgsmv_comm_t *gsmv_comm, doublecomplex x[], doublecomplex ax[]) |
void | pzgsmv_finalize (pzgsmv_comm_t *gsmv_comm) |
Parallel sparse matrix-vector multiplication.
– Distributed SuperLU routine (version 2.0) – Lawrence Berkeley National Lab, Univ. of California Berkeley. March 15, 2003
void pzgsmv | ( | int_t | abs, |
SuperMatrix * | A_internal, | ||
gridinfo_t * | grid, | ||
pzgsmv_comm_t * | gsmv_comm, | ||
doublecomplex | x[], | ||
doublecomplex | ax[] | ||
) |
void pzgsmv_finalize | ( | pzgsmv_comm_t * | gsmv_comm | ) |
void pzgsmv_init | ( | SuperMatrix * | A, |
int_t * | row_to_proc, | ||
gridinfo_t * | grid, | ||
pzgsmv_comm_t * | gsmv_comm | ||
) |