The R Project SVN R-packages

Rev

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

Rev 1865 Rev 2191
Line 22... Line 22...
22
      allocated, i.e., \code{length(x)} does not depend on \code{diag}).}
22
      allocated, i.e., \code{length(x)} does not depend on \code{diag}).}
23
    %% below {Dim, Dimnames} work around Slot parsing buglet (< 2.2.0)
23
    %% below {Dim, Dimnames} work around Slot parsing buglet (< 2.2.0)
24
    \item{\code{Dim, Dimnames}:}{The dimension (a length-2
24
    \item{\code{Dim, Dimnames}:}{The dimension (a length-2
25
      \code{"integer"}) and corresponding names (or \code{NULL}),
25
      \code{"integer"}) and corresponding names (or \code{NULL}),
26
      inherited from the \code{\link{Matrix-class}}, see there.}
26
      inherited from the \code{\link{Matrix-class}}, see there.}
27
    \item{\code{factors}:}{a list of matrix factorizations, also from the
-
 
28
      \code{Matrix} class.}
-
 
29
  }
27
  }
30
}
28
}
31
\section{Extends}{
29
\section{Extends}{
32
  Class \code{"Matrix"}, directly.
30
  Class \code{"Matrix"}, directly.
33
}
31
}