mult_grid function

Kronecker matrix product functionality

Kronecker matrix product functionality

Peculiar version of expand.grid() for matrices

mult_grid(L) pair_grid(a,b)

Arguments

  • L: List of matrices
  • a,b: Matrices

Details

Function pair_grid(a,b) returns a matrix with each column of a cbind()-ed to each column of b.

Function mult_grid() takes a list of matrices; it is designed for use by ggrl().

Author(s)

Robin K. S. Hankin

See Also

ggrl

Examples

pair_grid(diag(2),diag(3)) mult_grid(lapply(1:4,diag))
  • Maintainer: Robin K. S. Hankin
  • License: GPL (>= 2)
  • Last published: 2024-05-31