Lines Matching refs:THRUSTINTARRAY32

382         loTriFactor->csrMat->row_offsets = new THRUSTINTARRAY32(n + 1);  in MatSeqAIJCUSPARSEBuildILULowerTriMatrix()
385 loTriFactor->csrMat->column_indices = new THRUSTINTARRAY32(nzLower); in MatSeqAIJCUSPARSEBuildILULowerTriMatrix()
511 upTriFactor->csrMat->row_offsets = new THRUSTINTARRAY32(n + 1); in MatSeqAIJCUSPARSEBuildILUUpperTriMatrix()
514 upTriFactor->csrMat->column_indices = new THRUSTINTARRAY32(nzUpper); in MatSeqAIJCUSPARSEBuildILUUpperTriMatrix()
847 upTriFactor->csrMat->row_offsets = new THRUSTINTARRAY32(A->rmap->n + 1); in MatSeqAIJCUSPARSEBuildICCTriMatrices()
850 upTriFactor->csrMat->column_indices = new THRUSTINTARRAY32(a->nz); in MatSeqAIJCUSPARSEBuildICCTriMatrices()
902 loTriFactor->csrMat->row_offsets = new THRUSTINTARRAY32(A->rmap->n + 1); in MatSeqAIJCUSPARSEBuildICCTriMatrices()
905 loTriFactor->csrMat->column_indices = new THRUSTINTARRAY32(a->nz); in MatSeqAIJCUSPARSEBuildICCTriMatrices()
1085 loTriFactorT->csrMat->row_offsets = new THRUSTINTARRAY32(loTriFactorT->csrMat->num_rows + 1); in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1086 loTriFactorT->csrMat->column_indices = new THRUSTINTARRAY32(loTriFactorT->csrMat->num_entries); in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1161 upTriFactorT->csrMat->row_offsets = new THRUSTINTARRAY32(upTriFactorT->csrMat->num_rows + 1); in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1162 upTriFactorT->csrMat->column_indices = new THRUSTINTARRAY32(upTriFactorT->csrMat->num_entries); in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1255 matrixT->row_offsets = new THRUSTINTARRAY32(matrixT->num_rows + 1); in MatSeqAIJCUSPARSEFormExplicitTranspose()
1256 matrixT->column_indices = new THRUSTINTARRAY32(a->nz); in MatSeqAIJCUSPARSEFormExplicitTranspose()
1259 …if (!cusparsestruct->rowoffsets_gpu) cusparsestruct->rowoffsets_gpu = new THRUSTINTARRAY32(A->rmap… in MatSeqAIJCUSPARSEFormExplicitTranspose()
1295 temp->row_offsets = new THRUSTINTARRAY32(A->rmap->n + 1); in MatSeqAIJCUSPARSEFormExplicitTranspose()
1296 temp->column_indices = new THRUSTINTARRAY32(a->nz); in MatSeqAIJCUSPARSEFormExplicitTranspose()
1306 tempT->row_offsets = new THRUSTINTARRAY32(A->rmap->n + 1); in MatSeqAIJCUSPARSEFormExplicitTranspose()
1307 tempT->column_indices = new THRUSTINTARRAY32(a->nz); in MatSeqAIJCUSPARSEFormExplicitTranspose()
1327 if (tempT->column_indices) delete (THRUSTINTARRAY32 *)tempT->column_indices; in MatSeqAIJCUSPARSEFormExplicitTranspose()
1328 if (tempT->row_offsets) delete (THRUSTINTARRAY32 *)tempT->row_offsets; in MatSeqAIJCUSPARSEFormExplicitTranspose()
1333 if (temp->column_indices) delete (THRUSTINTARRAY32 *)temp->column_indices; in MatSeqAIJCUSPARSEFormExplicitTranspose()
1334 if (temp->row_offsets) delete (THRUSTINTARRAY32 *)temp->row_offsets; in MatSeqAIJCUSPARSEFormExplicitTranspose()
1352 cusparsestruct->rowoffsets_gpu = new THRUSTINTARRAY32(A->rmap->n + 1); in MatSeqAIJCUSPARSEFormExplicitTranspose()
2494 PetscCallCXX(mat->row_offsets = new THRUSTINTARRAY32(m + 1)); in MatSeqAIJCUSPARSECopyToGPU()
2496 PetscCallCXX(mat->column_indices = new THRUSTINTARRAY32(nnz)); in MatSeqAIJCUSPARSECopyToGPU()
2519 PetscCallCXX(mat->row_offsets = new THRUSTINTARRAY32(m + 1)); in MatSeqAIJCUSPARSECopyToGPU()
2522 PetscCallCXX(mat->column_indices = new THRUSTINTARRAY32(nnz)); in MatSeqAIJCUSPARSECopyToGPU()
2538 if (mat->column_indices) delete (THRUSTINTARRAY32 *)mat->column_indices; in MatSeqAIJCUSPARSECopyToGPU()
2539 if (mat->row_offsets) delete (THRUSTINTARRAY32 *)mat->row_offsets; in MatSeqAIJCUSPARSECopyToGPU()
3141 Ccsr->row_offsets = new THRUSTINTARRAY32(Ccusp->nrows + 1); in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3154 Ccsr->column_indices = new THRUSTINTARRAY32(c->nz); in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3176 Bcusp->rowoffsets_gpu = new THRUSTINTARRAY32(B->rmap->n + 1); in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3258 Ccsr->column_indices = new THRUSTINTARRAY32(c->nz); in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3302 Ccsr->column_indices = new THRUSTINTARRAY32(c->nz); in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3317 Ccsr->column_indices = new THRUSTINTARRAY32(c->nz); in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
4501 cusp->rowoffsets_gpu = new THRUSTINTARRAY32(A->rmap->n + 1); in MatSeqAIJCUSPARSEGetIJ()
4798 Ccsr->row_offsets = new THRUSTINTARRAY32(m + 1); in MatSeqAIJCUSPARSEMergeMats()
4799 Ccsr->column_indices = new THRUSTINTARRAY32(c->nz); in MatSeqAIJCUSPARSEMergeMats()
4804 auto Acoo = new THRUSTINTARRAY32(Annz); in MatSeqAIJCUSPARSEMergeMats()
4805 auto Bcoo = new THRUSTINTARRAY32(Bnnz); in MatSeqAIJCUSPARSEMergeMats()
4806 auto Ccoo = new THRUSTINTARRAY32(c->nz); in MatSeqAIJCUSPARSEMergeMats()
4807 THRUSTINTARRAY32 *Aroff, *Broff; in MatSeqAIJCUSPARSEMergeMats()
4811 Acusp->rowoffsets_gpu = new THRUSTINTARRAY32(A->rmap->n + 1); in MatSeqAIJCUSPARSEMergeMats()
4819 Bcusp->rowoffsets_gpu = new THRUSTINTARRAY32(B->rmap->n + 1); in MatSeqAIJCUSPARSEMergeMats()
4842 auto wPerm = new THRUSTINTARRAY32(Annz + Bnnz); in MatSeqAIJCUSPARSEMergeMats()
4901 CcsrT->row_offsets = new THRUSTINTARRAY32(n + 1); in MatSeqAIJCUSPARSEMergeMats()
4902 CcsrT->column_indices = new THRUSTINTARRAY32(c->nz); in MatSeqAIJCUSPARSEMergeMats()