Home
last modified time | relevance | path

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

/dports/math/alglib/alglib-cpp/src/
H A Dfasttransforms.h290 void convc1dinv(const complex_1d_array &a, const ae_int_t m, const complex_1d_array &b, const ae_in…
641 void convc1dinv(/* Complex */ ae_vector* a,
H A Dfasttransforms.cpp604 void convc1dinv(const complex_1d_array &a, const ae_int_t m, const complex_1d_array &b, const ae_in… in convc1dinv() function
621 …alglib_impl::convc1dinv(const_cast<alglib_impl::ae_vector*>(a.c_ptr()), m, const_cast<alglib_impl:… in convc1dinv()
1842 void convc1dinv(/* Complex */ ae_vector* a, in convc1dinv() function
/dports/astro/qmapshack/qmapshack-V_1.16.1/3rdparty/alglib/src/
H A Dfasttransforms.h290 void convc1dinv(const complex_1d_array &a, const ae_int_t m, const complex_1d_array &b, const ae_in…
641 void convc1dinv(/* Complex */ ae_vector* a,
H A Dfasttransforms.cpp604 void convc1dinv(const complex_1d_array &a, const ae_int_t m, const complex_1d_array &b, const ae_in… in convc1dinv() function
621 …alglib_impl::convc1dinv(const_cast<alglib_impl::ae_vector*>(a.c_ptr()), m, const_cast<alglib_impl:… in convc1dinv()
1842 void convc1dinv(/* Complex */ ae_vector* a, in convc1dinv() function
/dports/astro/qmapshack/qmapshack-V_1.16.1/3rdparty/alglib/tests/
H A Dtest_c.cpp86154 convc1dinv(&cr2, m+n-1, &cb, n, &cr1, _state); in testconv()
/dports/math/alglib/alglib-cpp/tests/
H A Dtest_c.cpp109053 convc1dinv(&cr2, m+n-1, &cb, n, &cr1, _state); in testconv()