4 lines
83 B
Mathematica
4 lines
83 B
Mathematica
|
|
function X = double(X)
|
||
|
|
% DOUBLE (overloaded)
|
||
|
|
|
||
|
|
X = reshape(double(sdpvar(X)),X.dim);
|