I only wonder because the algorithm is iterative, so even if the list of eigenvalues is short, the conversion will still happen every time the algorithm loops. But if this is small enough to disregard, that's totally fine.
Apologies for the brevity, this was sent from my iPhone On Oct 5, 2010, at 3:22, Ted Dunning <[email protected]> wrote: > That isn't such a big deal. Just a short loop. > > On Mon, Oct 4, 2010 at 7:15 PM, Shannon Quinn <[email protected]> wrote: > >> Is >> there a way to solve this problem without my current "hack" of simply >> pasting each element in the list one-by-one into a Vector? >>
