| Line 35... |
Line 35... |
| 35 |
\item{\code{i}:}{Object of class \code{"integer"} - the row indices
|
35 |
\item{\code{i}:}{Object of class \code{"integer"} - the row indices
|
| 36 |
of non-zero entries \emph{in 0-base}, i.e., must be in
|
36 |
of non-zero entries \emph{in 0-base}, i.e., must be in
|
| 37 |
\code{0:(nrow(.)-1)}.}
|
37 |
\code{0:(nrow(.)-1)}.}
|
| 38 |
\item{\code{j}:}{Object of class \code{"integer"} - the column
|
38 |
\item{\code{j}:}{Object of class \code{"integer"} - the column
|
| 39 |
indices of non-zero entries. Must be the same length as slot
|
39 |
indices of non-zero entries. Must be the same length as slot
|
| 40 |
\code{i} and \emph{0-based} as well, i.e., in \code{0:(ncol(.)-1)}.}
|
40 |
\code{i} and \emph{0-based} as well, i.e., in
|
| - |
|
41 |
\code{0:(ncol(.)-1)}. For numeric Tsparse matrices, \code{(i,j)}
|
| - |
|
42 |
pairs can occur more than once, see \code{\linkS4class{dgTMatrix}}.
|
| - |
|
43 |
}
|
| 41 |
}
|
44 |
}
|
| 42 |
}
|
45 |
}
|
| 43 |
\section{Extends}{
|
46 |
\section{Extends}{
|
| 44 |
Class \code{"sparseMatrix"}, directly.
|
47 |
Class \code{"sparseMatrix"}, directly.
|
| 45 |
Class \code{"Matrix"}, by class \code{"sparseMatrix"}.
|
48 |
Class \code{"Matrix"}, by class \code{"sparseMatrix"}.
|