Home
last modified time | relevance | path

Searched refs:convr1d (Results 1 – 6 of 6) sorted by relevance

/dports/math/alglib/alglib-cpp/src/
H A Dfasttransforms.h375 void convr1d(const real_1d_array &a, const ae_int_t m, const real_1d_array &b, const ae_int_t n, re…
659 void convr1d(/* Real */ ae_vector* a,
H A Dfasttransforms.cpp746 void convr1d(const real_1d_array &a, const ae_int_t m, const real_1d_array &b, const ae_int_t n, re… in convr1d() function
763 …alglib_impl::convr1d(const_cast<alglib_impl::ae_vector*>(a.c_ptr()), m, const_cast<alglib_impl::ae… in convr1d()
2145 void convr1d(/* Real */ ae_vector* a, in convr1d() function
2163 convr1d(b, n, a, m, r, _state); in convr1d()
3643 convr1d(&p, m, signal, n, &b, _state); in corrr1d()
/dports/astro/qmapshack/qmapshack-V_1.16.1/3rdparty/alglib/src/
H A Dfasttransforms.h375 void convr1d(const real_1d_array &a, const ae_int_t m, const real_1d_array &b, const ae_int_t n, re…
659 void convr1d(/* Real */ ae_vector* a,
H A Dfasttransforms.cpp746 void convr1d(const real_1d_array &a, const ae_int_t m, const real_1d_array &b, const ae_int_t n, re… in convr1d() function
763 …alglib_impl::convr1d(const_cast<alglib_impl::ae_vector*>(a.c_ptr()), m, const_cast<alglib_impl::ae… in convr1d()
2145 void convr1d(/* Real */ ae_vector* a, in convr1d() function
2163 convr1d(b, n, a, m, r, _state); in convr1d()
3643 convr1d(&p, m, signal, n, &b, _state); in corrr1d()
/dports/astro/qmapshack/qmapshack-V_1.16.1/3rdparty/alglib/tests/
H A Dtest_c.cpp86070 convr1d(&ra, m, &rb, n, &rr1, _state); in testconv()
86183 convr1d(&ra, m, &rb, n, &rr2, _state); in testconv()
/dports/math/alglib/alglib-cpp/tests/
H A Dtest_c.cpp108969 convr1d(&ra, m, &rb, n, &rr1, _state); in testconv()
109082 convr1d(&ra, m, &rb, n, &rr2, _state); in testconv()