The R Project SVN R-packages

Rev

Rev 3175 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

\name{Unused-classes}
%% This is just a stub, not yet used really: -- move to own page when used
\docType{class}
\alias{iMatrix-class}
\alias{zMatrix-class}
\title{Virtual Classes Not Yet Used}

\description{
  \code{iMatrix} is the virtual class of all \bold{i}nteger
  (S4) matrices.  It extends the \code{\linkS4class{Matrix}} class directly.

  \code{zMatrix} is the virtual class of all \code{\link{complex}}
  (S4) matrices.  It extends the \code{\linkS4class{Matrix}} class directly.
}
\examples{
showClass("iMatrix")
showClass("zMatrix")
}
\keyword{classes}