| sp2Matrix {asreml} | R Documentation |
Convert sparse matrix to Matrix object
Description
Function that converts a sparse matrix in three-column coordinate form to a
Matrix object.
Usage
sp2Matrix(x, dense = FALSE, triplet = FALSE)
Arguments
x |
A three-column matrix containing the row and column indices and the matrix element, respectively, of the sparse matrix. |
dense |
If |
triplet |
If |
Details
If the sparse matrix inherits class ginv, the returned object
preserves the A^{-1} attributes.
[Package asreml version 4.2.0.480 Index]