numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of gamma_lanczos class. More...
#include <array>
#include <cmath>
#include <complex>
#include <cstddef>
#include <type_traits>
#include "num_collect/base/concepts/real_scalar.h"
#include "num_collect/constants/half.h"
Go to the source code of this file.
Classes | |
class | num_collect::functions::impl::gamma_lanczos< Real > |
Class to calculate gamma function using approximation derived by Lanczos [20]. More... | |
Namespaces | |
namespace | num_collect |
Namespace of num_collect source codes. | |
namespace | num_collect::functions |
Namespace of special functions. | |
namespace | num_collect::functions::impl |
Namespace of internal implementations. | |
Definition of gamma_lanczos class.
Definition in file gamma_lanczos.h.