Description
sp2mat converts a sparse matrix in three column coordinate form to a dense matrix.
Usage
sp2mat
Arguments
x |
A three column matrix containing the row and column indices and the matrix element, respectively. |
Details
If the sparse matrix inherits class ginv
, the returned matrix preserves the A-1 attributes.