| Line 44... |
Line 44... |
| 44 |
Class \code{"Matrix"}, by class \code{"sparseMatrix"}.
|
44 |
Class \code{"Matrix"}, by class \code{"sparseMatrix"}.
|
| 45 |
}
|
45 |
}
|
| 46 |
\section{Methods}{
|
46 |
\section{Methods}{
|
| 47 |
Only \bold{few} methods are defined currently on purpose, since we
|
47 |
Only \bold{few} methods are defined currently on purpose, since we
|
| 48 |
rather use the \code{\linkS4class{CsparseMatrix}} in \pkg{Matrix}.
|
48 |
rather use the \code{\linkS4class{CsparseMatrix}} in \pkg{Matrix}.
|
| - |
|
49 |
Recently, more methods were added but \emph{beware} that these
|
| - |
|
50 |
typically do \emph{not} return \code{"RsparseMatrix"} results, but
|
| - |
|
51 |
rather Csparse* or Tsparse* ones.
|
| 49 |
\describe{
|
52 |
\describe{
|
| 50 |
\item{t}{\code{signature(x = "RsparseMatrix")}: ... }
|
53 |
\item{t}{\code{signature(x = "RsparseMatrix")}: ... }
|
| 51 |
\item{coerce}{\code{signature(from = "RsparseMatrix", to = "CsparseMatrix")}: ... }
|
54 |
\item{coerce}{\code{signature(from = "RsparseMatrix", to = "CsparseMatrix")}: ... }
|
| 52 |
\item{coerce}{\code{signature(from = "RsparseMatrix", to = "TsparseMatrix")}: ... }
|
55 |
\item{coerce}{\code{signature(from = "RsparseMatrix", to = "TsparseMatrix")}: ... }
|
| 53 |
}
|
56 |
}
|