A Swift library that uses the Accelerate framework to provide high-performance functions for matrix math, digital signal processing, and image manipulation.
-
Updated
May 16, 2020 - Swift
Add a description, image, and links to the dsp topic page so that developers can more easily learn about it.
To associate your repository with the dsp topic, visit your repo's landing page and select "manage topics."
unicode_literals
was necessary pre-Python 2.6;absolute_import
pre-2.5.It's especially not necessary on Py3.
Hence in the sence of cleaning up the source tree, deletion of all
from __future__ import something
from the python files is desirable. This should ideally not happen manually, but with a script, or command line: we need to do that onmaster
, but it might also be desirable to