| Line 23... |
Line 23... |
| 23 |
\alias{tcrossprod,CsparseMatrix,missing-method}
|
23 |
\alias{tcrossprod,CsparseMatrix,missing-method}
|
| 24 |
\alias{colMeans,CsparseMatrix-method}
|
24 |
\alias{colMeans,CsparseMatrix-method}
|
| 25 |
\alias{colSums,CsparseMatrix-method}
|
25 |
\alias{colSums,CsparseMatrix-method}
|
| 26 |
\alias{rowMeans,CsparseMatrix-method}
|
26 |
\alias{rowMeans,CsparseMatrix-method}
|
| 27 |
\alias{rowSums,CsparseMatrix-method}
|
27 |
\alias{rowSums,CsparseMatrix-method}
|
| 28 |
%% Group methods --------- FIXME: These are not tested yet (or documented)
|
28 |
%% Group methods --------- FIXME: not tested yet (or documented)
|
| 29 |
\alias{Arith,numeric,CsparseMatrix-method}
|
29 |
\alias{Arith,CsparseMatrix,CsparseMatrix-method}
|
| 30 |
\alias{Arith,CsparseMatrix,numeric-method}
|
30 |
\alias{Arith,CsparseMatrix,numeric-method}
|
| - |
|
31 |
\alias{Arith,numeric,CsparseMatrix-method}
|
| 31 |
\alias{Math,CsparseMatrix-method}
|
32 |
\alias{Math,CsparseMatrix-method}
|
| 32 |
%
|
33 |
%
|
| 33 |
\title{Class "CsparseMatrix" of Sparse Matrices in Column-compressed Form}
|
34 |
\title{Class "CsparseMatrix" of Sparse Matrices in Column-compressed Form}
|
| 34 |
\description{The \code{"CsparseMatrix"} class is the virtual class of
|
35 |
\description{The \code{"CsparseMatrix"} class is the virtual class of
|
| 35 |
all sparse matrices coded in sorted compressed column-oriented form.
|
36 |
all sparse matrices coded in sorted compressed column-oriented form.
|