Searched refs:num_cols (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/mat/impls/aij/seq/seqhipsparse/ |
| H A D | aijhipsparse.hip.cxx | 327 loTriFactor->csrMat->num_cols = n; in MatSeqAIJHIPSPARSEBuildILULowerTriMatrix() 444 upTriFactor->csrMat->num_cols = n; in MatSeqAIJHIPSPARSEBuildILUUpperTriMatrix() 605 upTriFactor->csrMat->num_cols = A->cmap->n; in MatSeqAIJHIPSPARSEBuildICCTriMatrices() 651 loTriFactor->csrMat->num_cols = A->cmap->n; in MatSeqAIJHIPSPARSEBuildICCTriMatrices() 817 loTriFactorT->csrMat->num_rows = loTriFactor->csrMat->num_cols; in MatSeqAIJHIPSPARSEAnalyzeTransposeForSolve() 818 loTriFactorT->csrMat->num_cols = loTriFactor->csrMat->num_rows; in MatSeqAIJHIPSPARSEAnalyzeTransposeForSolve() 835 …TriFactors->handle, loTriFactor->csrMat->num_rows, loTriFactor->csrMat->num_cols, loTriFactor->csr… in MatSeqAIJHIPSPARSEAnalyzeTransposeForSolve() 890 upTriFactorT->csrMat->num_rows = upTriFactor->csrMat->num_cols; in MatSeqAIJHIPSPARSEAnalyzeTransposeForSolve() 891 upTriFactorT->csrMat->num_cols = upTriFactor->csrMat->num_rows; in MatSeqAIJHIPSPARSEAnalyzeTransposeForSolve() 907 …TriFactors->handle, upTriFactor->csrMat->num_rows, upTriFactor->csrMat->num_cols, upTriFactor->csr… in MatSeqAIJHIPSPARSEAnalyzeTransposeForSolve() [all …]
|
| H A D | hipsparsematimpl.h | 176 PetscInt num_cols; member
|
| /petsc/src/mat/impls/aij/seq/seqcusparse/ |
| H A D | aijcusparse.cu | 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() [all …]
|
| H A D | cusparsematimpl.h | 187 PetscInt num_cols; member
|