Dynamic-Calibration/utils/YALMIP-master/extras/@ndsdpvar/double.m

4 lines
83 B
Mathematica
Raw Normal View History

2019-12-18 11:25:45 +00:00
function X = double(X)
% DOUBLE (overloaded)
X = reshape(double(sdpvar(X)),X.dim);