Home
last modified time | relevance | path

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

/petsc/src/sys/classes/draw/utils/
H A Dhists.c20 PetscReal *bins; member
58 PetscErrorCode PetscDrawHGCreate(PetscDraw draw, int bins, PetscDrawHG *hist) in PetscDrawHGCreate()
103 PetscErrorCode PetscDrawHGSetNumberBins(PetscDrawHG hist, int bins) in PetscDrawHGSetNumberBins()
308 …PetscReal xmin, xmax, ymin, ymax, *bins, *values, *weights, binSize, binLeft, binRight, maxHeigh… in PetscDrawHGDraw() local
494 PetscReal xmax, xmin, *bins, *values, *weights, binSize, binLeft, binRight, mean, var, totwt = 0.; in PetscDrawHGView() local
H A Dbars.c78 PetscErrorCode PetscDrawBarSetData(PetscDrawBar bar, PetscInt bins, const PetscReal data[], const c… in PetscDrawBarSetData()
/petsc/src/sys/classes/draw/tests/
H A Dex9.c11 int n = 20, i, x = 0, y = 0, width = 400, height = 300, bins = 8; in main() local