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

Definition of legendre_roots function. More...

+ Include dependency graph for legendre_roots.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::legendre_for_newton< T >
 Class of Legendre function to use with num_collect::roots::newton_raphson class. More...
 
class  num_collect::functions::legendre_roots< T >
 Class of roots of Legendre function. 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 legendre_roots function.

Definition in file legendre_roots.h.