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

Definition of legendre function. More...

+ Include dependency graph for legendre.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  num_collect
 Namespace of num_collect source codes.
 
namespace  num_collect::functions
 Namespace of special functions.
 

Functions

template<base::concepts::real_scalar F, base::concepts::integral I>
constexpr auto num_collect::functions::legendre (F x, I n) -> F
 Calculate Legendre function.
 
template<base::concepts::real_scalar F, base::concepts::integral I>
constexpr auto num_collect::functions::legendre_with_diff (F x, I n) -> std::pair< F, F >
 Calculate Legendre function and its differential coefficient.
 

Detailed Description

Definition of legendre function.

Definition in file legendre.h.