Skip to content

Quick Introduction

Barış Kurt edited this page Apr 19, 2016 · 5 revisions

How to use ?

PML is a header-only C++ library, which requires GSL and Cblas to be installed a priori. Once you download the pml.hpp, you can include it in your source file and compile your code with the following additional compiler options

-std=c++11 -lgsl -lgslcblas

Clone this wiki locally