Home
last modified time | relevance | path

Searched refs:cusparse_csr_spgeam (Results 1 – 2 of 2) sorted by relevance

/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Dcusparsematimpl.h113 …#define cusparse_csr_spgeam(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t) cusparseCc… macro
118 #define cusparse_csr_spgeam(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t) \ macro
126 #define cusparse_csr_spgeam cusparseScsrgeam2 macro
130 #define cusparse_csr_spgeam cusparseDcsrgeam2 macro
144 …#define cusparse_csr_spgeam(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s) cusparseCc… macro
154 #define cusparse_csr_spgeam(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s) \ macro
166 #define cusparse_csr_spgeam cusparseScsrgeam macro
175 #define cusparse_csr_spgeam cusparseDcsrgeam macro
H A Daijcusparse.cu3914 …PetscCallCUSPARSE(cusparse_csr_spgeam(cy->handle, Y->rmap->n, Y->cmap->n, &a, cx->mat->descr, x->n… in MatAXPY_SeqAIJCUSPARSE()
3921 …PetscCallCUSPARSE(cusparse_csr_spgeam(cy->handle, Y->rmap->n, Y->cmap->n, &a, cx->mat->descr, x->n… in MatAXPY_SeqAIJCUSPARSE()