Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 27c2e582 authored by hhakim's avatar hhakim
Browse files

Manage out of memory errors for FaustFactory.fourier()/hadamard() and limit order to 2^31.

The order limitation (n=31) is because we use eigen SparseMatrix with storage index of type int (see issue #14). So we are limited to 2^31-1 matrix. dim. size.
It closes issues #46 and #47.
parent 8e507563
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment