PaStiX Handbook
6.3.1
|
Go to the source code of this file.
Functions | |
int | core_sgeadd (pastix_trans_t trans, pastix_int_t M, pastix_int_t N, float alpha, const float *A, pastix_int_t LDA, float beta, float *B, pastix_int_t LDB) |
Add two matrices together. More... | |
int | cpucblk_sgeaddsp1d (const SolverCblk *cblk1, SolverCblk *cblk2, const float *L, float *Cl, const float *U, float *Cu) |
Add two column blocks together. More... | |
PaStiX kernel routines
Definition in file core_sgeadd.c.