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