-
- Downloads
Implement inf-norm for pyfaust/matfaust.Faust and validate with unit tests.
- The impl. rely on 1-norm by calling it on the transpose Faust. - This is done in C++ and wrappers are just bound to the core. It closes issue #29
Showing
- misc/test/src/Matlab/FaustTest.m 6 additions, 0 deletionsmisc/test/src/Matlab/FaustTest.m
- misc/test/src/Python/test_FaustPy.py 17 additions, 3 deletionsmisc/test/src/Python/test_FaustPy.py
- src/faust_linear_operator/CPU/faust_MatDense.h 3 additions, 3 deletionssrc/faust_linear_operator/CPU/faust_MatDense.h
- src/faust_linear_operator/CPU/faust_MatDense.hpp 20 additions, 7 deletionssrc/faust_linear_operator/CPU/faust_MatDense.hpp
- src/faust_linear_operator/CPU/faust_MatSparse.h 3 additions, 3 deletionssrc/faust_linear_operator/CPU/faust_MatSparse.h
- src/faust_linear_operator/CPU/faust_MatSparse.hpp 20 additions, 7 deletionssrc/faust_linear_operator/CPU/faust_MatSparse.hpp
- src/faust_linear_operator/CPU/faust_Transform.h 1 addition, 1 deletionsrc/faust_linear_operator/CPU/faust_Transform.h
- src/faust_linear_operator/CPU/faust_Transform.hpp 4 additions, 4 deletionssrc/faust_linear_operator/CPU/faust_Transform.hpp
- src/faust_linear_operator/CPU/faust_TransformHelper.h 1 addition, 0 deletionssrc/faust_linear_operator/CPU/faust_TransformHelper.h
- src/faust_linear_operator/CPU/faust_TransformHelper.hpp 6 additions, 1 deletionsrc/faust_linear_operator/CPU/faust_TransformHelper.hpp
- src/faust_linear_operator/CPU/faust_Vect.h 1 addition, 1 deletionsrc/faust_linear_operator/CPU/faust_Vect.h
- src/faust_linear_operator/faust_MatGeneric.h 4 additions, 2 deletionssrc/faust_linear_operator/faust_MatGeneric.h
- wrapper/matlab/+matfaust/@Faust/Faust.m 11 additions, 7 deletionswrapper/matlab/+matfaust/@Faust/Faust.m
- wrapper/matlab/src/mexFaust.cpp.in 3 additions, 0 deletionswrapper/matlab/src/mexFaust.cpp.in
- wrapper/python/pyfaust.py 12 additions, 8 deletionswrapper/python/pyfaust.py
- wrapper/python/src/FaustCoreCpp.h 1 addition, 0 deletionswrapper/python/src/FaustCoreCpp.h
- wrapper/python/src/FaustCoreCpp.hpp 6 additions, 0 deletionswrapper/python/src/FaustCoreCpp.hpp
- wrapper/python/src/FaustCoreCy.pxd 1 addition, 0 deletionswrapper/python/src/FaustCoreCy.pxd
- wrapper/python/src/FaustCorePy.pyx 5 additions, 1 deletionwrapper/python/src/FaustCorePy.pyx
Loading
Please register or sign in to comment