-
- Downloads
Enhance random Faust generation.
- Handling out of memory errors in random Faust generation (Faust::TransformHelper, Faust::MatSparse, Faust::MatDense). - No longer generating random MatSparse through MatDense generation + conversion. Directly generate a MatSparse. It allows to spare some memory space.
Showing
- src/faust_linear_operator/CPU/faust_MatDense.h 2 additions, 2 deletionssrc/faust_linear_operator/CPU/faust_MatDense.h
- src/faust_linear_operator/CPU/faust_MatDense.hpp 33 additions, 19 deletionssrc/faust_linear_operator/CPU/faust_MatDense.hpp
- src/faust_linear_operator/CPU/faust_MatSparse.h 1 addition, 1 deletionsrc/faust_linear_operator/CPU/faust_MatSparse.h
- src/faust_linear_operator/CPU/faust_MatSparse.hpp 34 additions, 17 deletionssrc/faust_linear_operator/CPU/faust_MatSparse.hpp
- src/faust_linear_operator/CPU/faust_TransformHelper.hpp 1 addition, 0 deletionssrc/faust_linear_operator/CPU/faust_TransformHelper.hpp
- wrapper/matlab/+matfaust/@Faust/Faust.m 10 additions, 3 deletionswrapper/matlab/+matfaust/@Faust/Faust.m
- wrapper/matlab/src/mexFaust.cpp.in 7 additions, 2 deletionswrapper/matlab/src/mexFaust.cpp.in
- wrapper/python/src/FaustCoreCpp.hpp 1 addition, 0 deletionswrapper/python/src/FaustCoreCpp.hpp
- wrapper/python/src/FaustCorePy.pyx 2 additions, 0 deletionswrapper/python/src/FaustCorePy.pyx
Loading
Please register or sign in to comment