Home
last modified time | relevance | path

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

/petsc/src/mat/tests/ !
H A Dbench_spmv.c126 PetscErrorCode TimedSpMV(Mat A, Vec b, PetscReal *time, const char *petscmatformat, PetscBool use_g… in TimedSpMV()
167 PetscErrorCode WarmUpDevice(Mat A, Vec b, const char *petscmatformat) in WarmUpDevice()
196 …ogSpMVTime(PetscReal *gputime, PetscReal *cputime, PetscReal *gpuflops, const char *petscmatformat) in PetscLogSpMVTime()
223 PetscErrorCode MapToPetscMatType(const char *matformat, PetscBool use_gpu, char **petscmatformat) in MapToPetscMatType()
328 char *petscmatformat = NULL; in main() local