The libSLM implements several solvers for the second order linear model proposed by our paper "The Second Order Linear Model" [arXiv].
Copy libSLM.py to your working directory and import the module:
import libSLM
That is it!
Please check tutorial/ directory for usage examples.