Home
last modified time | relevance | path

Searched refs:apply_proxy (Results 1 – 25 of 58) sorted by relevance

123

/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A Dop_vectorise_meat.hpp111 op_vectorise_col::apply_proxy(tmp, P); in apply_direct()
117 op_vectorise_col::apply_proxy(out, P); in apply_direct()
152 op_vectorise_col::apply_proxy(Mat<typename T1::elem_type>& out, const Proxy<T1>& P) in apply_proxy() function in op_vectorise_col
239 op_vectorise_row::apply_proxy(tmp, P); in apply_direct()
245 op_vectorise_row::apply_proxy(out, P); in apply_direct()
254 op_vectorise_row::apply_proxy(Mat<typename T1::elem_type>& out, const Proxy<T1>& P) in apply_proxy() function in op_vectorise_row
352 op_vectorise_cube_col::apply_proxy(out, in.m); in apply()
404 op_vectorise_cube_col::apply_proxy(Mat<typename T1::elem_type>& out, const T1& expr) in apply_proxy() function in op_vectorise_cube_col
H A Dop_vectorise_bones.hpp36 …template<typename T1> inline static void apply_proxy(Mat<typename T1::elem_type>& out, const Proxy…
50 …template<typename T1> inline static void apply_proxy(Mat<typename T1::elem_type>& out, const Proxy…
76 …template<typename T1> inline static void apply_proxy(Mat<typename T1::elem_type>& out, const T1& e…
H A Dop_dot_bones.hpp60 …arma_hot inline static typename arma_not_cx<typename T1::elem_type>::result apply_proxy(const Pro…
63 …arma_hot inline static typename arma_cx_only<typename T1::elem_type>::result apply_proxy(const Pro…
103 arma_hot inline static typename T1::elem_type apply_proxy (const T1& X, const T2& Y);
H A Dop_diagvec_bones.hpp33 inline static void apply_proxy(Mat<typename T1::elem_type>& out, const Proxy<T1>& P);
53 …inline static void apply_proxy(Mat<typename T1::elem_type>& out, const Proxy<T1>& P, const uword r…
H A Dspop_max_bones.hpp34 …inline static void apply_proxy(SpMat<typename T1::elem_type>& out, const SpProxy<T1>& p, const uwo…
48 …inline static void apply_proxy(SpMat<typename T1::elem_type>& out, const SpProxy<T1>& p, const uwo…
H A Dspop_min_bones.hpp34 …inline static void apply_proxy(SpMat<typename T1::elem_type>& out, const SpProxy<T1>& p, const uwo…
48 …inline static void apply_proxy(SpMat<typename T1::elem_type>& out, const SpProxy<T1>& p, const uwo…
H A Dop_diagvec_meat.hpp37 op_diagvec::apply_proxy(out, P); in apply()
43 op_diagvec::apply_proxy(tmp, P); in apply()
54 op_diagvec::apply_proxy(Mat<typename T1::elem_type>& out, const Proxy<T1>& P) in apply_proxy() function in op_diagvec
480 op_diagvec2::apply_proxy(out, P, row_offset, col_offset); in apply()
486 op_diagvec2::apply_proxy(tmp, P, row_offset, col_offset); in apply()
497 op_diagvec2::apply_proxy(Mat<typename T1::elem_type>& out, const Proxy<T1>& P, const uword row_offs… in apply_proxy() function in op_diagvec2
H A Dop_reshape_meat.hpp71 op_reshape::apply_proxy(Mat<typename T1::elem_type>& out, const Proxy<T1>& P, const uword in_n_rows… in apply_proxy() function in op_reshape
200 op_reshape::apply_proxy(tmp, P, in_n_rows, in_n_cols); in apply()
206 op_reshape::apply_proxy(out, P, in_n_rows, in_n_cols); in apply()
H A Dop_dot_meat.hpp262 return op_dot::apply_proxy(PA,PB); in apply()
272 op_dot::apply_proxy(const Proxy<T1>& PA, const Proxy<T2>& PB) in apply_proxy() function in op_dot
310 op_dot::apply_proxy(const Proxy<T1>& PA, const Proxy<T2>& PB) in apply_proxy() function in op_dot
484 return op_cdot::apply_proxy(X,Y); in apply()
517 op_cdot::apply_proxy(const T1& X, const T2& Y) in apply_proxy() function in op_cdot
H A Dspop_reverse_meat.hpp91 spop_reverse::apply_proxy(SpMat<typename T1::elem_type>& out, const T1& X, const uword dim) in apply_proxy() function in spop_reverse
179 spop_reverse::apply_proxy(out, in.m, dim); in apply()
H A Dspop_reverse_bones.hpp32 inline static void apply_proxy(SpMat<typename T1::elem_type>& out, const T1& X, const uword dim);
H A Dop_trimat_meat.hpp106 op_trimat::apply_proxy(tmp, P, upper); in apply()
112 op_trimat::apply_proxy(out, P, upper); in apply()
167 op_trimat::apply_proxy(Mat<typename T1::elem_type>& out, const Proxy<T1>& P, const bool upper) in apply_proxy() function in op_trimat
H A Dop_htrans_meat.hpp261 op_htrans::apply_proxy(Mat<typename T1::elem_type>& out, const Proxy<T1>& P) in apply_proxy() function in op_htrans
350 op_htrans::apply_proxy(tmp, P); in apply_direct()
356 op_htrans::apply_proxy(out, P); in apply_direct()
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A Dop_vectorise_meat.hpp111 op_vectorise_col::apply_proxy(tmp, P); in apply_direct()
117 op_vectorise_col::apply_proxy(out, P); in apply_direct()
152 op_vectorise_col::apply_proxy(Mat<typename T1::elem_type>& out, const Proxy<T1>& P) in apply_proxy() function in op_vectorise_col
239 op_vectorise_row::apply_proxy(tmp, P); in apply_direct()
245 op_vectorise_row::apply_proxy(out, P); in apply_direct()
254 op_vectorise_row::apply_proxy(Mat<typename T1::elem_type>& out, const Proxy<T1>& P) in apply_proxy() function in op_vectorise_row
352 op_vectorise_cube_col::apply_proxy(out, in.m); in apply()
404 op_vectorise_cube_col::apply_proxy(Mat<typename T1::elem_type>& out, const T1& expr) in apply_proxy() function in op_vectorise_cube_col
H A Dop_vectorise_bones.hpp36 …template<typename T1> inline static void apply_proxy(Mat<typename T1::elem_type>& out, const Proxy…
50 …template<typename T1> inline static void apply_proxy(Mat<typename T1::elem_type>& out, const Proxy…
76 …template<typename T1> inline static void apply_proxy(Mat<typename T1::elem_type>& out, const T1& e…
H A Dop_dot_bones.hpp60 …arma_hot inline static typename arma_not_cx<typename T1::elem_type>::result apply_proxy(const Pro…
63 …arma_hot inline static typename arma_cx_only<typename T1::elem_type>::result apply_proxy(const Pro…
103 arma_hot inline static typename T1::elem_type apply_proxy (const T1& X, const T2& Y);
H A Dop_diagvec_bones.hpp33 inline static void apply_proxy(Mat<typename T1::elem_type>& out, const Proxy<T1>& P);
53 …inline static void apply_proxy(Mat<typename T1::elem_type>& out, const Proxy<T1>& P, const uword r…
H A Dspop_min_bones.hpp34 …inline static void apply_proxy(SpMat<typename T1::elem_type>& out, const SpProxy<T1>& p, const uwo…
48 …inline static void apply_proxy(SpMat<typename T1::elem_type>& out, const SpProxy<T1>& p, const uwo…
H A Dspop_max_bones.hpp34 …inline static void apply_proxy(SpMat<typename T1::elem_type>& out, const SpProxy<T1>& p, const uwo…
48 …inline static void apply_proxy(SpMat<typename T1::elem_type>& out, const SpProxy<T1>& p, const uwo…
H A Dop_diagvec_meat.hpp37 op_diagvec::apply_proxy(out, P); in apply()
43 op_diagvec::apply_proxy(tmp, P); in apply()
54 op_diagvec::apply_proxy(Mat<typename T1::elem_type>& out, const Proxy<T1>& P) in apply_proxy() function in op_diagvec
480 op_diagvec2::apply_proxy(out, P, row_offset, col_offset); in apply()
486 op_diagvec2::apply_proxy(tmp, P, row_offset, col_offset); in apply()
497 op_diagvec2::apply_proxy(Mat<typename T1::elem_type>& out, const Proxy<T1>& P, const uword row_offs… in apply_proxy() function in op_diagvec2
H A Dop_reshape_meat.hpp71 op_reshape::apply_proxy(Mat<typename T1::elem_type>& out, const Proxy<T1>& P, const uword in_n_rows… in apply_proxy() function in op_reshape
200 op_reshape::apply_proxy(tmp, P, in_n_rows, in_n_cols); in apply()
206 op_reshape::apply_proxy(out, P, in_n_rows, in_n_cols); in apply()
H A Dop_dot_meat.hpp262 return op_dot::apply_proxy(PA,PB); in apply()
272 op_dot::apply_proxy(const Proxy<T1>& PA, const Proxy<T2>& PB) in apply_proxy() function in op_dot
310 op_dot::apply_proxy(const Proxy<T1>& PA, const Proxy<T2>& PB) in apply_proxy() function in op_dot
484 return op_cdot::apply_proxy(X,Y); in apply()
517 op_cdot::apply_proxy(const T1& X, const T2& Y) in apply_proxy() function in op_cdot
H A Dspop_reverse_meat.hpp91 spop_reverse::apply_proxy(SpMat<typename T1::elem_type>& out, const T1& X, const uword dim) in apply_proxy() function in spop_reverse
179 spop_reverse::apply_proxy(out, in.m, dim); in apply()
H A Dspop_reverse_bones.hpp32 inline static void apply_proxy(SpMat<typename T1::elem_type>& out, const T1& X, const uword dim);
H A Dop_trimat_meat.hpp106 op_trimat::apply_proxy(tmp, P, upper); in apply()
112 op_trimat::apply_proxy(out, P, upper); in apply()
167 op_trimat::apply_proxy(Mat<typename T1::elem_type>& out, const Proxy<T1>& P, const bool upper) in apply_proxy() function in op_trimat

123