Home
last modified time | relevance | path

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

/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A Dtraits.hpp140 struct is_Col struct
141 { static constexpr bool value = is_Col_fixed_only<T>::value; }; argument
144 struct is_Col< Col<eT> > struct
148 struct is_Col< const Col<eT> > struct
149 { static constexpr bool value = true; };
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A Dtraits.hpp140 struct is_Col struct
141 { static constexpr bool value = is_Col_fixed_only<T>::value; }; argument
144 struct is_Col< Col<eT> > struct
148 struct is_Col< const Col<eT> > struct
149 { static constexpr bool value = true; };