kron: Kronecker Tensor Product

View source: R/Utilities.R

kronR Documentation

Kronecker Tensor Product

Description

Function computes Kronecker Tensor Product between matrix A and matrix B

Usage

kron(A, B)

Arguments

A

Matrix A

B

Matrix B

Value

out: Kronecker Tensor Product of A (X) B

Author(s)

Linh Nguyen

Examples

A = matrix(c(1,2),1,2)
B = matrix(c(1:4),2,2)
kron(A,B)

RoDivinity/BP2003 documentation built on Oct. 9, 2022, 9:33 a.m.