-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathreadme.txt
51 lines (38 loc) · 1.86 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Boost.Math
==========
--------------------------------------------------------
General Information
--------------------------------------------------------
This is a partial Boost.Math area for:
* Generalized hypergeometric functions
* This work is under construction for the 2014 Google Summer of Code
--------------------------------------------------------
Author information
--------------------------------------------------------
Project Developer: Antion Bikineev
Project Mentor : Christopher Kormanyos
Project Advisors : Paul Bristow and John Maddock
--------------------------------------------------------
Project details
--------------------------------------------------------
This project is intended to add several new files to the existing
file structure of Boost.Math. These new files contain implementations
of generalized hypergeometric functions in different parameter ranges.
This project has a strong research character. The effort of finding
practical methods for computing hypergeometric functions is just
as significant (or even more so) than the effort required for producing
corresponding implementations in code.
Upon successful completion of this project, some or all of the
candidate files in this project may potentially be merged to and/or
included in Boost.Math.
The computational methods found should be documented.
--------------------------------------------------------
Using this project with Boost
--------------------------------------------------------
The files in this project can be used with an existing Boost
installation or with a development copy of modular-boost.
The way to use these files with an existing Boost installation
or modular-boost is to include the base directory of this project
in the normal "C++ way". The added include path of this project
should be placed *before* the include path of the Boost installation
or modular-boost.