Learn R Programming

FitAR (version 1.94)

FromSymmetricStorageUpper: Converts a Matrix from Symmetric Storage Mode to Regular Format

Description

Utility function.

Usage

FromSymmetricStorageUpper(x)

Arguments

x
a vector which represents a matrix in upper triangular form

Value

symmetric matrix

Examples

Run this code
FromSymmetricStorageUpper(1:5)

Run the code above in your browser using DataLab