Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dbench_spmv.c76 …PetscReal starting_spmv_time, const char *const matformat, PetscBool use_gpu, PetscInt repetitions) in UpdateJSON()
126 …Mat A, Vec b, PetscReal *time, const char *petscmatformat, PetscBool use_gpu, PetscInt repetitions) in TimedSpMV()
259 PetscInt nmat = 1, nformats = 5, i, j, repetitions = 1; in main() local