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 April 4, 2025, 1:54 a.m.