dotPow
x .^ y
dotPow(x, y)
Try it yourself:
$1 |
a = [1, 2, 3; 4, 5, 6]
|
|
$2 |
a .^ 2
|
See also:
All functions