Re: [eigen] Implementation of eigs? |
[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]
For some computation I need to compute the say 10 highest eigenvaluesof a symmetric positive definite matrix.The numerical technique is typically the power-method but this gives onlythe highest eigenvector and more work is required for getting more thanone eigenvector.In Matlab the command of choice is eigs(A, 10) and it is implemented aswell in the "octave" open source software.Could we have such a functionality in Eigen? That would be fairly naturalfor Eigen.Mathieu
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |