Message-ID: <B2DC9A53-D697-4A16-8E89-E99569D6B927@xs4all.nl>
Date: 2013-08-04T19:33:35Z
From: Berend Hasselman
Subject: Redundant text in help page for eigen
I noticed that there is some redundant text in eigen.Rd (both the patched and the devel version).
"whereas" appears to be a leftover of previous versions.
\source{
By default \code{eigen} uses the LAPACK routines \code{DSYEVR},
\code{DGEEV}, \code{ZHEEV} and \code{ZGEEV} whereas
LAPACK is from \url{http://www.netlib.org/lapack} and its guide is listed
in the references.
}
Berend