#include "slepceps.h" PetscErrorCode EPSSortDenseSchurGeneralized(EPS eps,PetscInt n_,PetscInt k0,PetscInt k1,PetscScalar *T,PetscScalar *S,PetscInt ldt_,PetscScalar *Q,PetscScalar *Z,PetscScalar *wr,PetscScalar *wi)Not Collective
| eps | - the eigensolver context | |
| n | - dimension of the matrix | |
| k0 | - first active column | |
| k1 | - last column to be ordered | |
| ldt | - leading dimension of T |
| T,S | - the upper (quasi-)triangular matrices | |
| Q,Z | - the orthogonal matrix of Schur vectors | |
| wr | - pointer to the array to store the computed eigenvalues | |
| wi | - imaginary part of the eigenvalues (only when using real numbers) |
T,S,Q and Z are overwritten.
This routine uses LAPACK routines xTGEXC.
Location: src/eps/interface/dense.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages