-
- Downloads
Add L1-norm to core cpp lib, py. and matlab wrappers. Also add unit tests for...
Add L1-norm to core cpp lib, py. and matlab wrappers. Also add unit tests for this norm for py. and matlab. New functions in cpp lib: - Faust::MatGeneric::normL1(), Faust::MatGeneric::get_col() (implemented in MatSparse and MatDense), - Faust::Vect::normL1(), - Faust::Transform::normL1() and binding Faust::TransformHelper::normL1().
Showing
- misc/test/src/Matlab/FaustTest.m 8 additions, 2 deletionsmisc/test/src/Matlab/FaustTest.m
- misc/test/src/Python/test_FaustPy.py 11 additions, 1 deletionmisc/test/src/Python/test_FaustPy.py
- src/faust_linear_operator/CPU/faust_MatDense.h 5 additions, 2 deletionssrc/faust_linear_operator/CPU/faust_MatDense.h
- src/faust_linear_operator/CPU/faust_MatDense.hpp 38 additions, 0 deletionssrc/faust_linear_operator/CPU/faust_MatDense.hpp
- src/faust_linear_operator/CPU/faust_MatSparse.h 4 additions, 0 deletionssrc/faust_linear_operator/CPU/faust_MatSparse.h
- src/faust_linear_operator/CPU/faust_MatSparse.hpp 38 additions, 0 deletionssrc/faust_linear_operator/CPU/faust_MatSparse.hpp
- src/faust_linear_operator/CPU/faust_Transform.h 2 additions, 0 deletionssrc/faust_linear_operator/CPU/faust_Transform.h
- src/faust_linear_operator/CPU/faust_Transform.hpp 20 additions, 0 deletionssrc/faust_linear_operator/CPU/faust_Transform.hpp
- src/faust_linear_operator/CPU/faust_TransformHelper.h 1 addition, 1 deletionsrc/faust_linear_operator/CPU/faust_TransformHelper.h
- src/faust_linear_operator/CPU/faust_TransformHelper.hpp 5 additions, 0 deletionssrc/faust_linear_operator/CPU/faust_TransformHelper.hpp
- src/faust_linear_operator/CPU/faust_Vect.h 4 additions, 1 deletionsrc/faust_linear_operator/CPU/faust_Vect.h
- src/faust_linear_operator/CPU/faust_Vect.hpp 10 additions, 0 deletionssrc/faust_linear_operator/CPU/faust_Vect.hpp
- src/faust_linear_operator/faust_MatGeneric.h 15 additions, 0 deletionssrc/faust_linear_operator/faust_MatGeneric.h
- wrapper/matlab/Faust.m 12 additions, 8 deletionswrapper/matlab/Faust.m
- wrapper/matlab/src/mexFaust.cpp.in 12 additions, 3 deletionswrapper/matlab/src/mexFaust.cpp.in
- wrapper/python/FaustPy.py 8 additions, 7 deletionswrapper/python/FaustPy.py
- wrapper/python/src/FaustCoreCpp.h 1 addition, 1 deletionwrapper/python/src/FaustCoreCpp.h
- wrapper/python/src/FaustCoreCpp.hpp 12 additions, 3 deletionswrapper/python/src/FaustCoreCpp.hpp
- wrapper/python/src/FaustCoreCy.pxd 1 addition, 1 deletionwrapper/python/src/FaustCoreCy.pxd
- wrapper/python/src/FaustCorePy.pyx 3 additions, 3 deletionswrapper/python/src/FaustCorePy.pyx
Loading
Please register or sign in to comment