Home
last modified time | relevance | path

Searched refs:xpInd (Results 1 – 1 of 1) sorted by relevance

/petsc/src/mat/tests/
H A Dex121.c103 PetscInt xpInd = (j < 0) ? N + j : j; in main() local
106 a3[i] += a[xpInd] * a2[diffInd]; in main()