Searched defs:irow_in (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/aij/seq/bas/ |
| H A D | spbas.c | 144 static int spbas_row_order_icol(PetscInt i1, PetscInt i2, PetscInt *irow_in, PetscInt *icol_in, Pet… in spbas_row_order_icol() 179 static PetscErrorCode spbas_mergesort_icols(PetscInt nrows, PetscInt *irow_in, PetscInt *icol_in, P… in spbas_mergesort_icols() 250 PetscErrorCode spbas_compress_pattern(PetscInt *irow_in, PetscInt *icol_in, PetscInt nrows, PetscIn… in spbas_compress_pattern()
|