numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
gamma_lanczos.h File Reference

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"
+ Include dependency graph for gamma_lanczos.h:
+ This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Definition of gamma_lanczos class.

Definition in file gamma_lanczos.h.