Home
last modified time | relevance | path

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

/petsc/src/sys/classes/random/tutorials/
H A Dex2.c20 void exchangeVal(PetscReal *, PetscReal *);
128 exchangeVal(Stk + j - 1, Stk + maxk); in basketPayoff()
129 exchangeVal(St0 + j - 1, St0 + maxk); in basketPayoff()
130 exchangeVal(vol + j - 1, vol + maxk); in basketPayoff()
167 void exchangeVal(PetscReal *a, PetscReal *b) in exchangeVal() function