Home
last modified time | relevance | path

Searched defs:elem_type (Results 1 – 25 of 1910) sorted by relevance

12345678910>>...77

/dports/math/gambit/gambit-16.0.1/src/labenski/include/wx/wxthings/
H A Dmedsort.h59 #define DECLARE_QUICK_SELECT( name, elem_type ) \ argument
62 #define DEFINE_QUICK_SELECT( name, elem_type ) \ argument
66 #define IMPLEMENT_QUICK_SELECT(elem_type, arr, n, median) \ argument
142 #define DECLARE_WIRTHS_MEDIAN( name, elem_type ) \ argument
145 #define DEFINE_WIRTHS_MEDIAN( name, elem_type ) \ argument
149 #define IMPLEMENT_WIRTHS_MEDIAN(elem_type, arr, n, median) \ argument
153 #define DECLARE_WIRTHS_KTH_SMALLEST( name, elem_type ) \ argument
156 #define DEFINE_WIRTHS_KTH_SMALLEST( name, elem_type ) \ argument
160 #define IMPLEMENT_WIRTHS_KTH_SMALLEST(elem_type, arr, n, k, ksmallest) \ argument
197 #define DECLARE_TORBEN_MEDIAN( name, elem_type ) \ argument
[all …]
/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A Dfn_wishrnd.hpp33 wishrnd(const Base<typename T1::elem_type, T1>& S, typename T1::elem_type df) in wishrnd()
51 wishrnd(const Base<typename T1::elem_type, T1>& S, typename T1::elem_type df, const Base<typename T… in wishrnd()
69 wishrnd(Mat<typename T1::elem_type>& W, const Base<typename T1::elem_type, T1>& S, typename T1::ele… in wishrnd()
94 wishrnd(Mat<typename T1::elem_type>& W, const Base<typename T1::elem_type, T1>& S, typename T1::ele… in wishrnd()
125 iwishrnd(const Base<typename T1::elem_type, T1>& T, typename T1::elem_type df) in iwishrnd()
143 iwishrnd(const Base<typename T1::elem_type, T1>& T, typename T1::elem_type df, const Base<typename … in iwishrnd()
161 iwishrnd(Mat<typename T1::elem_type>& W, const Base<typename T1::elem_type, T1>& T, typename T1::el… in iwishrnd()
186 iwishrnd(Mat<typename T1::elem_type>& W, const Base<typename T1::elem_type, T1>& T, typename T1::el… in iwishrnd()
H A Dfn_trig.hpp57 cos(const BaseCube<typename T1::elem_type,T1>& A) in cos()
86 acos(const BaseCube<typename T1::elem_type,T1>& A) in acos()
115 cosh(const BaseCube<typename T1::elem_type,T1>& A) in cosh()
144 acosh(const BaseCube<typename T1::elem_type,T1>& A) in acosh()
173 sin(const BaseCube<typename T1::elem_type,T1>& A) in sin()
202 asin(const BaseCube<typename T1::elem_type,T1>& A) in asin()
231 sinh(const BaseCube<typename T1::elem_type,T1>& A) in sinh()
289 tan(const BaseCube<typename T1::elem_type,T1>& A) in tan()
318 atan(const BaseCube<typename T1::elem_type,T1>& A) in atan()
450 atan2(const BaseCube<typename T1::elem_type,T1>& Y, const BaseCube<typename T1::elem_type,T2>& X) in atan2()
[all …]
H A Dfn_sylvester.hpp30 const Base<typename T1::elem_type,T1>& in_A, in syl()
68 const Base<typename T1::elem_type,T1>& in_A, in sylvester()
86 const Base<typename T1::elem_type,T1>& in_A, in syl()
126 const Base<typename T1::elem_type,T1>& in_A, in sylvester()
H A Dfn_mvnrnd.hpp33 mvnrnd(const Base<typename T1::elem_type, T1>& M, const Base<typename T1::elem_type, T2>& C) in mvnrnd()
51 mvnrnd(const Base<typename T1::elem_type, T1>& M, const Base<typename T1::elem_type, T2>& C, const … in mvnrnd()
68 mvnrnd(Mat<typename T1::elem_type>& out, const Base<typename T1::elem_type, T1>& M, const Base<type… in mvnrnd()
93 mvnrnd(Mat<typename T1::elem_type>& out, const Base<typename T1::elem_type, T1>& M, const Base<type… in mvnrnd()
H A Dfn_symmat.hpp27 symmatu(const Base<typename T1::elem_type,T1>& X, const bool do_conj = false) in symmatu()
41 symmatl(const Base<typename T1::elem_type,T1>& X, const bool do_conj = false) in symmatl()
55 symmatu(const Base<typename T1::elem_type,T1>& X, const bool do_conj = true) in symmatu()
68 symmatl(const Base<typename T1::elem_type,T1>& X, const bool do_conj = true) in symmatl()
85 symmatu(const SpBase<typename T1::elem_type,T1>& X, const bool do_conj = false) in symmatu()
99 symmatl(const SpBase<typename T1::elem_type,T1>& X, const bool do_conj = false) in symmatl()
113 symmatu(const SpBase<typename T1::elem_type,T1>& X, const bool do_conj = true) in symmatu()
126 symmatl(const SpBase<typename T1::elem_type,T1>& X, const bool do_conj = true) in symmatl()
H A Dfn_elem.hpp211 log(const BaseCube<typename T1::elem_type,T1>& A) in log()
240 log2(const BaseCube<typename T1::elem_type,T1>& A) in log2()
269 log10(const BaseCube<typename T1::elem_type,T1>& A) in log10()
298 log1p(const BaseCube<typename T1::elem_type,T1>& A) in log1p()
327 exp(const BaseCube<typename T1::elem_type,T1>& A) in exp()
355 exp2(const BaseCube<typename T1::elem_type,T1>& A) in exp2()
671 sqrt(const SpBase<typename T1::elem_type,T1>& A) in sqrt()
854 floor(const SpBase<typename T1::elem_type,T1>& X) in floor()
896 ceil(const SpBase<typename T1::elem_type,T1>& X) in ceil()
938 round(const SpBase<typename T1::elem_type,T1>& X) in round()
[all …]
H A Dfn_eig_pair.hpp29 const Base<typename T1::elem_type, T1>& A_expr, in eig_pair()
56 eig_pair in eig_pair()
85 eig_pair in eig_pair()
114 eig_pair in eig_pair()
H A Dfn_trimat.hpp27 trimatu(const Base<typename T1::elem_type,T1>& X) in trimatu()
40 trimatl(const Base<typename T1::elem_type,T1>& X) in trimatl()
53 trimatu(const SpBase<typename T1::elem_type,T1>& X) in trimatu()
66 trimatl(const SpBase<typename T1::elem_type,T1>& X) in trimatl()
83 trimatl(const Base<typename T1::elem_type,T1>& X, const sword k) in trimatl()
99 trimatu(const Base<typename T1::elem_type,T1>& X, const sword k) in trimatu()
115 trimatu(const SpBase<typename T1::elem_type,T1>& X, const sword k) in trimatu()
131 trimatl(const SpBase<typename T1::elem_type,T1>& X, const sword k) in trimatl()
H A Dfn_sqrtmat.hpp28 sqrtmat(const Base<typename T1::elem_type,T1>& X) in sqrtmat()
41 sqrtmat(const Base<typename T1::elem_type,T1>& X) in sqrtmat()
53 sqrtmat(Mat< std::complex<typename T1::elem_type> >& Y, const Base<typename T1::elem_type,T1>& X) in sqrtmat()
72 sqrtmat(Mat<typename T1::elem_type>& Y, const Base<typename T1::elem_type,T1>& X) in sqrtmat()
96 sqrtmat_sympd(const Base<typename T1::elem_type,T1>& X) in sqrtmat_sympd()
108 sqrtmat_sympd(Mat<typename T1::elem_type>& Y, const Base<typename T1::elem_type,T1>& X) in sqrtmat_sympd()
H A Dfn_solve.hpp34 const Base<typename T1::elem_type,T1>& A, in solve()
52 const Base<typename T1::elem_type,T1>& A, in solve()
83 const Base<typename T1::elem_type,T2>& B in solve()
105 const Base<typename T1::elem_type,T2>& B, in solve()
128 const Base<typename T1::elem_type,T2>& B in solve()
158 const Base<typename T1::elem_type,T2>& B, in solve()
H A Dfn_logmat.hpp28 logmat(const Base<typename T1::elem_type,T1>& X, const uword n_iters = 100u) in logmat()
41 logmat(const Base<typename T1::elem_type,T1>& X, const uword n_iters = 100u) in logmat()
53 logmat(Mat< std::complex<typename T1::elem_type> >& Y, const Base<typename T1::elem_type,T1>& X, co… in logmat()
73 logmat(Mat<typename T1::elem_type>& Y, const Base<typename T1::elem_type,T1>& X, const uword n_iter… in logmat()
98 logmat_sympd(const Base<typename T1::elem_type,T1>& X) in logmat_sympd()
110 logmat_sympd(Mat<typename T1::elem_type>& Y, const Base<typename T1::elem_type,T1>& X) in logmat_sympd()
H A Dfn_resize.hpp28 resize(const Base<typename T1::elem_type,T1>& X, const uword in_n_rows, const uword in_n_cols) in resize()
41 resize(const Base<typename T1::elem_type,T1>& X, const SizeMat& s) in resize()
54 resize(const BaseCube<typename T1::elem_type,T1>& X, const uword in_n_rows, const uword in_n_cols, … in resize()
67 resize(const BaseCube<typename T1::elem_type,T1>& X, const SizeCube& s) in resize()
80 resize(const SpBase<typename T1::elem_type, T1>& X, const uword in_n_rows, const uword in_n_cols) in resize()
93 resize(const SpBase<typename T1::elem_type, T1>& X, const SizeMat& s) in resize()
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A Dfn_wishrnd.hpp33 wishrnd(const Base<typename T1::elem_type, T1>& S, typename T1::elem_type df) in wishrnd()
51 wishrnd(const Base<typename T1::elem_type, T1>& S, typename T1::elem_type df, const Base<typename T… in wishrnd()
69 wishrnd(Mat<typename T1::elem_type>& W, const Base<typename T1::elem_type, T1>& S, typename T1::ele… in wishrnd()
94 wishrnd(Mat<typename T1::elem_type>& W, const Base<typename T1::elem_type, T1>& S, typename T1::ele… in wishrnd()
125 iwishrnd(const Base<typename T1::elem_type, T1>& T, typename T1::elem_type df) in iwishrnd()
143 iwishrnd(const Base<typename T1::elem_type, T1>& T, typename T1::elem_type df, const Base<typename … in iwishrnd()
161 iwishrnd(Mat<typename T1::elem_type>& W, const Base<typename T1::elem_type, T1>& T, typename T1::el… in iwishrnd()
186 iwishrnd(Mat<typename T1::elem_type>& W, const Base<typename T1::elem_type, T1>& T, typename T1::el… in iwishrnd()
H A Dfn_trig.hpp57 cos(const BaseCube<typename T1::elem_type,T1>& A) in cos()
86 acos(const BaseCube<typename T1::elem_type,T1>& A) in acos()
115 cosh(const BaseCube<typename T1::elem_type,T1>& A) in cosh()
144 acosh(const BaseCube<typename T1::elem_type,T1>& A) in acosh()
173 sin(const BaseCube<typename T1::elem_type,T1>& A) in sin()
202 asin(const BaseCube<typename T1::elem_type,T1>& A) in asin()
231 sinh(const BaseCube<typename T1::elem_type,T1>& A) in sinh()
289 tan(const BaseCube<typename T1::elem_type,T1>& A) in tan()
318 atan(const BaseCube<typename T1::elem_type,T1>& A) in atan()
450 atan2(const BaseCube<typename T1::elem_type,T1>& Y, const BaseCube<typename T1::elem_type,T2>& X) in atan2()
[all …]
H A Dfn_sylvester.hpp30 const Base<typename T1::elem_type,T1>& in_A, in syl()
68 const Base<typename T1::elem_type,T1>& in_A, in sylvester()
86 const Base<typename T1::elem_type,T1>& in_A, in syl()
126 const Base<typename T1::elem_type,T1>& in_A, in sylvester()
H A Dfn_mvnrnd.hpp33 mvnrnd(const Base<typename T1::elem_type, T1>& M, const Base<typename T1::elem_type, T2>& C) in mvnrnd()
51 mvnrnd(const Base<typename T1::elem_type, T1>& M, const Base<typename T1::elem_type, T2>& C, const … in mvnrnd()
68 mvnrnd(Mat<typename T1::elem_type>& out, const Base<typename T1::elem_type, T1>& M, const Base<type… in mvnrnd()
93 mvnrnd(Mat<typename T1::elem_type>& out, const Base<typename T1::elem_type, T1>& M, const Base<type… in mvnrnd()
H A Dfn_symmat.hpp27 symmatu(const Base<typename T1::elem_type,T1>& X, const bool do_conj = false) in symmatu()
41 symmatl(const Base<typename T1::elem_type,T1>& X, const bool do_conj = false) in symmatl()
55 symmatu(const Base<typename T1::elem_type,T1>& X, const bool do_conj = true) in symmatu()
68 symmatl(const Base<typename T1::elem_type,T1>& X, const bool do_conj = true) in symmatl()
85 symmatu(const SpBase<typename T1::elem_type,T1>& X, const bool do_conj = false) in symmatu()
99 symmatl(const SpBase<typename T1::elem_type,T1>& X, const bool do_conj = false) in symmatl()
113 symmatu(const SpBase<typename T1::elem_type,T1>& X, const bool do_conj = true) in symmatu()
126 symmatl(const SpBase<typename T1::elem_type,T1>& X, const bool do_conj = true) in symmatl()
H A Dfn_elem.hpp211 log(const BaseCube<typename T1::elem_type,T1>& A) in log()
240 log2(const BaseCube<typename T1::elem_type,T1>& A) in log2()
269 log10(const BaseCube<typename T1::elem_type,T1>& A) in log10()
298 log1p(const BaseCube<typename T1::elem_type,T1>& A) in log1p()
327 exp(const BaseCube<typename T1::elem_type,T1>& A) in exp()
355 exp2(const BaseCube<typename T1::elem_type,T1>& A) in exp2()
671 sqrt(const SpBase<typename T1::elem_type,T1>& A) in sqrt()
854 floor(const SpBase<typename T1::elem_type,T1>& X) in floor()
896 ceil(const SpBase<typename T1::elem_type,T1>& X) in ceil()
938 round(const SpBase<typename T1::elem_type,T1>& X) in round()
[all …]
H A Dfn_eig_pair.hpp29 const Base<typename T1::elem_type, T1>& A_expr, in eig_pair()
56 eig_pair in eig_pair()
85 eig_pair in eig_pair()
114 eig_pair in eig_pair()
H A Dfn_trimat.hpp27 trimatu(const Base<typename T1::elem_type,T1>& X) in trimatu()
40 trimatl(const Base<typename T1::elem_type,T1>& X) in trimatl()
53 trimatu(const SpBase<typename T1::elem_type,T1>& X) in trimatu()
66 trimatl(const SpBase<typename T1::elem_type,T1>& X) in trimatl()
83 trimatl(const Base<typename T1::elem_type,T1>& X, const sword k) in trimatl()
99 trimatu(const Base<typename T1::elem_type,T1>& X, const sword k) in trimatu()
115 trimatu(const SpBase<typename T1::elem_type,T1>& X, const sword k) in trimatu()
131 trimatl(const SpBase<typename T1::elem_type,T1>& X, const sword k) in trimatl()
H A Dfn_sqrtmat.hpp28 sqrtmat(const Base<typename T1::elem_type,T1>& X) in sqrtmat()
41 sqrtmat(const Base<typename T1::elem_type,T1>& X) in sqrtmat()
53 sqrtmat(Mat< std::complex<typename T1::elem_type> >& Y, const Base<typename T1::elem_type,T1>& X) in sqrtmat()
72 sqrtmat(Mat<typename T1::elem_type>& Y, const Base<typename T1::elem_type,T1>& X) in sqrtmat()
96 sqrtmat_sympd(const Base<typename T1::elem_type,T1>& X) in sqrtmat_sympd()
108 sqrtmat_sympd(Mat<typename T1::elem_type>& Y, const Base<typename T1::elem_type,T1>& X) in sqrtmat_sympd()
H A Dfn_solve.hpp34 const Base<typename T1::elem_type,T1>& A, in solve()
52 const Base<typename T1::elem_type,T1>& A, in solve()
83 const Base<typename T1::elem_type,T2>& B in solve()
105 const Base<typename T1::elem_type,T2>& B, in solve()
128 const Base<typename T1::elem_type,T2>& B in solve()
158 const Base<typename T1::elem_type,T2>& B, in solve()
H A Dfn_logmat.hpp28 logmat(const Base<typename T1::elem_type,T1>& X, const uword n_iters = 100u) in logmat()
41 logmat(const Base<typename T1::elem_type,T1>& X, const uword n_iters = 100u) in logmat()
53 logmat(Mat< std::complex<typename T1::elem_type> >& Y, const Base<typename T1::elem_type,T1>& X, co… in logmat()
73 logmat(Mat<typename T1::elem_type>& Y, const Base<typename T1::elem_type,T1>& X, const uword n_iter… in logmat()
98 logmat_sympd(const Base<typename T1::elem_type,T1>& X) in logmat_sympd()
110 logmat_sympd(Mat<typename T1::elem_type>& Y, const Base<typename T1::elem_type,T1>& X) in logmat_sympd()
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/common/
H A Dhecmw2fstr_connect_conv.c34 void c_hecmw2fstr_connect_conv(int n_elem, int elem_type[], in c_hecmw2fstr_connect_conv()
87 void c_fstr2hecmw_connect_conv(int n_elem, int elem_type[], in c_fstr2hecmw_connect_conv()
171 void hecmw2fstr_connect_conv(int *n_elem, int elem_type[], in hecmw2fstr_connect_conv()
177 void hecmw2fstr_connect_conv_(int *n_elem, int elem_type[], in hecmw2fstr_connect_conv_()
183 void hecmw2fstr_connect_conv__(int *n_elem, int elem_type[], in hecmw2fstr_connect_conv__()
189 void HECMW2FSTR_CONNECT_CONV(int *n_elem, int elem_type[], in HECMW2FSTR_CONNECT_CONV()
195 void HECMW2FSTR_CONNECT_CONV_(int *n_elem, int elem_type[], in HECMW2FSTR_CONNECT_CONV_()
209 void fstr2hecmw_connect_conv(int *n_elem, int elem_type[], in fstr2hecmw_connect_conv()
215 void fstr2hecmw_connect_conv_(int *n_elem, int elem_type[], in fstr2hecmw_connect_conv_()
227 void FSTR2HECMW_CONNECT_CONV(int *n_elem, int elem_type[], in FSTR2HECMW_CONNECT_CONV()
[all …]

12345678910>>...77