4 lines
46 B
Mathematica
4 lines
46 B
Mathematica
|
|
function x = vec(x)
|
||
|
|
|
||
|
|
x.dim = [prod(x.dim) 1];
|