Dynamic-Calibration/utils/YALMIP-master/extras/@constraint/flatten.m

5 lines
163 B
Mathematica
Raw Permalink Normal View History

2019-12-18 11:25:45 +00:00
function sys = flatten(sys)
% Go from an internal format which is hierarchical and performs better
% when adding many constraint objects.
sys = flatten(lmi(sys));