Searched refs:PetscRandomGetValuesReal_CURAND (Results 1 – 1 of 1) sorted by relevance
20 static PetscErrorCode PetscRandomGetValuesReal_CURAND(PetscRandom r, PetscInt n, PetscReal *val) in PetscRandomGetValuesReal_CURAND() function40 PetscCall(PetscRandomGetValuesReal_CURAND(r, -n, (PetscReal *)val)); in PetscRandomGetValues_CURAND()42 PetscCall(PetscRandomGetValuesReal_CURAND(r, n, val)); in PetscRandomGetValues_CURAND()62 PetscDesignatedInitializer(getvaluesreal, PetscRandomGetValuesReal_CURAND),