| Line 17... |
Line 17... |
| 17 |
\alias{crossprod,TsparseMatrix,missing-method}
|
17 |
\alias{crossprod,TsparseMatrix,missing-method}
|
| 18 |
\alias{tcrossprod,TsparseMatrix,ANY-method}
|
18 |
\alias{tcrossprod,TsparseMatrix,ANY-method}
|
| 19 |
\alias{tcrossprod,TsparseMatrix,missing-method}
|
19 |
\alias{tcrossprod,TsparseMatrix,missing-method}
|
| 20 |
\alias{solve,TsparseMatrix,ANY-method}
|
20 |
\alias{solve,TsparseMatrix,ANY-method}
|
| 21 |
\alias{solve,TsparseMatrix,missing-method}
|
21 |
\alias{solve,TsparseMatrix,missing-method}
|
| 22 |
% \alias{colMeans,TsparseMatrix-method}
|
- |
|
| 23 |
% \alias{colSums,TsparseMatrix-method}
|
- |
|
| 24 |
\alias{rowMeans,TsparseMatrix-method}
|
- |
|
| 25 |
\alias{rowSums,TsparseMatrix-method}
|
- |
|
| 26 |
\alias{t,TsparseMatrix-method}
|
22 |
\alias{t,TsparseMatrix-method}
|
| 27 |
%
|
23 |
%
|
| 28 |
\description{The \code{"TsparseMatrix"} class is the virtual class of
|
24 |
\description{The \code{"TsparseMatrix"} class is the virtual class of
|
| 29 |
all sparse matrices coded in triplet form. Since it is a virtual class,
|
25 |
all sparse matrices coded in triplet form. Since it is a virtual class,
|
| 30 |
no objects may be created from it. See
|
26 |
no objects may be created from it. See
|