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.
full
data(grid1) A <- fullup(grid1$sA)
Run the code above in your browser using DataLab