Module spline

This module includes the SplineL1 class for solving the problem

\[\mathrm{argmin}_\mathbf{x} \; \| W(\mathbf{x} - \mathbf{s}) \|_1 + \frac{\lambda}{2} \; \| D \mathbf{x} \|_2^2\]

A usage example is available.