Arguments
x
symmetric, numeric ddmatrix.
range
A set of interval endpoints, i.e. a numeric pair.
Controls the set of values over which the eigenvalue search occurs.
range.type
Controls whether interval range
refers to
a set of possible values for the eigenvalues, or a set of indices
for the eigenvalues. Options are "interval" and "index".
only.values
logical. Determines whether only the eigenvalues
should be computed, or if the eigenvectors should as well.
abstol
The absolute error tolerance for the eigenvalues.
orfac
Specifies which eigenvectors should be reorthogonalized.
Eigenvectors that correspond to eigenvalues which are within
tol=orfac*norm(A)of each other are to be reorthogonalized.