Rev 2196 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{compMatrix-class}\docType{class}\alias{compMatrix-class}\title{Class "compMatrix" of Composite (Factorizable) Matrices}\description{Virtual class of \emph{composite} matrices; i.e., matricesthat can be \emph{factorized}, typically as a product of simplermatrices.}\section{Objects from the Class}{A virtual Class: No objects may be created from it.}\section{Slots}{\describe{\item{\code{factors}:}{Object of class \code{"list"} - a listof factorizations of the matrix. Note that this is typicallyempty, i.e. \code{list()}, initially and is updated automagicallywhenever a matrix factorization is computed.}\item{\code{Dim}}{,}\item{\code{Dimnames}:}{inherited from the\code{\linkS4class{Matrix}} class, see there.}}}\section{Extends}{Class \code{"Matrix"}, directly.}% \section{Methods}{% No methods defined with class "compMatrix" in the signature.% }%% FIXME: add stuff here:% \seealso{%% }% \examples{% ##---- Should be DIRECTLY executable !! ----% }\keyword{classes}