#include "slepceps.h" PetscErrorCode EPSDenseTridiagonal(PetscInt n_,PetscReal *D,PetscReal *E,PetscReal *w,PetscScalar *V)Not Collective
n | - dimension of the eigenproblem | |
D | - pointer to the array containing the diagonal elements | |
E | - pointer to the array containing the off-diagonal elements |
w | - pointer to the array to store the computed eigenvalues | |
V | - pointer to the array to store the eigenvectors |
This routine use LAPACK routines xSTEVR.
Location: src/eps/interface/dense.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages