Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Dcusparsematimpl.h289 …cusparseSpMatDescr_t matDescr_SpMV[3]; // Use separate MatDescr for opA's, to workaround cusparse… member
298 matDescr_SpMV[i] = NULL; in Mat_SeqAIJCUSPARSEMultStruct()
H A Daijcusparse.cu3646 …cusparseSpMatDescr_t &matDescr = matstruct->matDescr_SpMV[opA]; // All opA's should use the same m… in MatMultAddKernel_SeqAIJCUSPARSE()
4259 … if (mdata->matDescr_SpMV[i]) PetscCallCUSPARSE(cusparseDestroySpMat(mdata->matDescr_SpMV[i])); in MatSeqAIJCUSPARSEMultStruct_Destroy()