get_lower_tri_vector: Vector from lower triangular matrix entries

Description Usage Arguments Value

View source: R/lower_triangular_funcs.R

Description

Extract the lower triangular matrix entries into a vector, stacking columns left to right.

Usage

1

Arguments

W

an n x n matrix

Value

Vector of size n(n+1)/2 containing lower triangular matrix entries.


hrnasif/rvb documentation built on Dec. 20, 2021, 4:49 p.m.