Home
last modified time | relevance | path

Searched refs:apply_unwrap (Results 1 – 16 of 16) sorted by relevance

/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A Dop_reshape_meat.hpp28 op_reshape::apply_unwrap(Mat<eT>& out, const Mat<eT>& A, const uword in_n_rows, const uword in_n_co… in apply_unwrap() function in op_reshape
169 op_reshape::apply_unwrap(out, U.M, in_n_rows, in_n_cols); in apply()
185 op_reshape::apply_unwrap(tmp, U.M, in_n_rows, in_n_cols); in apply()
191 op_reshape::apply_unwrap(out, U.M, in_n_rows, in_n_cols); in apply()
H A Dop_trimat_meat.hpp75 op_trimat::apply_unwrap(out, U.M, upper); in apply()
91 op_trimat::apply_unwrap(tmp, U.M, upper); in apply()
97 op_trimat::apply_unwrap(out, U.M, upper); in apply()
123 op_trimat::apply_unwrap(Mat<eT>& out, const Mat<eT>& A, const bool upper) in apply_unwrap() function in op_trimat
H A Dop_vectorise_meat.hpp348 op_vectorise_cube_col::apply_unwrap(out, in.m); in apply()
388 op_vectorise_cube_col::apply_unwrap(Mat<typename T1::elem_type>& out, const T1& expr) in apply_unwrap() function in op_vectorise_cube_col
414 op_vectorise_cube_col::apply_unwrap(out, P.Q); in apply_proxy()
H A Dop_reshape_bones.hpp30 …template<typename eT> inline static void apply_unwrap(Mat<eT>& out, const Mat<…
H A Dop_trimat_bones.hpp40 inline static void apply_unwrap(Mat<eT>& out, const Mat<eT>& A, const bool upper);
H A Dop_vectorise_bones.hpp74 …template<typename T1> inline static void apply_unwrap(Mat<typename T1::elem_type>& out, const T1& …
H A Dop_dot_meat.hpp480 return op_cdot::apply_unwrap(X,Y); in apply()
494 op_cdot::apply_unwrap(const T1& X, const T2& Y) in apply_unwrap() function in op_cdot
563 return op_cdot::apply_unwrap( X, Y ); in apply_proxy()
H A Dop_dot_bones.hpp100 arma_hot inline static typename T1::elem_type apply_unwrap(const T1& X, const T2& Y);
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A Dop_reshape_meat.hpp28 op_reshape::apply_unwrap(Mat<eT>& out, const Mat<eT>& A, const uword in_n_rows, const uword in_n_co… in apply_unwrap() function in op_reshape
169 op_reshape::apply_unwrap(out, U.M, in_n_rows, in_n_cols); in apply()
185 op_reshape::apply_unwrap(tmp, U.M, in_n_rows, in_n_cols); in apply()
191 op_reshape::apply_unwrap(out, U.M, in_n_rows, in_n_cols); in apply()
H A Dop_trimat_meat.hpp75 op_trimat::apply_unwrap(out, U.M, upper); in apply()
91 op_trimat::apply_unwrap(tmp, U.M, upper); in apply()
97 op_trimat::apply_unwrap(out, U.M, upper); in apply()
123 op_trimat::apply_unwrap(Mat<eT>& out, const Mat<eT>& A, const bool upper) in apply_unwrap() function in op_trimat
H A Dop_vectorise_meat.hpp348 op_vectorise_cube_col::apply_unwrap(out, in.m); in apply()
388 op_vectorise_cube_col::apply_unwrap(Mat<typename T1::elem_type>& out, const T1& expr) in apply_unwrap() function in op_vectorise_cube_col
414 op_vectorise_cube_col::apply_unwrap(out, P.Q); in apply_proxy()
H A Dop_reshape_bones.hpp30 …template<typename eT> inline static void apply_unwrap(Mat<eT>& out, const Mat<…
H A Dop_trimat_bones.hpp40 inline static void apply_unwrap(Mat<eT>& out, const Mat<eT>& A, const bool upper);
H A Dop_vectorise_bones.hpp74 …template<typename T1> inline static void apply_unwrap(Mat<typename T1::elem_type>& out, const T1& …
H A Dop_dot_meat.hpp480 return op_cdot::apply_unwrap(X,Y); in apply()
494 op_cdot::apply_unwrap(const T1& X, const T2& Y) in apply_unwrap() function in op_cdot
563 return op_cdot::apply_unwrap( X, Y ); in apply_proxy()
H A Dop_dot_bones.hpp100 arma_hot inline static typename T1::elem_type apply_unwrap(const T1& X, const T2& Y);