[Eigen] fix SPD eigen solver backend
The signature of the Cholesky-type Eigen solvers is class <class,int,class>
and not class <class,int>
. We use the former signature and set the third template parameter to the approximate minimum degree algorithm which is the default for the Cholesky-type solvers in Eigen.
This fixes #47 (closed)