-
Notifications
You must be signed in to change notification settings - Fork 0
Implementation of polygamma in c++
License
Unknown, GPL-3.0 licenses found
Licenses found
Unknown
LICENSE
GPL-3.0
COPYING
davidv1992/SpecialFunctions
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a small c++ library containing a complex-number capable implementation of the polygamma function. It's primary interface is the function template<T> std::complex<T> pGamma(int m, std::complex<T> z) which calculates the m-th derivative of the diGamma function, at point z. The library can be used by simply including the polygamma.hpp header. The test.cpp program calculates a number of test values for use in testing the implementation.
About
Implementation of polygamma in c++
Resources
License
Unknown, GPL-3.0 licenses found
Licenses found
Unknown
LICENSE
GPL-3.0
COPYING
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published