| Line 22... |
Line 22... |
| 22 |
\alias{crossprod,CsparseMatrix,numeric-method}
|
22 |
\alias{crossprod,CsparseMatrix,numeric-method}
|
| 23 |
\alias{diag,CsparseMatrix-method}
|
23 |
\alias{diag,CsparseMatrix-method}
|
| 24 |
\alias{t,CsparseMatrix-method}
|
24 |
\alias{t,CsparseMatrix-method}
|
| 25 |
\alias{tcrossprod,CsparseMatrix,CsparseMatrix-method}
|
25 |
\alias{tcrossprod,CsparseMatrix,CsparseMatrix-method}
|
| 26 |
\alias{tcrossprod,CsparseMatrix,missing-method}
|
26 |
\alias{tcrossprod,CsparseMatrix,missing-method}
|
| 27 |
\alias{colMeans,CsparseMatrix-method}
|
- |
|
| 28 |
\alias{colSums,CsparseMatrix-method}
|
- |
|
| 29 |
\alias{rowMeans,CsparseMatrix-method}
|
- |
|
| 30 |
\alias{rowSums,CsparseMatrix-method}
|
- |
|
| 31 |
%% Group methods --------- FIXME: not tested yet (or documented)
|
27 |
%% Group methods --------- FIXME: not tested yet (or documented)
|
| 32 |
\alias{Arith,CsparseMatrix,CsparseMatrix-method}
|
28 |
\alias{Arith,CsparseMatrix,CsparseMatrix-method}
|
| 33 |
\alias{Arith,CsparseMatrix,numeric-method}
|
29 |
\alias{Arith,CsparseMatrix,numeric-method}
|
| 34 |
\alias{Arith,numeric,CsparseMatrix-method}
|
30 |
\alias{Arith,numeric,CsparseMatrix-method}
|
| 35 |
\alias{Compare,CsparseMatrix,CsparseMatrix-method}
|
31 |
\alias{Compare,CsparseMatrix,CsparseMatrix-method}
|
| Line 85... |
Line 81... |
| 85 |
\item{coerce}{\code{signature(from = "CsparseMatrix", to = "matrix")}: ... }
|
81 |
\item{coerce}{\code{signature(from = "CsparseMatrix", to = "matrix")}: ... }
|
| 86 |
\item{coerce}{\code{signature(from = "CsparseMatrix", to = "lsparseMatrix")}: ... }
|
82 |
\item{coerce}{\code{signature(from = "CsparseMatrix", to = "lsparseMatrix")}: ... }
|
| 87 |
\item{coerce}{\code{signature(from = "CsparseMatrix", to = "nsparseMatrix")}: ... }
|
83 |
\item{coerce}{\code{signature(from = "CsparseMatrix", to = "nsparseMatrix")}: ... }
|
| 88 |
\item{coerce}{\code{signature(from = "TsparseMatrix", to = "CsparseMatrix")}: ... }
|
84 |
\item{coerce}{\code{signature(from = "TsparseMatrix", to = "CsparseMatrix")}: ... }
|
| 89 |
\item{coerce}{\code{signature(from = "denseMatrix", to = "CsparseMatrix")}: ... }
|
85 |
\item{coerce}{\code{signature(from = "denseMatrix", to = "CsparseMatrix")}: ... }
|
| 90 |
\item{colMeans}{\code{signature(x = "CsparseMatrix")}: ... }
|
- |
|
| 91 |
\item{colSums}{\code{signature(x = "CsparseMatrix")}: ... }
|
- |
|
| 92 |
\item{crossprod}{\code{signature(x = "CsparseMatrix", y = "CsparseMatrix")}: ... }
|
86 |
\item{crossprod}{\code{signature(x = "CsparseMatrix", y = "CsparseMatrix")}: ... }
|
| 93 |
\item{crossprod}{\code{signature(x = "CsparseMatrix", y = "missing")}: ... }
|
87 |
\item{crossprod}{\code{signature(x = "CsparseMatrix", y = "missing")}: ... }
|
| 94 |
\item{crossprod}{\code{signature(x = "CsparseMatrix", y = "dgeMatrix")}: ... }
|
88 |
\item{crossprod}{\code{signature(x = "CsparseMatrix", y = "dgeMatrix")}: ... }
|
| 95 |
\item{crossprod}{\code{signature(x = "CsparseMatrix", y = "matrix")}: ... }
|
89 |
\item{crossprod}{\code{signature(x = "CsparseMatrix", y = "matrix")}: ... }
|
| 96 |
\item{diag}{\code{signature(x = "CsparseMatrix")}: ... }
|
90 |
\item{diag}{\code{signature(x = "CsparseMatrix")}: ... }
|
| 97 |
\item{gamma}{\code{signature(x = "CsparseMatrix")}: ... }
|
91 |
\item{gamma}{\code{signature(x = "CsparseMatrix")}: ... }
|
| 98 |
\item{lgamma}{\code{signature(x = "CsparseMatrix")}: ... }
|
92 |
\item{lgamma}{\code{signature(x = "CsparseMatrix")}: ... }
|
| 99 |
\item{log}{\code{signature(x = "CsparseMatrix")}: ... }
|
93 |
\item{log}{\code{signature(x = "CsparseMatrix")}: ... }
|
| 100 |
\item{rowMeans}{\code{signature(x = "CsparseMatrix")}: ... }
|
- |
|
| 101 |
\item{rowSums}{\code{signature(x = "CsparseMatrix")}: ... }
|
- |
|
| 102 |
\item{t}{\code{signature(x = "CsparseMatrix")}: ... }
|
94 |
\item{t}{\code{signature(x = "CsparseMatrix")}: ... }
|
| 103 |
\item{tcrossprod}{\code{signature(x = "CsparseMatrix", y = "CsparseMatrix")}: ... }
|
95 |
\item{tcrossprod}{\code{signature(x = "CsparseMatrix", y = "CsparseMatrix")}: ... }
|
| 104 |
\item{tcrossprod}{\code{signature(x = "CsparseMatrix", y = "missing")}: ... }
|
96 |
\item{tcrossprod}{\code{signature(x = "CsparseMatrix", y = "missing")}: ... }
|
| 105 |
\item{tril}{\code{signature(x = "CsparseMatrix")}: ... }
|
97 |
\item{tril}{\code{signature(x = "CsparseMatrix")}: ... }
|
| 106 |
\item{triu}{\code{signature(x = "CsparseMatrix")}: ... }
|
98 |
\item{triu}{\code{signature(x = "CsparseMatrix")}: ... }
|
| 107 |
}
|
99 |
}
|
| 108 |
}
|
100 |
}
|
| 109 |
\seealso{
|
101 |
\seealso{
|
| - |
|
102 |
\code{\link{colSums}}, \code{\link{kronecker}}, and other such methods
|
| - |
|
103 |
with own help pages.
|
| - |
|
104 |
|
| - |
|
105 |
Further, the super class of \code{CsparseMatrix},
|
| 110 |
its superclass, \code{\linkS4class{sparseMatrix}}, and, e.g.,
|
106 |
\code{\linkS4class{sparseMatrix}}, and, e.g.,
|
| 111 |
class \code{\linkS4class{dgCMatrix}} for the links to other classes.
|
107 |
class \code{\linkS4class{dgCMatrix}} for the links to other classes.
|
| 112 |
}
|
108 |
}
|
| 113 |
\examples{
|
109 |
\examples{
|
| 114 |
showClass("CsparseMatrix")
|
110 |
showClass("CsparseMatrix")
|
| 115 |
}
|
111 |
}
|