GRASS Programmer's Manual
6.4.3(2013)-r
|
#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) |
int sort_cell | ( | DCELL * | array, |
int | n | ||
) |
Definition at line 21 of file sort_cell.c.
References G_is_d_null_value().
Referenced by c_divr(), c_median(), c_mode(), and c_quant().
int sort_cell_w | ( | DCELL(*) | array[2], |
int | n | ||
) |
Definition at line 34 of file sort_cell.c.
References G_is_d_null_value().
Referenced by w_median(), w_mode(), and w_quant().