C++ wavelet mini-library building on the blitz++ array template library
blitzwave is a C++ wavelet mini-library building on the blitz++ array template library. blitzwave is heavily templated and supports wavelet decompositions of n-dimensional arrays of various numerical data types. You can define and use your own wavelets, a number of pre-defined, ready-to-use wavelets are available
blitzwave is a C++ wavelet mini-library building on the blitz++ array template library. blitzwave is heavily templated and supports wavelet decompositions of n-dimensional arrays of various numerical data types. You can define and use your own wavelets, a number of pre-defined, ready-to-use wavelets are available
To install blitzwave, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install blitzwave
To see what files were installed by blitzwave, run:
port contents blitzwave
To later upgrade blitzwave, run:
sudo port selfupdate && sudo port upgrade blitzwave
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.