vec: Vectorization operator

View source: R/matcal.R

vecR Documentation

Vectorization operator

Description

vec stacks columns of the given matrix to form a vector.

Usage

vec(A)

Arguments

A

a size (dxd) square matrix to be vectorized.

Value

a vector of size (d^2x1).

Warning

No argument checks!


saviviro/gmvarkit documentation built on March 8, 2024, 4:15 a.m.