We consider the solution of the linear matrix function equation
\begin{align}\label{eq:matrixfunc}
\vec{x} = f(A) \vec{b}
\end{align}
for the vector
When you use the matrix-function extension you will need to have [boost](https://www.boost.org/) and lapack installed on your system. On linux, installing `libboost-dev` and `liblapacke-dev` should suffice. When configuring on a non-default system add lapack to the `LIBLAPACK` configuration variable in the Makefile.
#include "dg/algorithm.h"
#include "dg/matrix/matrix.h" //requires boost and lapacke
to be continued ... (check out doxygen documentation for now)