dot-xx
A personal collection of small C++ modules
Loading...
Searching...
No Matches
dxx::math::vector_like Concept Referenceexport

Vector for which the element type is convertible to a target vector's type. More...

Concept definition

template<typename T, typename V>
&& std::convertible_to<RealOf<T>, RealOf<V>>
Vector for which the element type is convertible to a target vector's type.
Definition traits.xx:47
We can treat any input range as a vector.
Definition traits.xx:16
detail::RealOf< T >::Type RealOf
(Non-cv-qualified) Real type of the linalg type
Definition traits.xx:40

Detailed Description

Vector for which the element type is convertible to a target vector's type.