unvectorize: Returns an upper-triangle matrix, without the diagonal,...

Description Usage Arguments Value See Also Examples

View source: R/RcppExports.R

Description

Returns an upper-triangle matrix, without the diagonal, containing the elements of a given vector.

Usage

1

Arguments

vect

A vector containing the upper triangle of a matrix, without the diagonal

Value

Returns an upper-triangle matrix where each entry is given by the vector containing the upper triangle of a matrix, without the diagonal.

See Also

vectorize

Examples

1

TestCor documentation built on Oct. 23, 2020, 5:31 p.m.