Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 522 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 522 Bytes

Laplace approximation using independent gamma distributions

Build Status

Building

Compile-time dependencies

Building the library requires CMake.

Compiling the laplus C library requires the GNU Scientific Library.

On Debian/Ubuntu:

sudo apt-get install libgsl0-dev

Compiling

Run make to obtain static and dynamic libraries.