| Line 3... |
Line 3... |
| 3 |
\title{Sparse Compressed, Row-oriented Numeric Matrices}
|
3 |
\title{Sparse Compressed, Row-oriented Numeric Matrices}
|
| 4 |
\alias{dgRMatrix-class}
|
4 |
\alias{dgRMatrix-class}
|
| 5 |
% all alias{coerce,...} are currently in ./RsparseMatrix-class.Rd
|
5 |
% all alias{coerce,...} are currently in ./RsparseMatrix-class.Rd
|
| 6 |
\alias{diag,dgRMatrix-method}
|
6 |
\alias{diag,dgRMatrix-method}
|
| 7 |
\alias{dim,dgRMatrix-method}
|
7 |
\alias{dim,dgRMatrix-method}
|
| 8 |
\alias{image,dgRMatrix-method}
|
- |
|
| 9 |
\alias{t,dgRMatrix-method}
|
8 |
\alias{t,dgRMatrix-method}
|
| 10 |
\description{The \code{dgRMatrix} class is a class of sparse numeric
|
9 |
\description{The \code{dgRMatrix} class is a class of sparse numeric
|
| 11 |
matrices in the compressed, sparse, row-oriented format. In this
|
10 |
matrices in the compressed, sparse, row-oriented format. In this
|
| 12 |
implementation the non-zero elements in the rows are sorted into
|
11 |
implementation the non-zero elements in the rows are sorted into
|
| 13 |
increasing column order.
|
12 |
increasing column order.
|