vec {gmvarkit} | R Documentation |
Vectorization operator
Description
vec
stacks columns of the given matrix to form a vector.
Usage
vec(A)
Arguments
A |
a size |
Value
a vector of size (d^2x1)
.
Warning
No argument checks!
[Package gmvarkit version 2.1.3 Index]