kron | R Documentation |
Function computes Kronecker Tensor Product between matrix A and matrix B
kron(A, B)
A |
Matrix A |
B |
Matrix B |
out: Kronecker Tensor Product of A (X) B
Linh Nguyen
A = matrix(c(1,2),1,2) B = matrix(c(1:4),2,2) kron(A,B)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.