GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <stdlib.h>
#include <grass/gis.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) |
Definition at line 21 of file sort_cell.c.
References G_is_d_null_value(), and n.
Referenced by c_divr(), c_median(), c_mode(), and c_quant().
Definition at line 34 of file sort_cell.c.
References G_is_d_null_value(), and n.
Referenced by w_median(), w_mode(), and w_quant().