8 #include <xtensor/xtensor.hpp>
29 int d,
const xt::xtensor<double, 2>& x);
type
Cell type.
Definition: cell.h:19
Polynomials.
Definition: polynomials.h: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:15
xt::xtensor< double, 2 > tabulate(polynomials::type polytype, cell::type celltype, int d, const xt::xtensor< double, 2 > &x)
Definition: polynomials.cpp:12