Skip to content

Implementation of polygamma in c++

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

davidv1992/SpecialFunctions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages