GRASS GIS 7 Programmer's Manual
7.0.3(2016)-r00000
|
#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 15 of file as177.c.
Referenced by Cdhc_nscor1(), G_window_percentage_overlap(), and init().
#define NSTEP 721 |
Definition at line 14 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 65 of file as177.c.
References Cdhc_alnorm(), H, and NSTEP.