unvec {gmvarkit} | R Documentation |
Reverse vectorization operator
Description
unvec
forms a square matrix from a vector of
stacked columns, stacked by vec
.
Usage
unvec(d, a)
Arguments
d |
the number of rows in the square matrix to be formed. |
a |
a size |
Value
a matrix of size (dxd)
.
Warning
No argument checks!
[Package gmvarkit version 2.1.3 Index]