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!


gmvarkit documentation built on Nov. 15, 2023, 1:07 a.m.