Home > mpt > @polytope > double.m

double

PURPOSE ^

DOUBLE Function used to access internal properties of the given polytope

SYNOPSIS ^

function [H,K] = double(P)

DESCRIPTION ^

DOUBLE Function used to access internal properties of the given polytope

 [H,K] = double(P)

 ---------------------------------------------------------------------------
 DESCRIPTION
 ---------------------------------------------------------------------------
 Function used to access internal properties of the POLYTOPE object

 USAGE:
   HK = DOUBLE(P) returns matrix [H K] of a polyhedron P={x|H x<=K}
   [H,K] = DOUBLE(P)

 ---------------------------------------------------------------------------
 INPUT
 ---------------------------------------------------------------------------
 P   - Polytope

 ---------------------------------------------------------------------------
 OUTPUT                                                                                                    
 ---------------------------------------------------------------------------
 H,K          - Matrices describing the H-representation of the polytope P
                  (i.e. P={x|H x<=K})

 see also polytope, chebyball, isnormal, isminrep

CROSS-REFERENCE INFORMATION ^

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