#include "slepceps.h" PetscErrorCode EPSSortEigenvalues(EPS eps,PetscInt n,PetscScalar *eigr,PetscScalar *eigi,PetscInt *perm)Not Collective
eps | - the eigensolver context | |
n | - number of eigenvalues in the list | |
eigr | - pointer to the array containing the eigenvalues | |
eigi | - imaginary part of the eigenvalues (only when using real numbers) |
Location: src/eps/interface/solve.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages