geomc 1.0
A c++ linear algebra template library
Loading...
Searching...
No Matches
geom::NDimensional Concept Reference

Concept definition

template<typename Obj, typename T, index_t N>
std::same_as<typename Obj::elem_t, T> and
Obj::N == N
Concept for an object or operation that exists in a certain dimension with a certain coordinate type.
Definition LinalgTypes.h:338
Definition LinalgTypes.h:345