Function rgsl::eigen::genv_sort [] [src]

pub fn genv_sort(alpha: &VectorComplexF64, beta: &VectorF64, evec: &MatrixComplexF64, sort_type: EigenSort) -> Value

This function simultaneously sorts the eigenvalues stored in the vectors (alpha, beta) and the corresponding complex eigenvectors stored in the columns of the matrix evec into ascending or descending order according to the value of the parameter sort_type. Only EigenSort::AbsAsc and EigenSort::AbsDesc are supported due to the eigenvalues being complex.