Home > mpt > extras > geometry > obsolete > mpt_getOutterEllipsoid.m

mpt_getOutterEllipsoid

PURPOSE ^

MPT_GETOUTTERELLIPSOID Computes the smallest ellipsoid which covers the polytope P

SYNOPSIS ^

function [E,x0]=mpt_getOutterEllipsoid(P,Options)

DESCRIPTION ^

MPT_GETOUTTERELLIPSOID Computes the smallest ellipsoid which covers the polytope P

 [E,x0]=mpt_getOutterEllipsoid(P)

 ---------------------------------------------------------------------------
 INPUT
 ---------------------------------------------------------------------------  
   P                - Polytope object  
   Options
     .plotresult    - If problem is in 2D and flag is set to 1, the result 
                      will be plotted (Default: 0).
 ---------------------------------------------------------------------------
 OUTPUT
 ---------------------------------------------------------------------------
  E,x0     -   Minimal volume ellipsoid,  (x-x0) E (x - x0) <= 1, covering P   

 ---------------------------------------------------------------------------
 LITERATURE
 ---------------------------------------------------------------------------
   S. Boyd and L. Vanderberghe, Convex Optimization

 see also MPT_PLOTELLIP, MPT_GETINNERELLIPSOID

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Thu 30-Mar-2006 10:26:47 by m2html © 2003