Genearlized eigenvalue problem.
base.rpdsyevx(
jobz,
range,
n,
a,
desca,
vl,
vu,
il,
iu,
abstol = 1e-08,
orfac = 0.001
)
Control for if vectors/values/both are returned.
Parameter to determine the search criteria for eigenvalues.
Problem size.
Matrix.
ScaLAPACK descriptor array.
Endpoints of the interval subset of the real line in which to search for eigenvalues, if specified by range
.
Eigenvalues with indices il
, ..., iu
will be found, if specified by range
.
Absolute error tolerance for the eigenvalues.
Eigenvectors with eigenvalues below orfac*norm(a) of each other are reorthogonalized.
For advanced users only. See pbdDMAT for high-level functions.