Home
last modified time | relevance | path

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

/dports/math/alglib/alglib-cpp/src/
H A Dfasttransforms.h209 void fhtr1d(real_1d_array &a, const ae_int_t n, const xparams _xparams = alglib::xdefault);
631 void fhtr1d(/* Real */ ae_vector* a, ae_int_t n, ae_state *_state);
H A Dfasttransforms.cpp465 void fhtr1d(real_1d_array &a, const ae_int_t n, const xparams _xparams) in fhtr1d() function
482 alglib_impl::fhtr1d(const_cast<alglib_impl::ae_vector*>(a.c_ptr()), n, &_alglib_env_state); in fhtr1d()
1679 void fhtr1d(/* Real */ ae_vector* a, ae_int_t n, ae_state *_state) in fhtr1d() function
1750 fhtr1d(a, n, _state); in fhtr1dinv()
/dports/astro/qmapshack/qmapshack-V_1.16.1/3rdparty/alglib/src/
H A Dfasttransforms.h209 void fhtr1d(real_1d_array &a, const ae_int_t n, const xparams _xparams = alglib::xdefault);
631 void fhtr1d(/* Real */ ae_vector* a, ae_int_t n, ae_state *_state);
H A Dfasttransforms.cpp465 void fhtr1d(real_1d_array &a, const ae_int_t n, const xparams _xparams) in fhtr1d() function
482 alglib_impl::fhtr1d(const_cast<alglib_impl::ae_vector*>(a.c_ptr()), n, &_alglib_env_state); in fhtr1d()
1679 void fhtr1d(/* Real */ ae_vector* a, ae_int_t n, ae_state *_state) in fhtr1d() function
1750 fhtr1d(a, n, _state); in fhtr1dinv()
/dports/astro/qmapshack/qmapshack-V_1.16.1/3rdparty/alglib/tests/
H A Dtest_c.cpp85695 fhtr1d(&r2, n, _state); in testfht()
85698 fhtr1d(&r3, n, _state); in testfht()
85724 fhtr1d(&r1, n, _state); in testfht()
/dports/math/alglib/alglib-cpp/tests/
H A Dtest_c.cpp108594 fhtr1d(&r2, n, _state); in testfht()
108597 fhtr1d(&r3, n, _state); in testfht()
108623 fhtr1d(&r1, n, _state); in testfht()