|
GRASS GIS 8 Programmer's Manual
8.4.2dev(2025)-5620950973
|
#include <stdlib.h>#include <grass/gis.h>#include <grass/raster.h>#include <grass/stats.h>
Go to the source code of this file.
Functions | |
| int | sort_cell (DCELL *array, int n) |
| int | sort_cell_w (DCELL(*array)[2], int n) |
| int sort_cell | ( | DCELL * | array, |
| int | n | ||
| ) |
Definition at line 27 of file sort_cell.c.
Referenced by c_divr(), c_median(), and c_quant().
| int sort_cell_w | ( | DCELL(*) | array[2], |
| int | n | ||
| ) |
Definition at line 46 of file sort_cell.c.
Referenced by w_median(), and w_quant().