source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/opt/yalmip/operators/mpower_internal.m @ 37

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

Added original make3d

File size: 352 bytes
Line 
1function [F,properties,arguments] = mpower_internal(X,method,options,extstruct)
2switch method
3    case {'graph','milp'}
4        F = set(extstruct.arg{1} == extstruct.var);
5        arguments = extstruct.arg{1};
6        properties = struct('convexity','none','monotonicity','none','definiteness','none');
7    otherwise
8        F = [];
9        return
10end
Note: See TracBrowser for help on using the repository browser.