DOLFINx 0.12.0.0
DOLFINx C++
Loading...
Searching...
No Matches
dolfinx::fem::MDSpan2Floating Concept Reference

Concept for a rank-2 mdspan of a floating-point type. More...

#include <traits.h>

Concept definition

template<class T, class U>
concept dolfinx::fem::MDSpan2Floating = std::floating_point<U> and dolfinx::MDSpanRank2<T>
and std::same_as<typename std::remove_cvref_t<T>::value_type, U>
mdspan/mdarray namespace
Definition types.h:60
Concept for a rank-2 mdspan of a floating-point type.
Definition traits.h:73

Detailed Description

Concept for a rank-2 mdspan of a floating-point type.

The extents may be static or dynamic.