Home
last modified time | relevance | path

Searched defs:scalar_traits (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/numeric/ublas/
Dtraits.hpp165 struct scalar_traits { struct
166 typedef scalar_traits<T> self_type;
167 typedef T value_type;
168 typedef const T &const_reference;
169 typedef T &reference;
171 typedef T real_type;
172 …f real_type precision_type; // we do not know what type has more precision then the real_type
174 static const unsigned plus_complexity = 1;
175 static const unsigned multiplies_complexity = 1;
179 real_type real (const_reference t) { in real()
[all …]
/third_party/boost/boost/qvm/
Dscalar_traits.hpp22 scalar_traits struct
27 value( int v ) in value()
/third_party/boost/libs/qvm/doc/
Dqvm.adoc469 [[scalar_traits]] anchor
494 [[deduce_scalar]]