?? momcon.m
字號:
function [mceq,mcge] = momcon(P)% @MSDP/MOMCON - Moment constraints of a moment SDP problem%% Given a moment SDP problem P (class MSDP) previously defined by MDEF,% the instruction%% [MCEQ,MCGE] = MOMCON(P)%% returns column vectors MCEQ, MCGE of class MOMCON corresponding% to moment equality constraints MCEQ==0 and moment inequality% constraints MCGE>=0, in an order consistent with the vector of% dual multipliers returned by function MSOL.% D. Henrion, 27 November 2006mceq = (P.mmomceq==0);mcge = (P.mmomcge>=0);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -