The xtensor C++ library for numerical analysis with multi-dimensional array expressions is provided as a header-only C++14 library. It offers an extensible expression system enabling lazy broadcasting, an API following the idioms of the C++ standard library, and tools to manipulate array expressions and build upon xtensor.
The xtensor C++ library for numerical analysis with multi-dimensional array expressions is provided as a header-only C++14 library. It offers an extensible expression system enabling lazy broadcasting, an API following the idioms of the C++ standard library, and tools to manipulate array expressions and build upon xtensor.
To install R-xtensor, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install R-xtensor
To see what files were installed by R-xtensor, run:
port contents R-xtensor
To later upgrade R-xtensor, run:
sudo port selfupdate && sudo port upgrade R-xtensor
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.