-
- Downloads
Finish pruneout C++ impl. for Faust::TransformHelper and add a unit test.
Adding also delete_col/delete_row() operations for MatDense/Sparse that are used by pruneout() and Transform::update_total_nnz().
Showing
- misc/test/CMakeLists.txt 1 addition, 1 deletionmisc/test/CMakeLists.txt
- misc/test/src/C++/unit/faust_pruneout.cpp.in 105 additions, 0 deletionsmisc/test/src/C++/unit/faust_pruneout.cpp.in
- src/faust_linear_operator/CPU/faust_MatDense.h 4 additions, 0 deletionssrc/faust_linear_operator/CPU/faust_MatDense.h
- src/faust_linear_operator/CPU/faust_MatDense.hpp 19 additions, 0 deletionssrc/faust_linear_operator/CPU/faust_MatDense.hpp
- src/faust_linear_operator/CPU/faust_MatSparse.h 2 additions, 0 deletionssrc/faust_linear_operator/CPU/faust_MatSparse.h
- src/faust_linear_operator/CPU/faust_MatSparse.hpp 24 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 9 additions, 1 deletionsrc/faust_linear_operator/CPU/faust_Transform.hpp
- src/faust_linear_operator/CPU/faust_TransformHelper.hpp 103 additions, 8 deletionssrc/faust_linear_operator/CPU/faust_TransformHelper.hpp
Loading
Please register or sign in to comment