Home
last modified time | relevance | path

Searched refs:complex_type (Results 1 – 25 of 686) sorted by relevance

12345678910>>...28

/dports/devel/boost-docs/boost_1_72_0/libs/multiprecision/test/
H A Dtest_complex.cpp28 template <typename complex_type>
32 typedef typename complex_type::value_type float_type; in test()
40 const complex_type z1(float_type(12U) / 10U, float_type(34U) / 10U); in test()
42 const complex_type i(float_type(0U), float_type(1U)); in test()
47 const complex_type result_02 = complex_type(z1) /= z2; // Same as above. in test()
49 const complex_type result_04 = complex_type(z1) /= (i * z2); // Same as above. in test()
67 const complex_type result_22 = cos(z1); in test()
68 const complex_type result_23 = asinh(z1); in test()
69 const complex_type result_24 = tanh(z1); in test()
70 const complex_type result_25 = log10(z1); in test()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/multiprecision/test/
H A Dtest_complex.cpp28 template <typename complex_type>
32 typedef typename complex_type::value_type float_type; in test()
40 const complex_type z1(float_type(12U) / 10U, float_type(34U) / 10U); in test()
42 const complex_type i(float_type(0U), float_type(1U)); in test()
47 const complex_type result_02 = complex_type(z1) /= z2; // Same as above. in test()
49 const complex_type result_04 = complex_type(z1) /= (i * z2); // Same as above. in test()
67 const complex_type result_22 = cos(z1); in test()
68 const complex_type result_23 = asinh(z1); in test()
69 const complex_type result_24 = tanh(z1); in test()
70 const complex_type result_25 = log10(z1); in test()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/multiprecision/test/
H A Dtest_complex.cpp28 template <typename complex_type>
32 typedef typename complex_type::value_type float_type; in test()
40 const complex_type z1(float_type(12U) / 10U, float_type(34U) / 10U); in test()
42 const complex_type i(float_type(0U), float_type(1U)); in test()
47 const complex_type result_02 = complex_type(z1) /= z2; // Same as above. in test()
49 const complex_type result_04 = complex_type(z1) /= (i * z2); // Same as above. in test()
67 const complex_type result_22 = cos(z1); in test()
68 const complex_type result_23 = asinh(z1); in test()
69 const complex_type result_24 = tanh(z1); in test()
70 const complex_type result_25 = log10(z1); in test()
[all …]
/dports/devel/xtl-quant-stack/xtl-0.7.4/test/
H A Dtest_xcomplex.cpp26 complex_type c0; in TEST()
30 complex_type c1(2.); in TEST()
38 complex_type c3(c2); in TEST()
47 complex_type c5(sc); in TEST()
61 complex_type c8(f); in TEST()
124 complex_type c0(vc0); in TEST()
129 complex_type c1(vc0); in TEST()
134 complex_type c2(vc0); in TEST()
139 complex_type c3(vc0); in TEST()
146 complex_type c4(vc0); in TEST()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/multiprecision/test/
H A Dtest_complex.cpp28 template <typename complex_type>
32 typedef typename complex_type::value_type float_type; in test()
40 const complex_type z1(float_type(12U) / 10U, float_type(34U) / 10U); in test()
42 const complex_type i(float_type(0U), float_type(1U)); in test()
47 const complex_type result_02 = complex_type(z1) /= z2; // Same as above. in test()
49 const complex_type result_04 = complex_type(z1) /= (i * z2); // Same as above. in test()
67 const complex_type result_22 = cos(z1); in test()
68 const complex_type result_23 = asinh(z1); in test()
69 const complex_type result_24 = tanh(z1); in test()
70 const complex_type result_25 = log10(z1); in test()
[all …]
/dports/math/eigen3/eigen-3.3.9/unsupported/Eigen/src/FFT/
H A Dei_fftw_impl.h60 void fwd(complex_type * dst,complex_type * src,int nfft) {
65 void inv(complex_type * dst,complex_type * src,int nfft) {
82 void fwd2( complex_type * dst,complex_type * src,int n0,int n1) {
87 void inv2( complex_type * dst,complex_type * src,int n0,int n1) {
103 void fwd(complex_type * dst,complex_type * src,int nfft) {
108 void inv(complex_type * dst,complex_type * src,int nfft) {
124 void fwd2( complex_type * dst,complex_type * src,int n0,int n1) {
129 void inv2( complex_type * dst,complex_type * src,int n0,int n1) {
144 void fwd(complex_type * dst,complex_type * src,int nfft) {
149 void inv(complex_type * dst,complex_type * src,int nfft) {
[all …]
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/unsupported/Eigen/src/FFT/
H A Dei_fftw_impl.h60 void fwd(complex_type * dst,complex_type * src,int nfft) {
65 void inv(complex_type * dst,complex_type * src,int nfft) {
82 void fwd2( complex_type * dst,complex_type * src,int n0,int n1) {
87 void inv2( complex_type * dst,complex_type * src,int n0,int n1) {
103 void fwd(complex_type * dst,complex_type * src,int nfft) {
108 void inv(complex_type * dst,complex_type * src,int nfft) {
124 void fwd2( complex_type * dst,complex_type * src,int n0,int n1) {
129 void inv2( complex_type * dst,complex_type * src,int n0,int n1) {
144 void fwd(complex_type * dst,complex_type * src,int nfft) {
149 void inv(complex_type * dst,complex_type * src,int nfft) {
[all …]
/dports/math/R-cran-RcppEigen/RcppEigen/inst/include/unsupported/Eigen/src/FFT/
H A Dei_fftw_impl.h60 void fwd(complex_type * dst,complex_type * src,int nfft) {
65 void inv(complex_type * dst,complex_type * src,int nfft) {
82 void fwd2( complex_type * dst,complex_type * src,int n0,int n1) {
87 void inv2( complex_type * dst,complex_type * src,int n0,int n1) {
103 void fwd(complex_type * dst,complex_type * src,int nfft) {
108 void inv(complex_type * dst,complex_type * src,int nfft) {
124 void fwd2( complex_type * dst,complex_type * src,int n0,int n1) {
129 void inv2( complex_type * dst,complex_type * src,int n0,int n1) {
144 void fwd(complex_type * dst,complex_type * src,int nfft) {
149 void inv(complex_type * dst,complex_type * src,int nfft) {
[all …]
/dports/devel/upp/upp/uppsrc/plugin/Eigen/unsupported/Eigen/src/FFT/
H A Dei_fftw_impl.h60 void fwd(complex_type * dst,complex_type * src,int nfft) {
65 void inv(complex_type * dst,complex_type * src,int nfft) {
82 void fwd2( complex_type * dst,complex_type * src,int n0,int n1) {
87 void inv2( complex_type * dst,complex_type * src,int n0,int n1) {
103 void fwd(complex_type * dst,complex_type * src,int nfft) {
108 void inv(complex_type * dst,complex_type * src,int nfft) {
124 void fwd2( complex_type * dst,complex_type * src,int n0,int n1) {
129 void inv2( complex_type * dst,complex_type * src,int n0,int n1) {
144 void fwd(complex_type * dst,complex_type * src,int nfft) {
149 void inv(complex_type * dst,complex_type * src,int nfft) {
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/unsupported/Eigen/src/FFT/
H A Dei_fftw_impl.h60 void fwd(complex_type * dst,complex_type * src,int nfft) {
65 void inv(complex_type * dst,complex_type * src,int nfft) {
82 void fwd2( complex_type * dst,complex_type * src,int n0,int n1) {
87 void inv2( complex_type * dst,complex_type * src,int n0,int n1) {
103 void fwd(complex_type * dst,complex_type * src,int nfft) {
108 void inv(complex_type * dst,complex_type * src,int nfft) {
124 void fwd2( complex_type * dst,complex_type * src,int n0,int n1) {
129 void inv2( complex_type * dst,complex_type * src,int n0,int n1) {
144 void fwd(complex_type * dst,complex_type * src,int nfft) {
149 void inv(complex_type * dst,complex_type * src,int nfft) {
[all …]
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/unsupported/Eigen/src/FFT/
H A Dei_fftw_impl.h60 void fwd(complex_type * dst,complex_type * src,int nfft) {
65 void inv(complex_type * dst,complex_type * src,int nfft) {
82 void fwd2( complex_type * dst,complex_type * src,int n0,int n1) {
87 void inv2( complex_type * dst,complex_type * src,int n0,int n1) {
103 void fwd(complex_type * dst,complex_type * src,int nfft) {
108 void inv(complex_type * dst,complex_type * src,int nfft) {
124 void fwd2( complex_type * dst,complex_type * src,int n0,int n1) {
129 void inv2( complex_type * dst,complex_type * src,int n0,int n1) {
144 void fwd(complex_type * dst,complex_type * src,int nfft) {
149 void inv(complex_type * dst,complex_type * src,int nfft) {
[all …]
/dports/science/pcmsolver/pcmsolver-1.3.0/external/eigen3/include/eigen3/unsupported/Eigen/src/FFT/
H A Dei_fftw_impl.h60 void fwd(complex_type * dst,complex_type * src,int nfft) {
65 void inv(complex_type * dst,complex_type * src,int nfft) {
82 void fwd2( complex_type * dst,complex_type * src,int n0,int n1) {
87 void inv2( complex_type * dst,complex_type * src,int n0,int n1) {
103 void fwd(complex_type * dst,complex_type * src,int nfft) {
108 void inv(complex_type * dst,complex_type * src,int nfft) {
124 void fwd2( complex_type * dst,complex_type * src,int n0,int n1) {
129 void inv2( complex_type * dst,complex_type * src,int n0,int n1) {
144 void fwd(complex_type * dst,complex_type * src,int nfft) {
149 void inv(complex_type * dst,complex_type * src,int nfft) {
[all …]
/dports/graphics/wdune/wdune-1.926/vcglib/eigenlib/unsupported/Eigen/src/FFT/
H A Dei_fftw_impl.h60 void fwd(complex_type * dst,complex_type * src,int nfft) {
65 void inv(complex_type * dst,complex_type * src,int nfft) {
82 void fwd2( complex_type * dst,complex_type * src,int n0,int n1) {
87 void inv2( complex_type * dst,complex_type * src,int n0,int n1) {
103 void fwd(complex_type * dst,complex_type * src,int nfft) {
108 void inv(complex_type * dst,complex_type * src,int nfft) {
124 void fwd2( complex_type * dst,complex_type * src,int n0,int n1) {
129 void inv2( complex_type * dst,complex_type * src,int n0,int n1) {
144 void fwd(complex_type * dst,complex_type * src,int nfft) {
149 void inv(complex_type * dst,complex_type * src,int nfft) {
[all …]
/dports/misc/opennn/opennn-5.0.5/eigen/unsupported/Eigen/src/FFT/
H A Dei_fftw_impl.h60 void fwd(complex_type * dst,complex_type * src,int nfft) {
65 void inv(complex_type * dst,complex_type * src,int nfft) {
82 void fwd2( complex_type * dst,complex_type * src,int n0,int n1) {
87 void inv2( complex_type * dst,complex_type * src,int n0,int n1) {
103 void fwd(complex_type * dst,complex_type * src,int nfft) {
108 void inv(complex_type * dst,complex_type * src,int nfft) {
124 void fwd2( complex_type * dst,complex_type * src,int n0,int n1) {
129 void inv2( complex_type * dst,complex_type * src,int n0,int n1) {
144 void fwd(complex_type * dst,complex_type * src,int nfft) {
149 void inv(complex_type * dst,complex_type * src,int nfft) {
[all …]
/dports/misc/openmvg/openMVG-2.0/src/third_party/eigen/unsupported/Eigen/src/FFT/
H A Dei_fftw_impl.h60 void fwd(complex_type * dst,complex_type * src,int nfft) {
65 void inv(complex_type * dst,complex_type * src,int nfft) {
82 void fwd2( complex_type * dst,complex_type * src,int n0,int n1) {
87 void inv2( complex_type * dst,complex_type * src,int n0,int n1) {
103 void fwd(complex_type * dst,complex_type * src,int nfft) {
108 void inv(complex_type * dst,complex_type * src,int nfft) {
124 void fwd2( complex_type * dst,complex_type * src,int n0,int n1) {
129 void inv2( complex_type * dst,complex_type * src,int n0,int n1) {
144 void fwd(complex_type * dst,complex_type * src,int nfft) {
149 void inv(complex_type * dst,complex_type * src,int nfft) {
[all …]
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/unsupported/Eigen/src/FFT/
H A Dei_fftw_impl.h60 void fwd(complex_type * dst,complex_type * src,int nfft) {
65 void inv(complex_type * dst,complex_type * src,int nfft) {
82 void fwd2( complex_type * dst,complex_type * src,int n0,int n1) {
87 void inv2( complex_type * dst,complex_type * src,int n0,int n1) {
103 void fwd(complex_type * dst,complex_type * src,int nfft) {
108 void inv(complex_type * dst,complex_type * src,int nfft) {
124 void fwd2( complex_type * dst,complex_type * src,int n0,int n1) {
129 void inv2( complex_type * dst,complex_type * src,int n0,int n1) {
144 void fwd(complex_type * dst,complex_type * src,int nfft) {
149 void inv(complex_type * dst,complex_type * src,int nfft) {
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/eigen_3.3.3/unsupported/Eigen/src/FFT/
H A Dei_fftw_impl.h60 void fwd(complex_type * dst,complex_type * src,int nfft) {
65 void inv(complex_type * dst,complex_type * src,int nfft) {
82 void fwd2( complex_type * dst,complex_type * src,int n0,int n1) {
87 void inv2( complex_type * dst,complex_type * src,int n0,int n1) {
103 void fwd(complex_type * dst,complex_type * src,int nfft) {
108 void inv(complex_type * dst,complex_type * src,int nfft) {
124 void fwd2( complex_type * dst,complex_type * src,int n0,int n1) {
129 void inv2( complex_type * dst,complex_type * src,int n0,int n1) {
144 void fwd(complex_type * dst,complex_type * src,int nfft) {
149 void inv(complex_type * dst,complex_type * src,int nfft) {
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/eigen3/include/eigen3/unsupported/Eigen/src/FFT/
H A Dei_fftw_impl.h60 void fwd(complex_type * dst,complex_type * src,int nfft) {
65 void inv(complex_type * dst,complex_type * src,int nfft) {
82 void fwd2( complex_type * dst,complex_type * src,int n0,int n1) {
87 void inv2( complex_type * dst,complex_type * src,int n0,int n1) {
103 void fwd(complex_type * dst,complex_type * src,int nfft) {
108 void inv(complex_type * dst,complex_type * src,int nfft) {
124 void fwd2( complex_type * dst,complex_type * src,int n0,int n1) {
129 void inv2( complex_type * dst,complex_type * src,int n0,int n1) {
144 void fwd(complex_type * dst,complex_type * src,int nfft) {
149 void inv(complex_type * dst,complex_type * src,int nfft) {
[all …]
/dports/math/polymake/polymake-4.5/apps/topaz/src/
H A Dstar_shaped_balls.cc36 typedef Set<face_type> complex_type;
37 typedef hash_set<complex_type> ballhash_type;
104 complex_type& new_boundary,
137 complex_type new_boundary(current_boundary);
138 complex_type new_candidate_ridges(candidate_ridges);
168 complex_type current_ball(st0);
177 balls_processed += complex_type();
183 Array<complex_type> ssb(balls_processed.size());
186 complex_type ball;
195 complex_type star_of_zero(BigObject triangulation)
[all …]
/dports/math/stanmath/math-4.2.0/stan/math/prim/core/
H A Dcomplex_base.hpp28 using complex_type = std::complex<value_type>; typedef in stan::math::complex_base
94 complex_type& operator=(U&& re) { in operator =()
108 complex_type& operator+=(const U& x) { in operator +=()
121 complex_type& operator+=(const std::complex<U>& other) { in operator +=()
135 complex_type& operator-=(const U& x) { in operator -=()
148 complex_type& operator-=(const std::complex<U>& other) { in operator -=()
162 complex_type& operator*=(const U& x) { in operator *=()
176 complex_type& operator*=(const std::complex<U>& other) { in operator *=()
191 complex_type& operator/=(const U& x) { in operator /=()
205 complex_type& operator/=(const std::complex<U>& other) { in operator /=()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/multiprecision/example/
H A Deigen_example.cpp15 typedef boost::multiprecision::cpp_complex_quad complex_type; in main() typedef
20 Matrix<complex_type, 2, 2> A, b; in main()
21 A << complex_type(2, 3), complex_type(-1, -2), complex_type(-1, -4), complex_type(3, 6); in main()
28 Matrix<complex_type, 2, 2> x = A.fullPivHouseholderQr().solve(b); in main()
33 complex_type::value_type relative_error = (A*x - b).norm() / b.norm(); in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/multiprecision/example/
H A Deigen_example.cpp15 typedef boost::multiprecision::cpp_complex_quad complex_type; in main() typedef
20 Matrix<complex_type, 2, 2> A, b; in main()
21 A << complex_type(2, 3), complex_type(-1, -2), complex_type(-1, -4), complex_type(3, 6); in main()
28 Matrix<complex_type, 2, 2> x = A.fullPivHouseholderQr().solve(b); in main()
33 complex_type::value_type relative_error = (A*x - b).norm() / b.norm(); in main()
/dports/devel/boost-libs/boost_1_72_0/libs/multiprecision/example/
H A Deigen_example.cpp15 typedef boost::multiprecision::cpp_complex_quad complex_type; in main() typedef
20 Matrix<complex_type, 2, 2> A, b; in main()
21 A << complex_type(2, 3), complex_type(-1, -2), complex_type(-1, -4), complex_type(3, 6); in main()
28 Matrix<complex_type, 2, 2> x = A.fullPivHouseholderQr().solve(b); in main()
33 complex_type::value_type relative_error = (A*x - b).norm() / b.norm(); in main()
/dports/devel/hyperscan/boost_1_75_0/libs/multiprecision/example/
H A Deigen_example.cpp15 typedef boost::multiprecision::cpp_complex_quad complex_type; in main() typedef
20 Matrix<complex_type, 2, 2> A, b; in main()
21 A << complex_type(2, 3), complex_type(-1, -2), complex_type(-1, -4), complex_type(3, 6); in main()
28 Matrix<complex_type, 2, 2> x = A.fullPivHouseholderQr().solve(b); in main()
33 complex_type::value_type relative_error = (A*x - b).norm() / b.norm(); in main()
/dports/science/libkml/libkml-1.3.0/src/kml/xsd/
H A Dxsd_file.cc112 if (!complex_type) { in FindChildElements()
115 size_t sequence_size = complex_type->get_sequence_size(); in FindChildElements()
130 if (XsdComplexTypePtr complex_type = in GetChildElements() local
132 FindChildElements(complex_type, elements); in GetChildElements()
147 const XsdComplexTypePtr& complex_type) const { in GetBaseType()
161 XsdComplexTypePtr current = complex_type; in GetTypeHierarchy()
239 if (find_type == complex_type) { in SearchTypeHierarchy()
256 if (XsdComplexTypePtr complex_type = in GetElementsOfType() local
258 if (SearchTypeHierarchy(complex_type, type)) { in GetElementsOfType()
270 if (const XsdComplexTypePtr complex_type = in GetElementsOfTypeByName() local
[all …]

12345678910>>...28