source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/opt/yalmip/extras/recovermonoms.m @ 37

Last change on this file since 37 was 37, checked in by (none), 14 years ago

Added original make3d

File size: 241 bytes
Line 
1function monom = recovermonoms(newton_m,x);
2
3% Author Johan Löfberg
4% $Id: recovermonoms.m,v 1.1 2004/11/15 16:20:08 johanl Exp $
5
6if isempty(newton_m)
7    monom = 1;
8else
9    error('Report this bug (call to recovermonoms with double)');
10end
Note: See TracBrowser for help on using the repository browser.