Learn R Programming

gasper (version 1.1.3)

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.

See Also

full

Examples

Run this code
data(grid1)
A <- fullup(grid1$sA)

Run the code above in your browser using DataLab