Home
last modified time | relevance | path

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

/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A Drestrictors.hpp112 template<typename T> struct arma_cx_only { }; struct
114 template<> struct arma_cx_only< cx_float > { typedef cx_float result; }; struct
115 template<> struct arma_cx_only< cx_double > { typedef cx_double result; }; struct
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A Drestrictors.hpp112 template<typename T> struct arma_cx_only { }; struct
114 template<> struct arma_cx_only< cx_float > { typedef cx_float result; }; argument
115 template<> struct arma_cx_only< cx_double > { typedef cx_double result; }; struct