Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Dcusparsematimpl.h114 …#define cusparse_csr_spgeam_bufferSize(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t)… macro
120 …#define cusparse_csr_spgeam_bufferSize(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t)… macro
127 #define cusparse_csr_spgeam_bufferSize cusparseScsrgeam2_bufferSizeExt macro
131 #define cusparse_csr_spgeam_bufferSize cusparseDcsrgeam2_bufferSizeExt macro
H A Daijcusparse.cu3910 …PetscCallCUSPARSE(cusparse_csr_spgeam_bufferSize(cy->handle, Y->rmap->n, Y->cmap->n, &a, cx->mat->… in MatAXPY_SeqAIJCUSPARSE()