7#ifndef GOOSEFEM_ASSERTIONS_H
8#define GOOSEFEM_ASSERTIONS_H
26 if (unique.size() != sorted.size()) {
30 return xt::all(xt::equal(unique, sorted));
xt::xtensor< T, N > tensor
Fixed (static) rank array.
Toolbox to perform finite element computations.
bool is_unique(const T &arg)
Returns true is a list is unique (has not duplicate items).