Miscellaneous compiled utilities for Yorick (hash tables...)
Yeti is an extension of Yorick which implements:
* hash table objects
* regular expressions
* complex, real-complex and complex-real FFT by FFTW2
* wavelet filtering ("à trou" method)
* fast convolution along a chosen dimension
* more string functions
* memory hacking routines
* more math functions (sinc, round, arc)
* generalized matrix-vector multiplication
* sparse matrix
* routines to query/check Yorick's symbols
* support for reading TIFF images
* morpho-math operators
* 120 special functions from GNU Scientific Library
* ...
Yeti is an extension of Yorick which implements:
* hash table objects
* regular expressions
* complex, real-complex and complex-real FFT by FFTW2
* wavelet filtering ("à trou" method)
* fast convolution along a chosen dimension
* more string functions
* memory hacking routines
* more math functions (sinc, round, arc)
* generalized matrix-vector multiplication
* sparse matrix
* routines to query/check Yorick's symbols
* support for reading TIFF images
* morpho-math operators
* 120 special functions from GNU Scientific Library
* ...
To install yorick-yeti, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install yorick-yeti
To see what files were installed by yorick-yeti, run:
port contents yorick-yeti
To later upgrade yorick-yeti, run:
sudo port selfupdate && sudo port upgrade yorick-yeti
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.