#include "slepceps.h" PetscErrorCode EPSDenseNHEP(PetscInt n_,PetscScalar *A,PetscScalar *w,PetscScalar *wi,PetscScalar *V,PetscScalar *W)Not Collective
n | - dimension of the eigenproblem | |
A | - pointer to the array containing the matrix values |
w | - pointer to the array to store the computed eigenvalues | |
wi | - imaginary part of the eigenvalues (only when using real numbers) | |
V | - pointer to the array to store right eigenvectors | |
W | - pointer to the array to store left eigenvectors |
Matrix A is overwritten.
This routine uses LAPACK routines xGEEVX.
Location: src/eps/interface/dense.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages