| Line 50... |
Line 50... |
| 50 |
\alias{image,ltTMatrix-method}
|
50 |
\alias{image,ltTMatrix-method}
|
| 51 |
\alias{t,lgCMatrix-method}
|
51 |
\alias{t,lgCMatrix-method}
|
| 52 |
\alias{t,lgTMatrix-method}
|
52 |
\alias{t,lgTMatrix-method}
|
| 53 |
\alias{t,lsCMatrix-method}
|
53 |
\alias{t,lsCMatrix-method}
|
| 54 |
\alias{t,ltCMatrix-method}
|
54 |
\alias{t,ltCMatrix-method}
|
| 55 |
\alias{tcrossprod,lgCMatrix-method}
|
55 |
\alias{tcrossprod,lgCMatrix,missing-method}
|
| 56 |
\alias{tcrossprod,lgTMatrix-method}
|
56 |
\alias{tcrossprod,lgTMatrix,missing-method}
|
| 57 |
\alias{tcrossprod,lsparseMatrix-method}
|
57 |
\alias{tcrossprod,lsparseMatrix,missing-method}
|
| 58 |
\title{Sparse logical matrices}
|
58 |
\title{Sparse logical matrices}
|
| 59 |
\description{The \code{lsparseMatrix} class is a virtual class of sparse
|
59 |
\description{The \code{lsparseMatrix} class is a virtual class of sparse
|
| 60 |
matrices with \code{TRUE}/\code{FALSE} entries. Only the positions of the
|
60 |
matrices with \code{TRUE}/\code{FALSE} entries. Only the positions of the
|
| 61 |
elements that are \code{TRUE} are stored. These can be stored in the
|
61 |
elements that are \code{TRUE} are stored. These can be stored in the
|
| 62 |
``triplet'' form (classes \code{lgTMatrix}, \code{lsTMatrix}, and
|
62 |
``triplet'' form (classes \code{lgTMatrix}, \code{lsTMatrix}, and
|