Home
last modified time | relevance | path

Searched refs:Base_extra (Results 1 – 2 of 2) sorted by relevance

/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A DBase_bones.hpp41 struct Base_extra {}; struct
44 struct Base_extra<elem_type, derived, true> { typedef Base_extra_yes<elem_type, derived> result; }; argument
47 struct Base_extra<elem_type, derived, false> { typedef Base_extra_no<elem_type, derived> result; }; struct
112 : public Base_extra<elem_type, derived, is_supported_blas_type<elem_type>::value>::result
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A DBase_bones.hpp41 struct Base_extra {}; struct
44 struct Base_extra<elem_type, derived, true> { typedef Base_extra_yes<elem_type, derived> result; }; argument
47 struct Base_extra<elem_type, derived, false> { typedef Base_extra_no<elem_type, derived> result; }; struct
112 : public Base_extra<elem_type, derived, is_supported_blas_type<elem_type>::value>::result