numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
num_collect::functions::legendre_roots< T > Member List

This is the complete list of members for num_collect::functions::legendre_roots< T >, including all inherited members.

compute(index_type degree)num_collect::functions::legendre_roots< T >inline
degree() const noexcept -> index_typenum_collect::functions::legendre_roots< T >inline
degree_num_collect::functions::legendre_roots< T >private
legendre_roots(index_type degree=0)num_collect::functions::legendre_roots< T >inlineexplicit
operator[](index_type i) const -> variable_typenum_collect::functions::legendre_roots< T >inline
root(index_type i) const -> variable_typenum_collect::functions::legendre_roots< T >inline
roots_num_collect::functions::legendre_roots< T >private
size() const noexcept -> index_typenum_collect::functions::legendre_roots< T >inline
variable_type typedefnum_collect::functions::legendre_roots< T >