Searched defs:nzUpper (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/mat/impls/aij/seq/seqhipsparse/ |
| H A D | aijhipsparse.hip.cxx | 391 PetscInt i, nz, nzUpper, offset; in MatSeqAIJHIPSPARSEBuildILUUpperTriMatrix() local 547 PetscInt nzUpper = a->nz, n = A->rmap->n, i, offset, nz, j; in MatSeqAIJHIPSPARSEBuildICCTriMatrices() local
|
| /petsc/src/mat/impls/aij/seq/seqcusparse/ |
| H A D | aijcusparse.cu | 446 PetscInt i, nz, nzUpper, offset; in MatSeqAIJCUSPARSEBuildILUUpperTriMatrix() local 782 PetscInt nzUpper = a->nz, n = A->rmap->n, i, offset, nz, j; in MatSeqAIJCUSPARSEBuildICCTriMatrices() local
|