Searched refs:indexType (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/aij/seq/seqcusparse/ |
| H A D | aijcusparse.cu | 242 …const cusparseIndexType_t indexType = PetscDefined(USE_64BIT_INDICES) ? CUSPARSE_INDEX_64I : CUSPA… in MatSeqAIJCUSPARSEBuildFactoredMatrix_LU() local 244 …pMatDescr_L, m, m, Mnz, fs->csrRowPtr, fs->csrColIdx, fs->csrVal, indexType, indexType, CUSPARSE_I… in MatSeqAIJCUSPARSEBuildFactoredMatrix_LU() 250 …pMatDescr_U, m, m, Mnz, fs->csrRowPtr, fs->csrColIdx, fs->csrVal, indexType, indexType, CUSPARSE_I… in MatSeqAIJCUSPARSEBuildFactoredMatrix_LU() 658 …const cusparseIndexType_t indexType = PetscDefined(USE_64BIT_INDICES) ? CUSPARSE_INDEX_64I : CUSPA… in MatSeqAIJCUSPARSEBuildFactoredMatrix_Cholesky() local 660 …pMatDescr_U, m, m, Mnz, fs->csrRowPtr, fs->csrColIdx, fs->csrVal, indexType, indexType, CUSPARSE_I… in MatSeqAIJCUSPARSEBuildFactoredMatrix_Cholesky()
|