#include <math.h>
#include <stdio.h>
#include "local_proto.h"
Go to the source code of this file.
|
#define | NSTEP 721 |
|
#define | H 0.025 |
|
|
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) |
|
◆ NSTEP
◆ Cdhc_nscor1()
void Cdhc_nscor1 |
( |
double |
s[], |
|
|
int |
n, |
|
|
int |
n2, |
|
|
double |
work[], |
|
|
int * |
ifault |
|
) |
| |
◆ Cdhc_nscor2()
void Cdhc_nscor2 |
( |
double |
s[], |
|
|
int |
n, |
|
|
int |
n2, |
|
|
int * |
ifault |
|
) |
| |
◆ init()
void init |
( |
double |
work[] | ) |
|
Definition at line 65 of file as177.c.
References Cdhc_alnorm(), H, and NSTEP.
Referenced by db_d_init_error(), db_d_report_error(), Rast__error_handler(), ReplacementHeap< T, Compare >::ReplacementHeap(), ReplacementHeapBlock< T, Compare >::ReplacementHeapBlock(), Vect_read_area_to_wkb(), and Vect_read_area_to_wkt().