powered by
Convert a symmetric sparse matrix sA stored as upper triangular matrix to full matrix A.
fullup(sA)
Sparse upper triangular matrix to convert.
# NOT RUN { matrixname <- "grid1" groupname <- "AG-Monien" download_graph(matrixname,groupname) A <- fullup(grid1$sA) # }
Run the code above in your browser using DataLab