PaStiX Handbook  6.3.2
core_dtradd.c File Reference
#include "common.h"
#include "blend/solver.h"
#include "pastix_dcores.h"
#include "cblas.h"

Go to the source code of this file.

Functions

int core_dtradd (pastix_uplo_t uplo, 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 triangular matrices together as in PBLAS pdtradd. More...
 

Detailed Description

Version
6.3.2
Author
Mathieu Faverge
Date
2023-07-21
Generated arithmetic file
from /builds/solverstack/pastix/kernels/core_ztradd.c, normal z -> d, Wed Dec 13 12:09:15 2023

Definition in file core_dtradd.c.