DACE 2.0 API Manual
Differential Algebra Core Engine
dacecontrib.h
Go to the documentation of this file.
1 /******************************************************************************
2 * *
3 * DIFFERENTIAL ALGEBRA CORE ENGINE *
4 * *
5 *******************************************************************************
6 * *
7 * Copyright 2019 University of Southampton *
8 * Licensed under the Apache License, Version 2.0 (the "License"); *
9 * you may not use this file except in compliance with the License. *
10 * You may obtain a copy of the License at *
11 * *
12 * http://www.apache.org/licenses/LICENSE-2.0 *
13 * *
14 * Unless required by applicable law or agreed to in writing, software *
15 * distributed under the License is distributed on an "AS IS" BASIS, *
16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. *
17 * See the License for the specific language governing permissions and *
18 * limitations under the License. *
19 * *
20 *******************************************************************************/
21 
22 /*
23  * dacecontrib.h
24  *
25  * Created on: November 8, 2019
26  * Author: Alexander Wittig
27  */
28 
29 /*
30  This file contains all contributed routines to the DACE core.
31  It is never included publicly by DACE users or high level interfaces.
32 */
37 
39 #ifndef DINAMICA_DACECONTRIB_H_
40 #define DINAMICA_DACECONTRIB_H_
41 
42 double zeta_(const double x, const double q, unsigned int *err);
43 double dgamma_(const double *x);
44 double psi_(const double *x);
45 int ribesl_(double *x, double *alpha, long int *nb, long int *ize, double *b, long int *ncalc);
46 int rjbesl_(double *x, double *alpha, long int *nb, double *b, long int *ncalc);
47 int rkbesl_(double *x, double *alpha, long int *nb, long int *ize, double *b, long int *ncalc);
48 int rybesl_(double *x, double *alpha, long int *nb, double *b, long int *ncalc);
49 
51 
52 #endif /* DINAMICA_DACECONTRIB_H_ */