Learn R Programming

gasper (version 1.1.1)

fullup: Convert symmetric sparse matrix to full matrix.

Description

Convert a symmetric sparse matrix sA stored as upper triangular matrix to full matrix A.

Usage

fullup(sA)

Arguments

sA

Sparse upper triangular matrix to convert.

Examples

Run this code
# NOT RUN {
matrixname <- "grid1"
groupname <- "AG-Monien"
download_graph(matrixname,groupname)
A <- fullup(grid1$sA)
# }

Run the code above in your browser using DataLab