-
- Downloads
Add Matlab wrapper implementations of ctranspose() and conj() with associated unit tests.
For Python wrapper add conj() and getH() (for conjugate transpose) but the unit tests are not relevant since we haven't yet the complex matrix support. Managing conjugate Faust save, factor push and dense conversion. Adding conjugate() straight into the core cpp lib for Faust::Vect, Faust::MatGeneric and child classes and Faust::Transform. The wrapper binding class Faust::TransformHelper contains also a adjoint() function for conjugate transpose calc.
Showing
- misc/test/src/Matlab/test_matlab_faust.m 79 additions, 1 deletionmisc/test/src/Matlab/test_matlab_faust.m
- misc/test/src/Python/test_FaustPy.py 13 additions, 0 deletionsmisc/test/src/Python/test_FaustPy.py
- src/faust_linear_operator/CPU/faust_MatDense.h 4 additions, 1 deletionsrc/faust_linear_operator/CPU/faust_MatDense.h
- src/faust_linear_operator/CPU/faust_MatDense.hpp 34 additions, 3 deletionssrc/faust_linear_operator/CPU/faust_MatDense.hpp
- src/faust_linear_operator/CPU/faust_MatSparse.h 4 additions, 3 deletionssrc/faust_linear_operator/CPU/faust_MatSparse.h
- src/faust_linear_operator/CPU/faust_MatSparse.hpp 8 additions, 2 deletionssrc/faust_linear_operator/CPU/faust_MatSparse.hpp
- src/faust_linear_operator/CPU/faust_Transform.h 7 additions, 3 deletionssrc/faust_linear_operator/CPU/faust_Transform.h
- src/faust_linear_operator/CPU/faust_Transform.hpp 18 additions, 10 deletionssrc/faust_linear_operator/CPU/faust_Transform.hpp
- 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 31 additions, 7 deletionssrc/faust_linear_operator/CPU/faust_TransformHelper.hpp
- src/faust_linear_operator/CPU/faust_Vect.h 1 addition, 0 deletionssrc/faust_linear_operator/CPU/faust_Vect.h
- src/faust_linear_operator/CPU/faust_Vect.hpp 5 additions, 0 deletionssrc/faust_linear_operator/CPU/faust_Vect.hpp
- src/faust_linear_operator/faust_MatGeneric.h 6 additions, 2 deletionssrc/faust_linear_operator/faust_MatGeneric.h
- wrapper/matlab/Faust.m 16 additions, 25 deletionswrapper/matlab/Faust.m
- wrapper/matlab/src/mexFaust.cpp.in 26 additions, 1 deletionwrapper/matlab/src/mexFaust.cpp.in
- wrapper/python/FaustPy.py 15 additions, 0 deletionswrapper/python/FaustPy.py
- wrapper/python/src/FaustCoreCpp.h 2 additions, 0 deletionswrapper/python/src/FaustCoreCpp.h
- wrapper/python/src/FaustCoreCpp.hpp 24 additions, 0 deletionswrapper/python/src/FaustCoreCpp.hpp
- wrapper/python/src/FaustCoreCy.pxd 3 additions, 1 deletionwrapper/python/src/FaustCoreCy.pxd
- wrapper/python/src/FaustCorePy.pyx 12 additions, 0 deletionswrapper/python/src/FaustCorePy.pyx
Loading
Please register or sign in to comment