-
- Downloads
You need to sign in or sign up before continuing.
Overload Faust::multiply_order_opt_all_best() and add a test (faust_mult2).
This new function manages list of MatGeneric (elements can be MatSparse or MatDense) instead of only MatDense as the older function does. It allows to optimize Faust-matrix product or dense matrix calculation in certain cases. [skip ci]
Showing
- misc/test/CMakeLists.txt 1 addition, 1 deletionmisc/test/CMakeLists.txt
- misc/test/src/C++/unit/faust_mult2.cpp.in 117 additions, 0 deletionsmisc/test/src/C++/unit/faust_mult2.cpp.in
- src/faust_linear_operator/CPU/faust_TransformHelper.hpp 13 additions, 5 deletionssrc/faust_linear_operator/CPU/faust_TransformHelper.hpp
- src/faust_linear_operator/CPU/faust_linear_algebra.h 3 additions, 0 deletionssrc/faust_linear_operator/CPU/faust_linear_algebra.h
- src/faust_linear_operator/CPU/faust_linear_algebra.hpp 122 additions, 0 deletionssrc/faust_linear_operator/CPU/faust_linear_algebra.hpp
Loading
Please register or sign in to comment