#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[] | ) |
|