Home
last modified time | relevance | path

Searched defs:arma_integral_only (Results 1 – 2 of 2) sorted by relevance

/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A Drestrictors.hpp48 template<typename T> struct arma_integral_only { }; struct
50 template<> struct arma_integral_only< u8 > { typedef u8 result; }; argument
51 template<> struct arma_integral_only< s8 > { typedef s8 result; }; argument
52 template<> struct arma_integral_only< u16 > { typedef u16 result; }; argument
53 template<> struct arma_integral_only< s16 > { typedef s16 result; }; struct
54 template<> struct arma_integral_only< u32 > { typedef u32 result; }; struct
55 template<> struct arma_integral_only< s32 > { typedef s32 result; }; argument
56 template<> struct arma_integral_only< u64 > { typedef u64 result; }; struct
57 template<> struct arma_integral_only< s64 > { typedef s64 result; }; argument
58 template<> struct arma_integral_only< ulng_t > { typedef ulng_t result; }; argument
[all …]
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A Drestrictors.hpp48 template<typename T> struct arma_integral_only { }; struct
50 template<> struct arma_integral_only< u8 > { typedef u8 result; }; argument
51 template<> struct arma_integral_only< s8 > { typedef s8 result; }; argument
52 template<> struct arma_integral_only< u16 > { typedef u16 result; }; struct
53 template<> struct arma_integral_only< s16 > { typedef s16 result; }; struct
54 template<> struct arma_integral_only< u32 > { typedef u32 result; }; struct
55 template<> struct arma_integral_only< s32 > { typedef s32 result; }; argument
56 template<> struct arma_integral_only< u64 > { typedef u64 result; }; struct
57 template<> struct arma_integral_only< s64 > { typedef s64 result; }; struct
58 template<> struct arma_integral_only< ulng_t > { typedef ulng_t result; }; struct
[all …]