Sequoia
Loading...
Searching...
No Matches
sequoia::maths::inner_product_space Concept Reference

Concept definition

template<class V>
concept sequoia::maths::inner_product_space = vector_space<V> && has_inner_product_v<V>
Definition: Spaces.hpp:1412
concept for a vector space, which is a special case of a free module
Definition: Spaces.hpp:482