-
- Downloads
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.
Showing
- src/faust_linear_operator/CPU/faust_TransformHelper.hpp 88 additions, 73 deletionssrc/faust_linear_operator/CPU/faust_TransformHelper.hpp
- wrapper/matlab/+matfaust/@FaustFactory/FaustFactory.m 16 additions, 10 deletionswrapper/matlab/+matfaust/@FaustFactory/FaustFactory.m
- wrapper/python/src/FaustCorePy.pyx 11 additions, 3 deletionswrapper/python/src/FaustCorePy.pyx
Loading
Please register or sign in to comment