dot-xx
A personal collection of small C++ modules
Loading...
Searching...
No Matches
dxx::math::vector Concept Reference
export
module
dxx.math.linalg
We can treat any input range as a vector.
More...
Concept definition
template
<
typename
T>
concept
dxx::math::vector
= std::ranges::input_range<T>
dxx::math::vector
We can treat any input range as a vector.
Definition
traits.xx:16
Detailed Description
We can treat any input range as a vector.
dxx
math
vector
Generated by
1.14.0