8 #include <xtensor/xarray.hpp>
9 #include <xtensor/xtensor.hpp>
30 int d,
const xt::xarray<double>& x);
type
Cell type.
Definition: cell.h:19
Polynomials.
Definition: polynomials.h:13
xt::xtensor< double, 2 > tabulate(polynomials::type polytype, cell::type celltype, int d, const xt::xarray< double > &x)
Definition: polynomials.cpp:12
int dim(polynomials::type polytype, cell::type cell, int d)
Definition: polynomials.cpp:26
type
An enum defining the variants of a Lagrange space that can be created.
Definition: polynomials.h:16