Home
last modified time | relevance | path

Searched refs:SpOp (Results 1 – 25 of 139) sorted by relevance

123456

/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A Dspop_misc_bones.hpp51 inline static void apply(SpMat<typename T1::elem_type>& out, const SpOp<T1, spop_square>& in);
62 inline static void apply(SpMat<typename T1::elem_type>& out, const SpOp<T1, spop_sqrt>& in);
73 inline static void apply(SpMat<typename T1::elem_type>& out, const SpOp<T1, spop_abs>& in);
95 inline static void apply(SpMat<typename T1::elem_type>& out, const SpOp<T1, spop_arg>& in);
139 inline static void apply(SpMat<typename T1::elem_type>& out, const SpOp<T1, spop_conj>& in);
172 inline static void apply(SpMat<typename T1::elem_type>& out, const SpOp<T1, spop_resize>& in);
183 inline static void apply(SpMat<typename T1::elem_type>& out, const SpOp<T1, spop_floor>& in);
194 inline static void apply(SpMat<typename T1::elem_type>& out, const SpOp<T1, spop_ceil>& in);
205 inline static void apply(SpMat<typename T1::elem_type>& out, const SpOp<T1, spop_round>& in);
216 inline static void apply(SpMat<typename T1::elem_type>& out, const SpOp<T1, spop_trunc>& in);
[all …]
H A DSpOp_meat.hpp26 SpOp<T1, op_type>::SpOp(const T1& in_m) in SpOp() function in SpOp
36 SpOp<T1, op_type>::SpOp(const T1& in_m, const typename T1::elem_type in_aux) in SpOp() function in SpOp
47 SpOp<T1, op_type>::SpOp(const T1& in_m, const uword in_aux_uword_a, const uword in_aux_uword_b) in SpOp() function in SpOp
59 SpOp<T1, op_type>::~SpOp() in ~SpOp()
69 SpOp<T1, op_type>::is_alias(const SpMat<typename T1::elem_type>& X) const in is_alias()
H A DSpOp_bones.hpp25 class SpOp : public SpBase< typename T1::elem_type, SpOp<T1, op_type> > class
36 inline explicit SpOp(const T1& in_m);
37 inline SpOp(const T1& in_m, const elem_type in_aux);
38 inline SpOp(const T1& in_m, const uword in_aux_uword_a, const uword in_aux_uword_b);
39 inline ~SpOp();
H A Dfn_symmat.hpp84 typename enable_if2< is_cx<typename T1::elem_type>::no, const SpOp<T1, spop_symmat> >::result
90 return SpOp<T1, spop_symmat>(X.get_ref(), 0, 0); in symmatu()
98 typename enable_if2< is_cx<typename T1::elem_type>::no, const SpOp<T1, spop_symmat> >::result
104 return SpOp<T1, spop_symmat>(X.get_ref(), 1, 0); in symmatl()
112 typename enable_if2< is_cx<typename T1::elem_type>::yes, const SpOp<T1, spop_symmat_cx> >::result
117 return SpOp<T1, spop_symmat_cx>(X.get_ref(), 0, (do_conj ? 1 : 0)); in symmatu()
125 typename enable_if2< is_cx<typename T1::elem_type>::yes, const SpOp<T1, spop_symmat_cx> >::result
130 return SpOp<T1, spop_symmat_cx>(X.get_ref(), 1, (do_conj ? 1 : 0)); in symmatl()
H A Dfn_trimat.hpp52 const SpOp<T1, spop_trimat>
57 return SpOp<T1, spop_trimat>(X.get_ref(), 0, 0); in trimatu()
65 const SpOp<T1, spop_trimat>
70 return SpOp<T1, spop_trimat>(X.get_ref(), 1, 0); in trimatl()
114 const SpOp<T1, spop_trimatu_ext>
122 return SpOp<T1, spop_trimatu_ext>(X.get_ref(), row_offset, col_offset); in trimatu()
130 const SpOp<T1, spop_trimatl_ext>
138 return SpOp<T1, spop_trimatl_ext>(X.get_ref(), row_offset, col_offset); in trimatl()
H A Dspop_misc_meat.hpp117 spop_square::apply(SpMat<typename T1::elem_type>& out, const SpOp<T1,spop_square>& in) in apply()
140 spop_sqrt::apply(SpMat<typename T1::elem_type>& out, const SpOp<T1,spop_sqrt>& in) in apply()
163 spop_abs::apply(SpMat<typename T1::elem_type>& out, const SpOp<T1,spop_abs>& in) in apply()
209 spop_arg::apply(SpMat<typename T1::elem_type>& out, const SpOp<T1,spop_arg>& in) in apply()
301 spop_conj::apply(SpMat<typename T1::elem_type>& out, const SpOp<T1,spop_conj>& in) in apply()
409 spop_floor::apply(SpMat<typename T1::elem_type>& out, const SpOp<T1,spop_floor>& in) in apply()
432 spop_ceil::apply(SpMat<typename T1::elem_type>& out, const SpOp<T1,spop_ceil>& in) in apply()
455 spop_round::apply(SpMat<typename T1::elem_type>& out, const SpOp<T1,spop_round>& in) in apply()
478 spop_trunc::apply(SpMat<typename T1::elem_type>& out, const SpOp<T1,spop_trunc>& in) in apply()
501 spop_sign::apply(SpMat<typename T1::elem_type>& out, const SpOp<T1,spop_sign>& in) in apply()
[all …]
H A Dfn_flip.hpp53 const SpOp<T1, spop_flipud>
58 return SpOp<T1, spop_flipud>(X.get_ref()); in flipud()
66 const SpOp<T1, spop_fliplr>
71 return SpOp<T1, spop_fliplr>(X.get_ref()); in fliplr()
H A Dfn_trans.hpp66 const SpOp<T1, spop_htrans>
76 return SpOp<T1, spop_htrans>(X); in trans()
84 const SpOp<T1, spop_htrans>
94 return SpOp<T1, spop_htrans>(X); in htrans()
H A Dfn_vectorise.hpp83 const SpOp<T1, spop_vectorise_col>
89 return SpOp<T1, spop_vectorise_col>(X); in vectorise()
102 const SpOp<T1, spop_vectorise_all>
110 return SpOp<T1, spop_vectorise_all>(X, dim, 0); in vectorise()
H A Dfn_diagmat.hpp67 const SpOp<T1, spop_diagmat>
72 return SpOp<T1, spop_diagmat>(X.get_ref()); in diagmat()
80 const SpOp<T1, spop_diagmat2>
88 return SpOp<T1, spop_diagmat2>(X.get_ref(), row_offset, col_offset); in diagmat()
H A Dfn_strans.hpp73 const SpOp<T1, spop_strans>
85 return SpOp<T1, spop_strans>(X); in strans()
93 const SpOp<T1, spop_htrans>
105 return SpOp<T1, spop_htrans>(X); in strans()
H A DSpBase_bones.hpp57 inline arma_warn_unused const SpOp<derived,spop_htrans> t() const; //!< Hermitian transpose
58 inline arma_warn_unused const SpOp<derived,spop_htrans> ht() const; //!< Hermitian transpose
59 inline arma_warn_unused const SpOp<derived,spop_strans> st() const; //!< simple transpose
108 inline arma_warn_unused const SpOp<derived,spop_vectorise_col> as_col() const;
109 inline arma_warn_unused const SpOp<derived,spop_vectorise_row> as_row() const;
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A Dspop_misc_bones.hpp51 inline static void apply(SpMat<typename T1::elem_type>& out, const SpOp<T1, spop_square>& in);
62 inline static void apply(SpMat<typename T1::elem_type>& out, const SpOp<T1, spop_sqrt>& in);
73 inline static void apply(SpMat<typename T1::elem_type>& out, const SpOp<T1, spop_abs>& in);
95 inline static void apply(SpMat<typename T1::elem_type>& out, const SpOp<T1, spop_arg>& in);
139 inline static void apply(SpMat<typename T1::elem_type>& out, const SpOp<T1, spop_conj>& in);
172 inline static void apply(SpMat<typename T1::elem_type>& out, const SpOp<T1, spop_resize>& in);
183 inline static void apply(SpMat<typename T1::elem_type>& out, const SpOp<T1, spop_floor>& in);
194 inline static void apply(SpMat<typename T1::elem_type>& out, const SpOp<T1, spop_ceil>& in);
205 inline static void apply(SpMat<typename T1::elem_type>& out, const SpOp<T1, spop_round>& in);
216 inline static void apply(SpMat<typename T1::elem_type>& out, const SpOp<T1, spop_trunc>& in);
[all …]
H A DSpOp_meat.hpp26 SpOp<T1, op_type>::SpOp(const T1& in_m) in SpOp() function in SpOp
36 SpOp<T1, op_type>::SpOp(const T1& in_m, const typename T1::elem_type in_aux) in SpOp() function in SpOp
47 SpOp<T1, op_type>::SpOp(const T1& in_m, const uword in_aux_uword_a, const uword in_aux_uword_b) in SpOp() function in SpOp
59 SpOp<T1, op_type>::~SpOp() in ~SpOp()
69 SpOp<T1, op_type>::is_alias(const SpMat<typename T1::elem_type>& X) const in is_alias()
H A DSpOp_bones.hpp25 class SpOp : public SpBase< typename T1::elem_type, SpOp<T1, op_type> > class
36 inline explicit SpOp(const T1& in_m);
37 inline SpOp(const T1& in_m, const elem_type in_aux);
38 inline SpOp(const T1& in_m, const uword in_aux_uword_a, const uword in_aux_uword_b);
39 inline ~SpOp();
H A Dfn_symmat.hpp84 typename enable_if2< is_cx<typename T1::elem_type>::no, const SpOp<T1, spop_symmat> >::result
90 return SpOp<T1, spop_symmat>(X.get_ref(), 0, 0); in symmatu()
98 typename enable_if2< is_cx<typename T1::elem_type>::no, const SpOp<T1, spop_symmat> >::result
104 return SpOp<T1, spop_symmat>(X.get_ref(), 1, 0); in symmatl()
112 typename enable_if2< is_cx<typename T1::elem_type>::yes, const SpOp<T1, spop_symmat_cx> >::result
117 return SpOp<T1, spop_symmat_cx>(X.get_ref(), 0, (do_conj ? 1 : 0)); in symmatu()
125 typename enable_if2< is_cx<typename T1::elem_type>::yes, const SpOp<T1, spop_symmat_cx> >::result
130 return SpOp<T1, spop_symmat_cx>(X.get_ref(), 1, (do_conj ? 1 : 0)); in symmatl()
H A Dfn_trimat.hpp52 const SpOp<T1, spop_trimat>
57 return SpOp<T1, spop_trimat>(X.get_ref(), 0, 0); in trimatu()
65 const SpOp<T1, spop_trimat>
70 return SpOp<T1, spop_trimat>(X.get_ref(), 1, 0); in trimatl()
114 const SpOp<T1, spop_trimatu_ext>
122 return SpOp<T1, spop_trimatu_ext>(X.get_ref(), row_offset, col_offset); in trimatu()
130 const SpOp<T1, spop_trimatl_ext>
138 return SpOp<T1, spop_trimatl_ext>(X.get_ref(), row_offset, col_offset); in trimatl()
H A Dspop_misc_meat.hpp117 spop_square::apply(SpMat<typename T1::elem_type>& out, const SpOp<T1,spop_square>& in) in apply()
140 spop_sqrt::apply(SpMat<typename T1::elem_type>& out, const SpOp<T1,spop_sqrt>& in) in apply()
163 spop_abs::apply(SpMat<typename T1::elem_type>& out, const SpOp<T1,spop_abs>& in) in apply()
209 spop_arg::apply(SpMat<typename T1::elem_type>& out, const SpOp<T1,spop_arg>& in) in apply()
301 spop_conj::apply(SpMat<typename T1::elem_type>& out, const SpOp<T1,spop_conj>& in) in apply()
409 spop_floor::apply(SpMat<typename T1::elem_type>& out, const SpOp<T1,spop_floor>& in) in apply()
432 spop_ceil::apply(SpMat<typename T1::elem_type>& out, const SpOp<T1,spop_ceil>& in) in apply()
455 spop_round::apply(SpMat<typename T1::elem_type>& out, const SpOp<T1,spop_round>& in) in apply()
478 spop_trunc::apply(SpMat<typename T1::elem_type>& out, const SpOp<T1,spop_trunc>& in) in apply()
501 spop_sign::apply(SpMat<typename T1::elem_type>& out, const SpOp<T1,spop_sign>& in) in apply()
[all …]
H A Dfn_flip.hpp53 const SpOp<T1, spop_flipud>
58 return SpOp<T1, spop_flipud>(X.get_ref()); in flipud()
66 const SpOp<T1, spop_fliplr>
71 return SpOp<T1, spop_fliplr>(X.get_ref()); in fliplr()
H A Dfn_trans.hpp66 const SpOp<T1, spop_htrans>
76 return SpOp<T1, spop_htrans>(X); in trans()
84 const SpOp<T1, spop_htrans>
94 return SpOp<T1, spop_htrans>(X); in htrans()
H A Dfn_vectorise.hpp83 const SpOp<T1, spop_vectorise_col>
89 return SpOp<T1, spop_vectorise_col>(X); in vectorise()
102 const SpOp<T1, spop_vectorise_all>
110 return SpOp<T1, spop_vectorise_all>(X, dim, 0); in vectorise()
H A Dfn_diagmat.hpp67 const SpOp<T1, spop_diagmat>
72 return SpOp<T1, spop_diagmat>(X.get_ref()); in diagmat()
80 const SpOp<T1, spop_diagmat2>
88 return SpOp<T1, spop_diagmat2>(X.get_ref(), row_offset, col_offset); in diagmat()
H A Dfn_strans.hpp73 const SpOp<T1, spop_strans>
85 return SpOp<T1, spop_strans>(X); in strans()
93 const SpOp<T1, spop_htrans>
105 return SpOp<T1, spop_htrans>(X); in strans()
H A DSpBase_bones.hpp57 inline arma_warn_unused const SpOp<derived,spop_htrans> t() const; //!< Hermitian transpose
58 inline arma_warn_unused const SpOp<derived,spop_htrans> ht() const; //!< Hermitian transpose
59 inline arma_warn_unused const SpOp<derived,spop_strans> st() const; //!< simple transpose
108 inline arma_warn_unused const SpOp<derived,spop_vectorise_col> as_col() const;
109 inline arma_warn_unused const SpOp<derived,spop_vectorise_row> as_row() const;
/dports/comms/wsjtz/wsjtx/widgets/
H A Dlogqso.cpp156 using SpOp = Configuration::SpecialOperatingActivity; in initLogQSO() typedef
158 if (SpOp::FOX == special_op in initLogQSO()
160 && SpOp::NONE < special_op && special_op < SpOp::FOX)) in initLogQSO()
189 using SpOp = Configuration::SpecialOperatingActivity; in accept() typedef
192 if (special_op == SpOp::NA_VHF or special_op == SpOp::WW_DIGI) { in accept()
196 if ((special_op == SpOp::RTTY and xsent!="" and xrcvd!="")) { in accept()
214 if (SpOp::NONE < special_op && special_op < SpOp::FOX) in accept()

123456