|
TBCI Numerical high perf. C++ Library
2.8.0
|
#include "tbci/cplx.h"#include "tbci/specfun.h"#include <iostream>
Go to the source code of this file.
Functions | |
| NAMESPACE_TBCI TBCI__ cplx < double > | hyper2geom1 (const TBCI__ cplx< double > a, const TBCI__ cplx< double > b, const TBCI__ cplx< double > c, const TBCI__ cplx< double > z) |
Definition in file hyper2geom1.cpp.
| NAMESPACE_TBCI TBCI__ cplx<double> hyper2geom1 | ( | const TBCI__ cplx< double > | a, |
| const TBCI__ cplx< double > | b, | ||
| const TBCI__ cplx< double > | c, | ||
| const TBCI__ cplx< double > | z | ||
| ) |
Hypergeometric function 2F1 for complex arguments 2F1 is the solution to the hypergeometric differential equation x(1-x)y" + (c-(1+a+b)x)y' - aby = 0 We just do a summation over the expansion (a_k b_k/c_k * z^k / k!) with a_k := a * (a+1) * ... * (a+k-1)
Definition at line 22 of file hyper2geom1.cpp.
1.8.5