Home Installation Demos C++ docs Python docs
Loading...
Searching...
No Matches
polynomials.h
std::pair< std::vector< T >, std::array< std::size_t, 2 > > tabulate(polynomials::type polytype, cell::type celltype, int d, MDSPAN_IMPL_STANDARD_NAMESPACE::mdspan< const T, MDSPAN_IMPL_STANDARD_NAMESPACE::dextents< std::size_t, 2 > > x)
Tabulate a set of polynomials.
Definition: polynomials.cpp:116
int dim(polynomials::type polytype, cell::type cell, int d)
Dimension of a polynomial space.
Definition: polynomials.cpp:141
type
Variants of a Lagrange space that can be created.
Definition: polynomials.h:19