[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] about sorting eigenvalues
From: |
Rhys Ulerich |
Subject: |
Re: [Help-gsl] about sorting eigenvalues |
Date: |
Wed, 29 Feb 2012 13:00:34 -0600 |
> I have a real symmetric matrix and use gsl_eigen_symm to compute the
> eigenvalues. After that I need to sort the eigenvalues, but I find in the
> manual gsl_eigen_symmv_sort, which sorts the eigenvalues as well as the
> eigenvectors. I just need to sort the eigenvalues. What function should I
> use?
Does gsl_sort_vector accomplish what you need?
http://www.gnu.org/software/gsl/manual/html_node/Sorting-vectors.html
- Rhys