kronPower | R Documentation |
Kronecker power of a matrix or vector
kronPower(x, n)
x |
matrix or vector |
n |
integer containing power to take |
This computes x %x% ... %x% x
for n
instances of x
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.