The R Project SVN R

Rev

Rev 61623 | Rev 67708 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 61623 Rev 62154
Line 23... Line 23...
23
    included) is used.  If \code{symmetric} is not specified, the matrix
23
    included) is used.  If \code{symmetric} is not specified, the matrix
24
    is inspected for symmetry.}
24
    is inspected for symmetry.}
25
  \item{only.values}{if \code{TRUE}, only the eigenvalues are computed
25
  \item{only.values}{if \code{TRUE}, only the eigenvalues are computed
26
    and returned, otherwise both eigenvalues and eigenvectors are
26
    and returned, otherwise both eigenvalues and eigenvectors are
27
    returned.}
27
    returned.}
28
  \item{EISPACK}{logical. Defunct and ignored (with a warning for true values).}
28
  \item{EISPACK}{logical. Defunct and ignored.}
29
}
29
}
30
\details{
30
\details{
31
  If \code{symmetric} is unspecified, the code attempts to
31
  If \code{symmetric} is unspecified, the code attempts to
32
  determine if the matrix is symmetric up to plausible numerical
32
  determine if the matrix is symmetric up to plausible numerical
33
  inaccuracies.  It is faster and surer to set the value yourself.
33
  inaccuracies.  It is faster and surer to set the value yourself.