Dan L Cazarín

Results 57 comments of Dan L Cazarín

C API indeed requires Clang to provide the best possible performance but the issue you mentioned has been fixed in the latest release.

In KFR6 build system and CMake configuration have been fully refactored. The recommended method now is to build kfr in a separate step and use `find_packege(KFR CONFIG)`

Closing due to inactivity. Reopen if it's still actual.

Here is a short example: ```c++ using namespace kfr; complex result; process(goertzel(result, 0.1 /* omega */), input_vector_or_expression); // goertzel's destructor writes computed value to `result` ```

Thank you for reporting this. The Clang bug has been added to KNOWNBUGS.md in just released KFR 5.2.0. Maybe it also makes sense to prevent KFR from building on ARM...

KFR 6 has changed the minimum requirements to Clang 11+ and does not suffer from this clang bug.

All KFR6 features are now in `main` branch

Closed due to inactivity. Feel free to reopen if the problem still exists.

Here is the documentation for multidimensional DFT https://www.kfrlib.com/docs/latest/dft/#multidimensional-dft