Lines Matching refs:num_entries

380         loTriFactor->csrMat->num_entries = nzLower;  in MatSeqAIJCUSPARSEBuildILULowerTriMatrix()
395 …riFactor->solveOp, loTriFactor->csrMat->num_rows, loTriFactor->csrMat->num_entries, loTriFactor->d… in MatSeqAIJCUSPARSEBuildILULowerTriMatrix()
401 …riFactor->solveOp, loTriFactor->csrMat->num_rows, loTriFactor->csrMat->num_entries, loTriFactor->d… in MatSeqAIJCUSPARSEBuildILULowerTriMatrix()
509 upTriFactor->csrMat->num_entries = nzUpper; in MatSeqAIJCUSPARSEBuildILUUpperTriMatrix()
524 …riFactor->solveOp, upTriFactor->csrMat->num_rows, upTriFactor->csrMat->num_entries, upTriFactor->d… in MatSeqAIJCUSPARSEBuildILUUpperTriMatrix()
530 …riFactor->solveOp, upTriFactor->csrMat->num_rows, upTriFactor->csrMat->num_entries, upTriFactor->d… in MatSeqAIJCUSPARSEBuildILUUpperTriMatrix()
845 upTriFactor->csrMat->num_entries = a->nz; in MatSeqAIJCUSPARSEBuildICCTriMatrices()
863 …riFactor->solveOp, upTriFactor->csrMat->num_rows, upTriFactor->csrMat->num_entries, upTriFactor->d… in MatSeqAIJCUSPARSEBuildICCTriMatrices()
869 …riFactor->solveOp, upTriFactor->csrMat->num_rows, upTriFactor->csrMat->num_entries, upTriFactor->d… in MatSeqAIJCUSPARSEBuildICCTriMatrices()
900 loTriFactor->csrMat->num_entries = a->nz; in MatSeqAIJCUSPARSEBuildICCTriMatrices()
915 …riFactor->solveOp, loTriFactor->csrMat->num_rows, loTriFactor->csrMat->num_entries, loTriFactor->d… in MatSeqAIJCUSPARSEBuildICCTriMatrices()
921 …riFactor->solveOp, loTriFactor->csrMat->num_rows, loTriFactor->csrMat->num_entries, loTriFactor->d… in MatSeqAIJCUSPARSEBuildICCTriMatrices()
1084 loTriFactorT->csrMat->num_entries = loTriFactor->csrMat->num_entries; in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1086 loTriFactorT->csrMat->column_indices = new THRUSTINTARRAY32(loTriFactorT->csrMat->num_entries); in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1087 loTriFactorT->csrMat->values = new THRUSTARRAY(loTriFactorT->csrMat->num_entries); in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1091 …>csrMat->num_rows, loTriFactor->csrMat->num_cols, loTriFactor->csrMat->num_entries, loTriFactor->c… in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1100 …>csrMat->num_rows, loTriFactor->csrMat->num_cols, loTriFactor->csrMat->num_entries, loTriFactor->c… in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1117 …actorT->solveOp, loTriFactorT->csrMat->num_rows, loTriFactorT->csrMat->num_entries, loTriFactorT->… in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1123 …actorT->solveOp, loTriFactorT->csrMat->num_rows, loTriFactorT->csrMat->num_entries, loTriFactorT->… in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1160 upTriFactorT->csrMat->num_entries = upTriFactor->csrMat->num_entries; in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1162 upTriFactorT->csrMat->column_indices = new THRUSTINTARRAY32(upTriFactorT->csrMat->num_entries); in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1163 upTriFactorT->csrMat->values = new THRUSTARRAY(upTriFactorT->csrMat->num_entries); in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1167 …>csrMat->num_rows, upTriFactor->csrMat->num_cols, upTriFactor->csrMat->num_entries, upTriFactor->c… in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1176 …>csrMat->num_rows, upTriFactor->csrMat->num_cols, upTriFactor->csrMat->num_entries, upTriFactor->c… in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1193 …actorT->solveOp, upTriFactorT->csrMat->num_rows, upTriFactorT->csrMat->num_entries, upTriFactorT->… in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1200 …actorT->solveOp, upTriFactorT->csrMat->num_rows, upTriFactorT->csrMat->num_entries, upTriFactorT->… in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1254 matrixT->num_entries = a->nz; in MatSeqAIJCUSPARSEFormExplicitTranspose()
1264 …(&matstructT->matDescr, matrixT->num_rows, matrixT->num_cols, matrixT->num_entries, matrixT->row_o… in MatSeqAIJCUSPARSEFormExplicitTranspose()
1275 if (matrixT->num_entries) { in MatSeqAIJCUSPARSEFormExplicitTranspose()
1276 …(&matstructT->matDescr, matrixT->num_rows, matrixT->num_cols, matrixT->num_entries, matrixT->row_o… in MatSeqAIJCUSPARSEFormExplicitTranspose()
1294 temp->num_entries = a->nz; in MatSeqAIJCUSPARSEFormExplicitTranspose()
1305 tempT->num_entries = a->nz; in MatSeqAIJCUSPARSEFormExplicitTranspose()
1310 …_csr2csc(cusparsestruct->handle, temp->num_rows, temp->num_cols, temp->num_entries, temp->values->… in MatSeqAIJCUSPARSEFormExplicitTranspose()
1357 THRUSTARRAY csr2csc_a(matrix->num_entries); in MatSeqAIJCUSPARSEFormExplicitTranspose()
1364 …Ex2_bufferSize(cusparsestruct->handle, A->rmap->n, A->cmap->n, matrix->num_entries, matrix->values… in MatSeqAIJCUSPARSEFormExplicitTranspose()
1370 if (matrix->num_entries) { in MatSeqAIJCUSPARSEFormExplicitTranspose()
1378 …stat = cusparse_csr2csc(cusparsestruct->handle, A->rmap->n, A->cmap->n, matrix->num_entries, csr2c… in MatSeqAIJCUSPARSEFormExplicitTranspose()
1390 cusparsestruct->csr2csc_i = new THRUSTINTARRAY(matrix->num_entries); in MatSeqAIJCUSPARSEFormExplicitTranspose()
1565 …actorT->solveOp, upTriFactorT->csrMat->num_rows, upTriFactorT->csrMat->num_entries, &PETSC_CUSPARS… in MatSolveTranspose_SeqAIJCUSPARSE()
1569 …actorT->solveOp, loTriFactorT->csrMat->num_rows, loTriFactorT->csrMat->num_entries, &PETSC_CUSPARS… in MatSolveTranspose_SeqAIJCUSPARSE()
1609 …actorT->solveOp, upTriFactorT->csrMat->num_rows, upTriFactorT->csrMat->num_entries, &PETSC_CUSPARS… in MatSolveTranspose_SeqAIJCUSPARSE_NaturalOrdering()
1613 …actorT->solveOp, loTriFactorT->csrMat->num_rows, loTriFactorT->csrMat->num_entries, &PETSC_CUSPARS… in MatSolveTranspose_SeqAIJCUSPARSE_NaturalOrdering()
1647 …riFactor->solveOp, loTriFactor->csrMat->num_rows, loTriFactor->csrMat->num_entries, &PETSC_CUSPARS… in MatSolve_SeqAIJCUSPARSE()
1651 …riFactor->solveOp, upTriFactor->csrMat->num_rows, upTriFactor->csrMat->num_entries, &PETSC_CUSPARS… in MatSolve_SeqAIJCUSPARSE()
1680 …riFactor->solveOp, loTriFactor->csrMat->num_rows, loTriFactor->csrMat->num_entries, &PETSC_CUSPARS… in MatSolve_SeqAIJCUSPARSE_NaturalOrdering()
1684 …riFactor->solveOp, upTriFactor->csrMat->num_rows, upTriFactor->csrMat->num_entries, &PETSC_CUSPARS… in MatSolve_SeqAIJCUSPARSE_NaturalOrdering()
2493 mat->num_entries = nnz; in MatSeqAIJCUSPARSECopyToGPU()
2506 …arseCreateCsr(&matstruct->matDescr, mat->num_rows, mat->num_cols, mat->num_entries, mat->row_offse… in MatSeqAIJCUSPARSECopyToGPU()
2518 mat->num_entries = nnz; in MatSeqAIJCUSPARSECopyToGPU()
2759 …stat = cusparseCreateCsr(&matADescr, csrmat->num_rows, csrmat->num_cols, csrmat->num_entries, csrm… in MatProductNumeric_SeqAIJCUSPARSE_SeqDENSECUDA()
2803 …stat = cusparse_csr_spmm(cusp->handle, opA, m, n, k, csrmat->num_entries, mat->alpha_one, mat->des… in MatProductNumeric_SeqAIJCUSPARSE_SeqDENSECUDA()
2807 PetscCall(PetscLogGpuFlops(n * 2.0 * csrmat->num_entries)); in MatProductNumeric_SeqAIJCUSPARSE_SeqDENSECUDA()
3003 …Acsr->num_entries, Acsr->values->data().get(), Acsr->row_offsets->data().get(), Acsr->column_indic… in MatProductNumeric_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3172 Bcsr->num_entries = cBcsr->num_entries; in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3184 …eCreateCsr(&mmdata->matSpBDescr, Bcsr->num_rows, Bcsr->num_cols, Bcsr->num_entries, Bcsr->row_offs… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3313 … Amat->descr, Acsr->num_entries, Acsr->row_offsets->data().get(), Acsr->column_indices->data().get… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3326 …Acsr->num_entries, Acsr->values->data().get(), Acsr->row_offsets->data().get(), Acsr->column_indic… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3375 Ccsr->num_entries = c->nz; in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3655 …SPARSE(cusparseCreateCsr(&matDescr, mat->num_rows, mat->num_cols, mat->num_entries, mat->row_offse… in MatMultAddKernel_SeqAIJCUSPARSE()
3679 …r_spmv(cusparsestruct->handle, opA, mat->num_rows, mat->num_cols, mat->num_entries, matstruct->alp… in MatMultAddKernel_SeqAIJCUSPARSE()
4801 Ccsr->num_entries = c->nz; in MatSeqAIJCUSPARSEMergeMats()
4880 …stat = cusparseCreateCsr(&Cmat->matDescr, Ccsr->num_rows, Ccsr->num_cols, Ccsr->num_entries, Ccsr-… in MatSeqAIJCUSPARSEMergeMats()
4899 CcsrT->num_entries = c->nz; in MatSeqAIJCUSPARSEMergeMats()
4938 …seCreateCsr(&CmatT->matDescr, CcsrT->num_rows, CcsrT->num_cols, CcsrT->num_entries, CcsrT->row_off… in MatSeqAIJCUSPARSEMergeMats()
4993 …Acsr->num_entries == (PetscInt)Acsr->values->size(), PETSC_COMM_SELF, PETSC_ERR_COR, "A nnz %" Pet… in MatSeqAIJCUSPARSEMergeMats()
4994 …Bcsr->num_entries == (PetscInt)Bcsr->values->size(), PETSC_COMM_SELF, PETSC_ERR_COR, "B nnz %" Pet… in MatSeqAIJCUSPARSEMergeMats()
4995 …Ccsr->num_entries == (PetscInt)Ccsr->values->size(), PETSC_COMM_SELF, PETSC_ERR_COR, "C nnz %" Pet… in MatSeqAIJCUSPARSEMergeMats()
4996num_entries == Acsr->num_entries + Bcsr->num_entries, PETSC_COMM_SELF, PETSC_ERR_COR, "C nnz %" Pe… in MatSeqAIJCUSPARSEMergeMats()
5000 cuda::std::advance(pmid, Acsr->num_entries); in MatSeqAIJCUSPARSEMergeMats()
5002 thrust::advance(pmid, Acsr->num_entries); in MatSeqAIJCUSPARSEMergeMats()