Lines Matching refs:num_cols

379         loTriFactor->csrMat->num_cols    = n;  in MatSeqAIJCUSPARSEBuildILULowerTriMatrix()
508 upTriFactor->csrMat->num_cols = n; in MatSeqAIJCUSPARSEBuildILUUpperTriMatrix()
844 upTriFactor->csrMat->num_cols = A->cmap->n; in MatSeqAIJCUSPARSEBuildICCTriMatrices()
899 loTriFactor->csrMat->num_cols = A->cmap->n; in MatSeqAIJCUSPARSEBuildICCTriMatrices()
1082 loTriFactorT->csrMat->num_rows = loTriFactor->csrMat->num_cols; in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1083 loTriFactorT->csrMat->num_cols = loTriFactor->csrMat->num_rows; in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1091 …TriFactors->handle, loTriFactor->csrMat->num_rows, loTriFactor->csrMat->num_cols, loTriFactor->csr… in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1100 …TriFactors->handle, loTriFactor->csrMat->num_rows, loTriFactor->csrMat->num_cols, loTriFactor->csr… in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1158 upTriFactorT->csrMat->num_rows = upTriFactor->csrMat->num_cols; in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1159 upTriFactorT->csrMat->num_cols = upTriFactor->csrMat->num_rows; in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1167 …TriFactors->handle, upTriFactor->csrMat->num_rows, upTriFactor->csrMat->num_cols, upTriFactor->csr… in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1176 …TriFactors->handle, upTriFactor->csrMat->num_rows, upTriFactor->csrMat->num_cols, upTriFactor->csr… in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1253 matrixT->num_cols = A->rmap->n; in MatSeqAIJCUSPARSEFormExplicitTranspose()
1264 …stat = cusparseCreateCsr(&matstructT->matDescr, matrixT->num_rows, matrixT->num_cols, matrixT->num… in MatSeqAIJCUSPARSEFormExplicitTranspose()
1276 …stat = cusparseCreateCsr(&matstructT->matDescr, matrixT->num_rows, matrixT->num_cols, matrixT->num… in MatSeqAIJCUSPARSEFormExplicitTranspose()
1293 temp->num_cols = A->cmap->n; in MatSeqAIJCUSPARSEFormExplicitTranspose()
1304 tempT->num_cols = A->cmap->n; in MatSeqAIJCUSPARSEFormExplicitTranspose()
1310 …stat = cusparse_csr2csc(cusparsestruct->handle, temp->num_rows, temp->num_cols, temp->num_entries,… in MatSeqAIJCUSPARSEFormExplicitTranspose()
2492 mat->num_cols = A->cmap->n; in MatSeqAIJCUSPARSECopyToGPU()
2506 …stat = cusparseCreateCsr(&matstruct->matDescr, mat->num_rows, mat->num_cols, mat->num_entries, mat… in MatSeqAIJCUSPARSECopyToGPU()
2517 mat->num_cols = A->cmap->n; in MatSeqAIJCUSPARSECopyToGPU()
2531 … = cusparse_csr2hyb(cusparsestruct->handle, mat->num_rows, mat->num_cols, matstruct->descr… in MatSeqAIJCUSPARSECopyToGPU()
2759 …stat = cusparseCreateCsr(&matADescr, csrmat->num_rows, csrmat->num_cols, csrmat->num_entries, csrm… in MatProductNumeric_SeqAIJCUSPARSE_SeqDENSECUDA()
3003 …parse_csr_spgemm(Ccusp->handle, opA, opB, Acsr->num_rows, Bcsr->num_cols, Acsr->num_cols, Amat->de… in MatProductNumeric_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3140 Ccsr->num_cols = n; in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3151 …if (!Ccsr->num_rows || !Ccsr->num_cols || !a->nz || !b->nz) { /* cusparse raise errors in differen… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3171 Bcsr->num_cols = cBcsr->num_cols; in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3183 if (Bcsr->num_rows && Bcsr->num_cols) { in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3184 …stat = cusparseCreateCsr(&mmdata->matSpBDescr, Bcsr->num_rows, Bcsr->num_cols, Bcsr->num_entries, … in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3218 …stat = cusparseCreateCsr(&Cmat->matDescr, Ccsr->num_rows, Ccsr->num_cols, 0, Ccsr->row_offsets->da… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3313 …parseXcsrgemmNnz(Ccusp->handle, opA, opB, Acsr->num_rows, Bcsr->num_cols, Acsr->num_cols, Amat->de… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3326 …parse_csr_spgemm(Ccusp->handle, opA, opB, Acsr->num_rows, Bcsr->num_cols, Acsr->num_cols, Amat->de… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3611 nx = mat->num_cols; // since y = Ax in MatMultAddKernel_SeqAIJCUSPARSE()
3637 ny = mat->num_cols; in MatMultAddKernel_SeqAIJCUSPARSE()
3655 …PetscCallCUSPARSE(cusparseCreateCsr(&matDescr, mat->num_rows, mat->num_cols, mat->num_entries, mat… in MatMultAddKernel_SeqAIJCUSPARSE()
3679 …PetscCallCUSPARSE(cusparse_csr_spmv(cusparsestruct->handle, opA, mat->num_rows, mat->num_cols, mat… in MatMultAddKernel_SeqAIJCUSPARSE()
4778 Ccsr->num_cols = n; in MatSeqAIJCUSPARSEMergeMats()
4880 …stat = cusparseCreateCsr(&Cmat->matDescr, Ccsr->num_rows, Ccsr->num_cols, Ccsr->num_entries, Ccsr-… in MatSeqAIJCUSPARSEMergeMats()
4898 CcsrT->num_cols = m; in MatSeqAIJCUSPARSEMergeMats()
4938 …stat = cusparseCreateCsr(&CmatT->matDescr, CcsrT->num_rows, CcsrT->num_cols, CcsrT->num_entries, C… in MatSeqAIJCUSPARSEMergeMats()