32 template <std::
floating_po
int T>
33 std::pair<std::vector<T>, std::array<std::size_t, 2>>
35 MDSPAN_IMPL_STANDARD_NAMESPACE::mdspan<
36 const T, MDSPAN_IMPL_STANDARD_NAMESPACE::dextents<std::size_t, 2>>
type
Cell type.
Definition: cell.h:21
Polynomials.
Definition: polynomials.h:16
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