numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
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_type | num_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_type | num_collect::functions::legendre_roots< T > | inline |
root(index_type i) const -> variable_type | num_collect::functions::legendre_roots< T > | inline |
roots_ | num_collect::functions::legendre_roots< T > | private |
size() const noexcept -> index_type | num_collect::functions::legendre_roots< T > | inline |
variable_type typedef | num_collect::functions::legendre_roots< T > |