| Line 5... |
Line 5... |
| 5 |
\alias{\%*\%,CsparseMatrix,denseMatrix-method}
|
5 |
\alias{\%*\%,CsparseMatrix,denseMatrix-method}
|
| 6 |
\alias{coerce,CsparseMatrix,TsparseMatrix-method}
|
6 |
\alias{coerce,CsparseMatrix,TsparseMatrix-method}
|
| 7 |
\alias{coerce,CsparseMatrix,denseMatrix-method}
|
7 |
\alias{coerce,CsparseMatrix,denseMatrix-method}
|
| 8 |
\alias{crossprod,CsparseMatrix,missing-method}
|
8 |
\alias{crossprod,CsparseMatrix,missing-method}
|
| 9 |
\alias{t,CsparseMatrix-method}
|
9 |
\alias{t,CsparseMatrix-method}
|
| 10 |
\alias{tcrossprod,CsparseMatrix-method}
|
10 |
\alias{tcrossprod,CsparseMatrix,missing-method}
|
| 11 |
\title{Class "CsparseMatrix" of Sparse Matrices in Column-compressed Form}
|
11 |
\title{Class "CsparseMatrix" of Sparse Matrices in Column-compressed Form}
|
| 12 |
\description{The \code{"CsparseMatrix"} class is the virtual class of
|
12 |
\description{The \code{"CsparseMatrix"} class is the virtual class of
|
| 13 |
all sparse matrices coded in sorted compressed column-oriented form.
|
13 |
all sparse matrices coded in sorted compressed column-oriented form.
|
| 14 |
Since it is a virtual class, no objects may be created from it. See
|
14 |
Since it is a virtual class, no objects may be created from it. See
|
| 15 |
\code{showClass("CsparseMatrix")} for its subclasses.
|
15 |
\code{showClass("CsparseMatrix")} for its subclasses.
|
| Line 33... |
Line 33... |
| 33 |
}
|
33 |
}
|
| 34 |
\section{Methods}{
|
34 |
\section{Methods}{
|
| 35 |
\describe{
|
35 |
\describe{
|
| 36 |
\item{crossprod}{\code{signature(x = "CsparseMatrix", y = "missing")}: ... }
|
36 |
\item{crossprod}{\code{signature(x = "CsparseMatrix", y = "missing")}: ... }
|
| 37 |
\item{t}{\code{signature(x = "CsparseMatrix")}: ... }
|
37 |
\item{t}{\code{signature(x = "CsparseMatrix")}: ... }
|
| 38 |
\item{tcrossprod}{\code{signature(x = "CsparseMatrix")}: ... }
|
38 |
\item{tcrossprod}{\code{signature(x = "CsparseMatrix", y = "missing")}: ... }
|
| 39 |
\item{\%*\%}{\code{signature(x = "CsparseMatrix", y =
|
39 |
\item{\%*\%}{\code{signature(x = "CsparseMatrix", y =
|
| 40 |
"CsparseMatrix")}: ...}
|
40 |
"CsparseMatrix")}: ...}
|
| 41 |
\item{\%*\%}{\code{signature(x = "CsparseMatrix", y = "denseMatrix")}: ...}
|
41 |
\item{\%*\%}{\code{signature(x = "CsparseMatrix", y = "denseMatrix")}: ...}
|
| 42 |
}
|
42 |
}
|
| 43 |
}
|
43 |
}
|