Lines Matching refs:indexBase
1054 cusparseIndexBase_t indexBase; in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve() local
1066 indexBase = cusparseGetMatIndexBase(loTriFactor->descr); in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1072 PetscCallCUSPARSE(cusparseSetMatIndexBase(loTriFactorT->descr, indexBase)); in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1093 …mn_indices->data().get(), cusparse_scalartype, CUSPARSE_ACTION_NUMERIC, indexBase, CUSPARSE_CSR2CS… in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1103 …mn_indices->data().get(), cusparse_scalartype, CUSPARSE_ACTION_NUMERIC, indexBase, CUSPARSE_CSR2CS… in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1105 …data().get(), loTriFactorT->csrMat->row_offsets->data().get(), CUSPARSE_ACTION_NUMERIC, indexBase); in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1142 indexBase = cusparseGetMatIndexBase(upTriFactor->descr); in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1148 PetscCallCUSPARSE(cusparseSetMatIndexBase(upTriFactorT->descr, indexBase)); in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1169 …mn_indices->data().get(), cusparse_scalartype, CUSPARSE_ACTION_NUMERIC, indexBase, CUSPARSE_CSR2CS… in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1179 …mn_indices->data().get(), cusparse_scalartype, CUSPARSE_ACTION_NUMERIC, indexBase, CUSPARSE_CSR2CS… in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1181 …data().get(), upTriFactorT->csrMat->row_offsets->data().get(), CUSPARSE_ACTION_NUMERIC, indexBase); in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1222 cusparseIndexBase_t indexBase; in MatSeqAIJCUSPARSEFormExplicitTranspose() local
1237 indexBase = cusparseGetMatIndexBase(matstruct->descr); in MatSeqAIJCUSPARSEFormExplicitTranspose()
1238 PetscCallCUSPARSE(cusparseSetMatIndexBase(matstructT->descr, indexBase)); in MatSeqAIJCUSPARSEFormExplicitTranspose()
1265 indexBase, cusparse_scalartype); in MatSeqAIJCUSPARSEFormExplicitTranspose()
1276 … matrixT->values->data().get(), CUSPARSE_INDEX_32I, CUSPARSE_INDEX_32I, indexBase, cusparse_scalar… in MatSeqAIJCUSPARSEFormExplicitTranspose()
1281 matrixT->row_offsets->assign(matrixT->row_offsets->size(), indexBase); in MatSeqAIJCUSPARSEFormExplicitTranspose()
1311 …olumn_indices->data().get(), tempT->row_offsets->data().get(), CUSPARSE_ACTION_NUMERIC, indexBase); in MatSeqAIJCUSPARSEFormExplicitTranspose()
1360 indexBase = cusparseGetMatIndexBase(matstruct->descr); in MatSeqAIJCUSPARSEFormExplicitTranspose()
1365 …mn_indices->data().get(), cusparse_scalartype, CUSPARSE_ACTION_NUMERIC, indexBase, cusparsestruct-… in MatSeqAIJCUSPARSEFormExplicitTranspose()
1380 …mn_indices->data().get(), cusparse_scalartype, CUSPARSE_ACTION_NUMERIC, indexBase, cusparsestruct-… in MatSeqAIJCUSPARSEFormExplicitTranspose()
1383 …umn_indices->data().get(), matrixT->row_offsets->data().get(), CUSPARSE_ACTION_NUMERIC, indexBase); in MatSeqAIJCUSPARSEFormExplicitTranspose()
1387 matrixT->row_offsets->assign(matrixT->row_offsets->size(), indexBase); in MatSeqAIJCUSPARSEFormExplicitTranspose()