-
- Downloads
Add the new matrix type MatBSR with its uncompleted test (test_MatBSR).
Only the Frobenius norm is tested in testMatBSR so far.
Showing
- misc/test/CMakeLists.txt 1 addition, 1 deletionmisc/test/CMakeLists.txt
- misc/test/src/C++/test_MatBSR.cpp.in 37 additions, 0 deletionsmisc/test/src/C++/test_MatBSR.cpp.in
- src/faust_linear_operator/CPU/faust_MatBSR.h 246 additions, 0 deletionssrc/faust_linear_operator/CPU/faust_MatBSR.h
- src/faust_linear_operator/CPU/faust_MatBSR.hpp 931 additions, 0 deletionssrc/faust_linear_operator/CPU/faust_MatBSR.hpp
- src/faust_linear_operator/CPU/faust_MatDense.h 8 additions, 4 deletionssrc/faust_linear_operator/CPU/faust_MatDense.h
- 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_Vect.h 4 additions, 0 deletionssrc/faust_linear_operator/CPU/faust_Vect.h
- src/faust_linear_operator/faust_MatGeneric.h 5 additions, 2 deletionssrc/faust_linear_operator/faust_MatGeneric.h
- src/faust_linear_operator/faust_MatGeneric.hpp 5 additions, 0 deletionssrc/faust_linear_operator/faust_MatGeneric.hpp
- src/faust_linear_operator/faust_constant.h.in 1 addition, 0 deletionssrc/faust_linear_operator/faust_constant.h.in
misc/test/src/C++/test_MatBSR.cpp.in
0 → 100644
src/faust_linear_operator/CPU/faust_MatBSR.h
0 → 100644
This diff is collapsed.
Please register or sign in to comment