-
- Downloads
Add a variadic template ctor for TransformHelper, add push_back_() related functions and a test.
It eases the creation of TransformHelper objects by passing any arguments of type Transform, TransformHelper or std::vector<MatGeneric*> which are used to form a sequence of factors in the new TransformHelper object (in the same order and without any copy). Modify Transform::push_back() to allow not copying a MatGeneric. Example: see misc/test/src/C++/unit/test_TransformHelper_variadic_template_ctor.cpp.in Other minor changes.
Showing
- misc/test/CMakeLists.txt 1 addition, 1 deletionmisc/test/CMakeLists.txt
- misc/test/src/C++/unit/test_TransformHelper_and_Transform_fac_iterato.cpp.in 3 additions, 4 deletions...nit/test_TransformHelper_and_Transform_fac_iterato.cpp.in
- misc/test/src/C++/unit/test_TransformHelper_variadic_template_ctor.cpp.in 123 additions, 0 deletions...+/unit/test_TransformHelper_variadic_template_ctor.cpp.in
- src/faust_linear_operator/CPU/faust_Transform.h 6 additions, 2 deletionssrc/faust_linear_operator/CPU/faust_Transform.h
- src/faust_linear_operator/CPU/faust_Transform.hpp 16 additions, 6 deletionssrc/faust_linear_operator/CPU/faust_Transform.hpp
- src/faust_linear_operator/CPU/faust_TransformHelper.h 7 additions, 2 deletionssrc/faust_linear_operator/CPU/faust_TransformHelper.h
- src/faust_linear_operator/CPU/faust_TransformHelper.hpp 32 additions, 4 deletionssrc/faust_linear_operator/CPU/faust_TransformHelper.hpp
Loading
Please register or sign in to comment