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