On Wed, Jun 19, 2013 at 12:20 AM, Ted Dunning <ted.dunn...@gmail.com> wrote:
> > As far as in-memory solvers, we have: > > 1) LR decomposition (tested and kinda fast) > > 2) Cholesky decomposition (tested) > > 3) SVD (tested) > Ted, so we don't have an eigensolver for the in-core Matrix? I understand that svd can be solved with an eigen decomposition but not the other way around, right?