function X = uminus(X) % UMINUS (overloaded) % Author Johan Löfberg % $Id: uminus.m,v 1.2 2006/07/13 19:40:59 joloef Exp $ X.basis = -X.basis;