-
- Downloads
Implement concatenation of Fausts in C++ and bind the wrappers py/matfaust to it.
- matfaust overloads the horzcat(), vertcat() functions. - pyfaust defines the function concatenate() to reproduce numpy.concatenate(). It does a big part of what's needed for issue #36 but it lacks doc and unit tests.
Showing
- src/faust_linear_operator/CPU/faust_TransformHelper.h 3 additions, 0 deletionssrc/faust_linear_operator/CPU/faust_TransformHelper.h
- src/faust_linear_operator/CPU/faust_TransformHelper.hpp 201 additions, 0 deletionssrc/faust_linear_operator/CPU/faust_TransformHelper.hpp
- wrapper/matlab/+matfaust/@Faust/Faust.m 29 additions, 5 deletionswrapper/matlab/+matfaust/@Faust/Faust.m
- wrapper/matlab/src/mexFaust.cpp.in 32 additions, 0 deletionswrapper/matlab/src/mexFaust.cpp.in
- wrapper/python/pyfaust.py 16 additions, 0 deletionswrapper/python/pyfaust.py
- wrapper/python/src/FaustCoreCpp.h 2 additions, 0 deletionswrapper/python/src/FaustCoreCpp.h
- wrapper/python/src/FaustCoreCpp.hpp 16 additions, 0 deletionswrapper/python/src/FaustCoreCpp.hpp
- wrapper/python/src/FaustCoreCy.pxd 2 additions, 0 deletionswrapper/python/src/FaustCoreCy.pxd
- wrapper/python/src/FaustCorePy.pyx 29 additions, 3 deletionswrapper/python/src/FaustCorePy.pyx
Loading
Please register or sign in to comment