-
- Downloads
Add a new function to_string() in...
Add a new function to_string() in Faust::MatGeneric/MatSparse/MatDense/Transform to refactor their Display() functions and be able to get information string from a Faust without having to display it. It will be useful for __str__() or __repr__() overloads in Python.
Showing
- src/faust_linear_operator/CPU/faust_MatDense.h 3 additions, 0 deletionssrc/faust_linear_operator/CPU/faust_MatDense.h
- src/faust_linear_operator/CPU/faust_MatDense.hpp 31 additions, 21 deletionssrc/faust_linear_operator/CPU/faust_MatDense.hpp
- src/faust_linear_operator/CPU/faust_MatSparse.h 4 additions, 1 deletionsrc/faust_linear_operator/CPU/faust_MatSparse.h
- src/faust_linear_operator/CPU/faust_MatSparse.hpp 21 additions, 15 deletionssrc/faust_linear_operator/CPU/faust_MatSparse.hpp
- src/faust_linear_operator/CPU/faust_Transform.h 1 addition, 0 deletionssrc/faust_linear_operator/CPU/faust_Transform.h
- src/faust_linear_operator/CPU/faust_Transform.hpp 14 additions, 9 deletionssrc/faust_linear_operator/CPU/faust_Transform.hpp
- src/faust_linear_operator/faust_MatGeneric.h 6 additions, 3 deletionssrc/faust_linear_operator/faust_MatGeneric.h
- src/faust_linear_operator/faust_MatGeneric.hpp 9 additions, 2 deletionssrc/faust_linear_operator/faust_MatGeneric.hpp
Loading
Please register or sign in to comment