Home
last modified time | relevance | path

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

/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A Drestrictors.hpp185 template<typename T> struct arma_Mat_Col_Row_only { }; struct
187 template<typename eT> struct arma_Mat_Col_Row_only< Mat<eT> > { typedef Mat<eT> result; }; argument
188 template<typename eT> struct arma_Mat_Col_Row_only< Col<eT> > { typedef Col<eT> result; }; struct
189 template<typename eT> struct arma_Mat_Col_Row_only< Row<eT> > { typedef Row<eT> result; }; struct
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A Drestrictors.hpp185 template<typename T> struct arma_Mat_Col_Row_only { }; struct
187 template<typename eT> struct arma_Mat_Col_Row_only< Mat<eT> > { typedef Mat<eT> result; }; argument
188 template<typename eT> struct arma_Mat_Col_Row_only< Col<eT> > { typedef Col<eT> result; }; argument
189 template<typename eT> struct arma_Mat_Col_Row_only< Row<eT> > { typedef Row<eT> result; }; struct