Reference documentation for deal.II version 9.5.0
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
polynomial.h File Reference
#include <deal.II/base/config.h>
#include <deal.II/base/exceptions.h>
#include <deal.II/base/point.h>
#include <deal.II/base/subscriptor.h>
#include <array>
#include <limits>
#include <memory>
#include <vector>

Go to the source code of this file.

Classes

class  Polynomials::Polynomial< number >
 
class  Polynomials::Monomial< number >
 
class  Polynomials::LagrangeEquidistant
 
class  Polynomials::Legendre
 
class  Polynomials::Lobatto
 
class  Polynomials::Hierarchical
 
class  Polynomials::HermiteInterpolation
 
class  Polynomials::HermiteLikeInterpolation
 

Namespaces

namespace  Polynomials
 

Functions

std::vector< Polynomial< double > > Polynomials::generate_complete_Lagrange_basis (const std::vector< Point< 1 > > &points)
 
template<typename Number >
Number Polynomials::jacobi_polynomial_value (const unsigned int degree, const int alpha, const int beta, const Number x)
 
template<typename Number >
std::vector< Number > Polynomials::jacobi_polynomial_roots (const unsigned int degree, const int alpha, const int beta)