8 #include <xtensor/xarray.hpp>
9 #include <xtensor/xtensor.hpp>
163 const xt::xarray<double>& x);
206 const xt::xarray<double>& x);
type
Cell type.
Definition: cell.h:19
Polynomial expansion sets.
Definition: polyset.h:124
xt::xtensor< double, 3 > tabulate(cell::type celltype, int d, int n, const xt::xarray< double > &x)
Definition: polyset.cpp:1197
int nderivs(cell::type cell, int d)
Definition: polyset.cpp:1232
int dim(cell::type cell, int d)
Definition: polyset.cpp:1207