commutation_matrix: Title

Description Usage Arguments Examples

View source: R/aux_funs.R

Description

Title

Usage

1

Arguments

c

Examples

1
2
3
4
5
6
7
r <- 3
c <- 2

A <- matrix(rnorm(r * c), r, c)

K <- commutation_matrix(r, c)
all(K %*% vec(A) == vec(t(A)))

nielsaka/zeitreihe documentation built on March 17, 2020, 8:38 p.m.