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 Jan. 4, 2025, 12:52 p.m.