Description Usage Arguments Value Examples
Given a n
by k
matrix mat
, computes a n
by k
by k
array
whose (i, j1, j2)
th component is given by mat[i, j1] * mat[i, j2]
.
1 |
mat |
A matrix or a vector |
arr.ret |
If |
A n
by k
by k
array or a n
by k^2
matrix.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.