Home
last modified time | relevance | path

Searched defs:matDescr (Results 1 – 3 of 3) sorted by relevance

/petsc/src/mat/impls/aij/seq/seqhipsparse/
H A Dhipsparsematimpl.h263 hipsparseSpMatDescr_t matDescr; /* descriptor for the matrix, used by SpMV and SpMM */ member
/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Dcusparsematimpl.h287 cusparseSpMatDescr_t matDescr; /* descriptor for the matrix, used by SpMV and SpMM */ member
H A Daijcusparse.cu3646 …cusparseSpMatDescr_t &matDescr = matstruct->matDescr_SpMV[opA]; // All opA's should use the same m… in MatMultAddKernel_SeqAIJCUSPARSE() local