Lines Matching refs:num_rows

378         loTriFactor->csrMat->num_rows    = n;  in MatSeqAIJCUSPARSEBuildILULowerTriMatrix()
395 …(cusparseTriFactors->handle, loTriFactor->solveOp, loTriFactor->csrMat->num_rows, loTriFactor->csr… in MatSeqAIJCUSPARSEBuildILULowerTriMatrix()
401 …(cusparseTriFactors->handle, loTriFactor->solveOp, loTriFactor->csrMat->num_rows, loTriFactor->csr… in MatSeqAIJCUSPARSEBuildILULowerTriMatrix()
507 upTriFactor->csrMat->num_rows = n; in MatSeqAIJCUSPARSEBuildILUUpperTriMatrix()
524 …(cusparseTriFactors->handle, upTriFactor->solveOp, upTriFactor->csrMat->num_rows, upTriFactor->csr… in MatSeqAIJCUSPARSEBuildILUUpperTriMatrix()
530 …(cusparseTriFactors->handle, upTriFactor->solveOp, upTriFactor->csrMat->num_rows, upTriFactor->csr… in MatSeqAIJCUSPARSEBuildILUUpperTriMatrix()
843 upTriFactor->csrMat->num_rows = A->rmap->n; in MatSeqAIJCUSPARSEBuildICCTriMatrices()
863 …(cusparseTriFactors->handle, upTriFactor->solveOp, upTriFactor->csrMat->num_rows, upTriFactor->csr… in MatSeqAIJCUSPARSEBuildICCTriMatrices()
869 …(cusparseTriFactors->handle, upTriFactor->solveOp, upTriFactor->csrMat->num_rows, upTriFactor->csr… in MatSeqAIJCUSPARSEBuildICCTriMatrices()
898 loTriFactor->csrMat->num_rows = A->rmap->n; in MatSeqAIJCUSPARSEBuildICCTriMatrices()
915 …(cusparseTriFactors->handle, loTriFactor->solveOp, loTriFactor->csrMat->num_rows, loTriFactor->csr… in MatSeqAIJCUSPARSEBuildICCTriMatrices()
921 …(cusparseTriFactors->handle, loTriFactor->solveOp, loTriFactor->csrMat->num_rows, loTriFactor->csr… in MatSeqAIJCUSPARSEBuildICCTriMatrices()
1082 loTriFactorT->csrMat->num_rows = loTriFactor->csrMat->num_cols; in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1083 loTriFactorT->csrMat->num_cols = loTriFactor->csrMat->num_rows; in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1085 loTriFactorT->csrMat->row_offsets = new THRUSTINTARRAY32(loTriFactorT->csrMat->num_rows + 1); in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1091 …eCsr2cscEx2_bufferSize(cusparseTriFactors->handle, loTriFactor->csrMat->num_rows, loTriFactor->csr… in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1100 …auto stat = cusparse_csr2csc(cusparseTriFactors->handle, loTriFactor->csrMat->num_rows, loTriFacto… in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1117 …usparseTriFactors->handle, loTriFactorT->solveOp, loTriFactorT->csrMat->num_rows, loTriFactorT->cs… in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1123 …usparseTriFactors->handle, loTriFactorT->solveOp, loTriFactorT->csrMat->num_rows, loTriFactorT->cs… in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1158 upTriFactorT->csrMat->num_rows = upTriFactor->csrMat->num_cols; in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1159 upTriFactorT->csrMat->num_cols = upTriFactor->csrMat->num_rows; in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1161 upTriFactorT->csrMat->row_offsets = new THRUSTINTARRAY32(upTriFactorT->csrMat->num_rows + 1); in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1167 …eCsr2cscEx2_bufferSize(cusparseTriFactors->handle, upTriFactor->csrMat->num_rows, upTriFactor->csr… in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1176 …auto stat = cusparse_csr2csc(cusparseTriFactors->handle, upTriFactor->csrMat->num_rows, upTriFacto… in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1193 …usparseTriFactors->handle, upTriFactorT->solveOp, upTriFactorT->csrMat->num_rows, upTriFactorT->cs… in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1200 …usparseTriFactors->handle, upTriFactorT->solveOp, upTriFactorT->csrMat->num_rows, upTriFactorT->cs… in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1252 matrixT->num_rows = A->cmap->n; in MatSeqAIJCUSPARSEFormExplicitTranspose()
1255 matrixT->row_offsets = new THRUSTINTARRAY32(matrixT->num_rows + 1); 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()
1292 temp->num_rows = A->rmap->n; in MatSeqAIJCUSPARSEFormExplicitTranspose()
1303 tempT->num_rows = A->rmap->n; in MatSeqAIJCUSPARSEFormExplicitTranspose()
1310 …stat = cusparse_csr2csc(cusparsestruct->handle, temp->num_rows, temp->num_cols, temp->num_entries,… in MatSeqAIJCUSPARSEFormExplicitTranspose()
1565 …usparseTriFactors->handle, upTriFactorT->solveOp, upTriFactorT->csrMat->num_rows, upTriFactorT->cs… in MatSolveTranspose_SeqAIJCUSPARSE()
1569 …usparseTriFactors->handle, loTriFactorT->solveOp, loTriFactorT->csrMat->num_rows, loTriFactorT->cs… in MatSolveTranspose_SeqAIJCUSPARSE()
1609 …usparseTriFactors->handle, upTriFactorT->solveOp, upTriFactorT->csrMat->num_rows, upTriFactorT->cs… in MatSolveTranspose_SeqAIJCUSPARSE_NaturalOrdering()
1613 …usparseTriFactors->handle, loTriFactorT->solveOp, loTriFactorT->csrMat->num_rows, loTriFactorT->cs… in MatSolveTranspose_SeqAIJCUSPARSE_NaturalOrdering()
1647 …(cusparseTriFactors->handle, loTriFactor->solveOp, loTriFactor->csrMat->num_rows, loTriFactor->csr… in MatSolve_SeqAIJCUSPARSE()
1651 …(cusparseTriFactors->handle, upTriFactor->solveOp, upTriFactor->csrMat->num_rows, upTriFactor->csr… in MatSolve_SeqAIJCUSPARSE()
1680 …(cusparseTriFactors->handle, loTriFactor->solveOp, loTriFactor->csrMat->num_rows, loTriFactor->csr… in MatSolve_SeqAIJCUSPARSE_NaturalOrdering()
1684 …(cusparseTriFactors->handle, upTriFactor->solveOp, upTriFactor->csrMat->num_rows, upTriFactor->csr… in MatSolve_SeqAIJCUSPARSE_NaturalOrdering()
2491 mat->num_rows = m; in MatSeqAIJCUSPARSECopyToGPU()
2505 if (mat->num_rows) { /* cusparse errors on empty matrices! */ in MatSeqAIJCUSPARSECopyToGPU()
2506 …stat = cusparseCreateCsr(&matstruct->matDescr, mat->num_rows, mat->num_cols, mat->num_entries, mat… in MatSeqAIJCUSPARSECopyToGPU()
2516 mat->num_rows = m; in MatSeqAIJCUSPARSECopyToGPU()
2531 …stat = cusparse_csr2hyb(cusparsestruct->handle, mat->num_rows, mat->nu… in MatSeqAIJCUSPARSECopyToGPU()
2759 …stat = cusparseCreateCsr(&matADescr, csrmat->num_rows, csrmat->num_cols, csrmat->num_entries, csrm… in MatProductNumeric_SeqAIJCUSPARSE_SeqDENSECUDA()
3003 …stat = cusparse_csr_spgemm(Ccusp->handle, opA, opB, Acsr->num_rows, Bcsr->num_cols, Acsr->num_cols… in MatProductNumeric_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3139 Ccsr->num_rows = Ccusp->nrows; 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()
3170 Bcsr->num_rows = B->rmap->n; 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 …stat = cusparseXcsrgemmNnz(Ccusp->handle, opA, opB, Acsr->num_rows, Bcsr->num_cols, Acsr->num_cols… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3326 …stat = cusparse_csr_spgemm(Ccusp->handle, opA, opB, Acsr->num_rows, Bcsr->num_cols, Acsr->num_cols… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3612 ny = mat->num_rows; in MatMultAddKernel_SeqAIJCUSPARSE()
3636 nx = mat->num_rows; // since y = A^T x 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()
4777 Ccsr->num_rows = m; in MatSeqAIJCUSPARSEMergeMats()
4880 …stat = cusparseCreateCsr(&Cmat->matDescr, Ccsr->num_rows, Ccsr->num_cols, Ccsr->num_entries, Ccsr-… in MatSeqAIJCUSPARSEMergeMats()
4897 CcsrT->num_rows = n; in MatSeqAIJCUSPARSEMergeMats()
4938 …stat = cusparseCreateCsr(&CmatT->matDescr, CcsrT->num_rows, CcsrT->num_cols, CcsrT->num_entries, C… in MatSeqAIJCUSPARSEMergeMats()