Searched refs:num_rows (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/mat/impls/aij/seq/seqhipsparse/ |
| H A D | aijhipsparse.hip.cxx | 326 loTriFactor->csrMat->num_rows = n; in MatSeqAIJHIPSPARSEBuildILULowerTriMatrix() 340 …hipsparseTriFactors->handle, loTriFactor->solveOp, loTriFactor->csrMat->num_rows, loTriFactor->csr… in MatSeqAIJHIPSPARSEBuildILULowerTriMatrix() 345 …hipsparseTriFactors->handle, loTriFactor->solveOp, loTriFactor->csrMat->num_rows, loTriFactor->csr… in MatSeqAIJHIPSPARSEBuildILULowerTriMatrix() 443 upTriFactor->csrMat->num_rows = n; in MatSeqAIJHIPSPARSEBuildILUUpperTriMatrix() 456 …hipsparseTriFactors->handle, upTriFactor->solveOp, upTriFactor->csrMat->num_rows, upTriFactor->csr… in MatSeqAIJHIPSPARSEBuildILUUpperTriMatrix() 461 …hipsparseTriFactors->handle, upTriFactor->solveOp, upTriFactor->csrMat->num_rows, upTriFactor->csr… in MatSeqAIJHIPSPARSEBuildILUUpperTriMatrix() 604 upTriFactor->csrMat->num_rows = A->rmap->n; in MatSeqAIJHIPSPARSEBuildICCTriMatrices() 620 …hipsparseTriFactors->handle, upTriFactor->solveOp, upTriFactor->csrMat->num_rows, upTriFactor->csr… in MatSeqAIJHIPSPARSEBuildICCTriMatrices() 625 …hipsparseTriFactors->handle, upTriFactor->solveOp, upTriFactor->csrMat->num_rows, upTriFactor->csr… in MatSeqAIJHIPSPARSEBuildICCTriMatrices() 650 loTriFactor->csrMat->num_rows = A->rmap->n; in MatSeqAIJHIPSPARSEBuildICCTriMatrices() [all …]
|
| H A D | hipsparsematimpl.h | 175 PetscInt num_rows; member
|
| /petsc/src/mat/impls/aij/seq/seqcusparse/ |
| H A D | aijcusparse.cu | 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() [all …]
|
| H A D | cusparsematimpl.h | 186 PetscInt num_rows; member
|