-
- Downloads
Handle save of a transpose Faust in Faust::Transform::save_mat_file() and...
Handle save of a transpose Faust in Faust::Transform::save_mat_file() and Faust::MatDense::toMatIOVar()/Faust::MatSparse::toMatIOVar(). Allow py and matlab wrappers to access the transpose case by passing a boolean to core lib. Extends transpose unit test for py wrapper (by testing save of transpose faust). Minor addition to code doc of nnz().
Showing
- misc/test/src/Python/test_FaustPy.py 27 additions, 3 deletionsmisc/test/src/Python/test_FaustPy.py
- src/faust_linear_operator/CPU/faust_MatDense.h 1 addition, 1 deletionsrc/faust_linear_operator/CPU/faust_MatDense.h
- src/faust_linear_operator/CPU/faust_MatDense.hpp 18 additions, 5 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 2 additions, 2 deletionssrc/faust_linear_operator/CPU/faust_MatSparse.hpp
- src/faust_linear_operator/CPU/faust_Transform.h 2 additions, 1 deletionsrc/faust_linear_operator/CPU/faust_Transform.h
- src/faust_linear_operator/CPU/faust_Transform.hpp 5 additions, 3 deletionssrc/faust_linear_operator/CPU/faust_Transform.hpp
- src/faust_linear_operator/faust_MatGeneric.h 2 additions, 1 deletionsrc/faust_linear_operator/faust_MatGeneric.h
- wrapper/matlab/Faust.m 2 additions, 2 deletionswrapper/matlab/Faust.m
- wrapper/matlab/src/mexFaust.cpp.in 11 additions, 9 deletionswrapper/matlab/src/mexFaust.cpp.in
- wrapper/python/FaustPy.py 5 additions, 1 deletionwrapper/python/FaustPy.py
- wrapper/python/src/FaustCoreCpp.h 1 addition, 1 deletionwrapper/python/src/FaustCoreCpp.h
- wrapper/python/src/FaustCoreCpp.hpp 2 additions, 2 deletionswrapper/python/src/FaustCoreCpp.hpp
- wrapper/python/src/FaustCoreCy.pxd 1 addition, 1 deletionwrapper/python/src/FaustCoreCy.pxd
- wrapper/python/src/FaustCorePy.pyx 2 additions, 2 deletionswrapper/python/src/FaustCorePy.pyx
Loading
Please register or sign in to comment