Dynamic-Calibration/utils/YALMIP-master/extras/recovermonoms.m

7 lines
155 B
Mathematica
Raw Normal View History

2019-12-18 11:25:45 +00:00
function monom = recovermonoms(newton_m,x);
if isempty(newton_m)
monom = 1;
else
error('Report this bug (call to recovermonoms with double)');
end