Home
last modified time | relevance | path

Searched defs:rindex (Results 1 – 2 of 2) sorted by relevance

/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c6526 const PetscInt rindex = i1[k] - rstart; in MatSetPreallocationCOO_MPIAIJ() local
6532 const PetscInt rindex = i2[k] - rstart; in MatSetPreallocationCOO_MPIAIJ() local
6537 const PetscInt rindex = i1[k] - rstart; in MatSetPreallocationCOO_MPIAIJ() local
6543 const PetscInt rindex = i2[k] - rstart; in MatSetPreallocationCOO_MPIAIJ() local
/petsc/include/petsc/private/
H A Dmatimpl.h422 PetscInt *rindex; /* compressed row index */ member