Home
last modified time | relevance | path

Searched refs:op_sort_index (Results 1 – 6 of 6) sorted by relevance

/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A Dfn_sort_index.hpp27 const mtOp<uword,T1,op_sort_index>
35 return mtOp<uword,T1,op_sort_index>(X.get_ref(), uword(0), uword(0)); in sort_index()
47 const mtOp<uword,T1,op_sort_index>
61 return mtOp<uword,T1,op_sort_index>(X, ((sig == 'a') ? uword(0) : uword(1)), uword(0)); in sort_index()
H A Dop_sort_index_meat.hpp119 op_sort_index::apply_noalias(Mat<uword>& out, const Proxy<T1>& P, const uword sort_type) in apply_noalias()
131 op_sort_index::apply(Mat<uword>& out, const mtOp<uword,T1,op_sort_index>& in) in apply()
147 all_non_nan = op_sort_index::apply_noalias(out2, P, sort_type); in apply()
153 all_non_nan = op_sort_index::apply_noalias(out, P, sort_type); in apply()
H A Dop_sort_index_bones.hpp24 class op_sort_index class
33 static inline void apply(Mat<uword>& out, const mtOp<uword,T1,op_sort_index>& in);
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A Dfn_sort_index.hpp27 const mtOp<uword,T1,op_sort_index>
35 return mtOp<uword,T1,op_sort_index>(X.get_ref(), uword(0), uword(0)); in sort_index()
47 const mtOp<uword,T1,op_sort_index>
61 return mtOp<uword,T1,op_sort_index>(X, ((sig == 'a') ? uword(0) : uword(1)), uword(0)); in sort_index()
H A Dop_sort_index_meat.hpp119 op_sort_index::apply_noalias(Mat<uword>& out, const Proxy<T1>& P, const uword sort_type) in apply_noalias()
131 op_sort_index::apply(Mat<uword>& out, const mtOp<uword,T1,op_sort_index>& in) in apply()
147 all_non_nan = op_sort_index::apply_noalias(out2, P, sort_type); in apply()
153 all_non_nan = op_sort_index::apply_noalias(out, P, sort_type); in apply()
H A Dop_sort_index_bones.hpp24 class op_sort_index class
33 static inline void apply(Mat<uword>& out, const mtOp<uword,T1,op_sort_index>& in);