Function rgsl::eigen::genhermv_sort
[−]
[src]
pub fn genhermv_sort(eval: &VectorF64, evec: &MatrixComplexF64, sort_type: EigenSort) -> Value
This function simultaneously sorts the eigenvalues stored in the vector eval 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.