Dynamic-Calibration/utils/YALMIP-master/@sdpvar/getsosrank.m

10 lines
87 B
Mathematica
Raw Normal View History

2019-12-18 11:25:45 +00:00
function r=getsosrank(X)
try
r = X.extra.rank;
catch
r = inf;
end