Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Dcusparsematimpl.h141 …#define cusparse_csr2hyb(a, b, c, d, e, f, g, h, i, j) cusparseCc… macro
151 …#define cusparse_csr2hyb(a, b, c, d, e, f, g, h, i, j) cusparseZc… macro
163 #define cusparse_csr2hyb cusparseScsr2hyb macro
172 #define cusparse_csr2hyb cusparseDcsr2hyb macro
H A Daijcusparse.cu1318 …stat = cusparse_csr2hyb(cusparsestruct->handle, A->rmap->n, A->cmap->n… in MatSeqAIJCUSPARSEFormExplicitTranspose()
2531 …stat = cusparse_csr2hyb(cusparsestruct->handle, mat->num_rows, mat->nu… in MatSeqAIJCUSPARSECopyToGPU()