|
GRASS 8 Programmer's Manual 8.5.0RC1(2026)-3334b87d9c
|
#include <math.h>#include <stdio.h>#include "local_proto.h"
Go to the source code of this file.
Macros | |
| #define | NSTEP 721 |
| #define | H 0.025 |
Functions | |
| void | Cdhc_nscor1 (double s[], int n, int n2, double work[], int *ifault) |
| void | init (double work[]) |
| void | Cdhc_nscor2 (double s[], int n, int n2, int *ifault) |
| #define H 0.025 |
Definition at line 14 of file as177.c.
Referenced by Cdhc_nscor1(), G_window_percentage_overlap(), and init().
| #define NSTEP 721 |
Definition at line 13 of file as177.c.
Referenced by Cdhc_nscor1(), and init().
| void Cdhc_nscor1 | ( | double | s[], |
| int | n, | ||
| int | n2, | ||
| double | work[], | ||
| int * | ifault ) |
| void Cdhc_nscor2 | ( | double | s[], |
| int | n, | ||
| int | n2, | ||
| int * | ifault ) |
| void init | ( | double | work[] | ) |
Definition at line 61 of file as177.c.
References Cdhc_alnorm(), H, and NSTEP.
Referenced by G_ls_glob_filter().