fullup: Convert symmetric sparse matrix to full matrix.

View source: R/fullup.R

fullupR Documentation

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

data(grid1)
A <- fullup(grid1$sA)

gasper documentation built on Feb. 16, 2023, 8:07 p.m.