4 lines
65 B
Mathematica
4 lines
65 B
Mathematica
|
|
function X = uminus(X)
|
||
|
|
% UMINUS (overloaded)
|
||
|
|
|
||
|
|
X.basis = -X.basis;
|