Revision 04bbc417cf2927b827660bc07743429783569aec authored by HwB on 10 February 2013, 00:00:00 UTC, committed by Gabor Csardi on 10 February 2013, 00:00:00 UTC
1 parent 0e3ae6b
Raw File
rosser.Rd
\name{rosser}
\alias{rosser}
\title{Rosser Matrix}
\description{
Generate the Rosser matrix.
}
\usage{
rosser()
}
\details{
This is a classic symmetric eigenvalue test problem.
It has a double eigenvalue, three nearly equal eigenvalues, dominant
eigenvalues of opposite sign, a zero eigenvalue, and a small, nonzero
eigenvalue.
}
\value{
matrix of size 8 x 8
}
\seealso{
  \code{\link{wilkinson}}
}
\examples{
rosser()
}
\keyword{ array }
back to top