Numeric array and linear algebra extension for Tcl
This package provides a numerical array extension for Tcl with support for vectors, matrices and higher-rank tensors of integers, floating point and complex numbers. It has built-in support for basic array shaping, slicing and linear algebra subroutines and is designed to integrate seamlessly with Tcl.
This package provides a numerical array extension for Tcl with support for vectors, matrices and higher-rank tensors of integers, floating point and complex numbers. It has built-in support for basic array shaping, slicing and linear algebra subroutines and is designed to integrate seamlessly with Tcl.
To install VecTcl, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install VecTcl
To see what files were installed by VecTcl, run:
port contents VecTcl
To later upgrade VecTcl, run:
sudo port selfupdate && sudo port upgrade VecTcl
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.