fullup | R Documentation |
Convert a symmetric sparse matrix sA stored as upper triangular matrix to full matrix A.
fullup(sA)
sA |
Sparse upper triangular matrix to convert. |
full
data(grid1) A <- fullup(grid1$sA)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.