-
- Downloads
Implement the spectral norm (operator L2 norm) using gpu_mod@7d259afe.
Two methods have been implemented, only the more efficient is enabled (except for a special case which poses problem: see issue #140). Minor change: review member functions and arguments constness in TransformHelper. [skip ci]
Showing
- src/faust_linear_operator/CPU/faust_TransformHelper.h 5 additions, 5 deletionssrc/faust_linear_operator/CPU/faust_TransformHelper.h
- src/faust_linear_operator/CPU/faust_TransformHelper.hpp 43 additions, 5 deletionssrc/faust_linear_operator/CPU/faust_TransformHelper.hpp
- src/faust_linear_operator/CPU/faust_gpu_mod.h 8 additions, 0 deletionssrc/faust_linear_operator/CPU/faust_gpu_mod.h
- src/faust_linear_operator/CPU/faust_gpu_mod_gen.hpp.in 96 additions, 0 deletionssrc/faust_linear_operator/CPU/faust_gpu_mod_gen.hpp.in
Loading
Please register or sign in to comment