ndarray
NumPy-friendly multidimensional arrays in C++
Loading...
Searching...
No Matches
ndarray::NumericTraits< T, U, is_complex, is_arithmetic > Class Template Reference

Numeric type traits. More...

#include <types.h>

Detailed Description

template<typename T, typename U = typename boost::remove_const<T>::type, typename is_complex = typename boost::is_complex<U>::type, typename is_arithmetic = typename boost::is_arithmetic<U>::type>
class ndarray::NumericTraits< T, U, is_complex, is_arithmetic >

Numeric type traits.

Defines Real and Complex versions of numeric types, along with priority values to aid in type promotion.


The documentation for this class was generated from the following file: