A_x_B {PerRegMod}R Documentation

A Kronecker product B

Description

A_x_B() function gives A Kronecker product B

Usage

A_x_B(A,B)

Arguments

A

A matrix.

B

A matrix.

Value

A_x_B(A, B)

returns the matrix A Kronecker product B, A\otimes B

Examples

A=matrix(rep(1,6),3,2)
B=matrix(seq(1,8),2,4 )
A_x_B(A,B)


[Package PerRegMod version 4.4.3 Index]