Installation
pyoptmat is written in pure python and a source package is available on PyPi. Installing pyoptmat can then be as easy as this:
$ pip install pyoptmat
The package relies heavily on pyro and torch for optimization and inference algorithms and GPU support. If you are running on GPUs then you should follow the platform-specific installation guide for torch, rather than use the CPU-only version that PyPi will provide by default.