Home > mpt > @polytope > isfulldim.m

isfulldim

PURPOSE ^

ISFULLDIM Checks if a polytope is full dimensional

SYNOPSIS ^

function status = isfulldim(P,Options)

DESCRIPTION ^

ISFULLDIM Checks if a polytope is full dimensional

 status = isfulldim(P,Options)

 ---------------------------------------------------------------------------
 DESCRIPTION
 ---------------------------------------------------------------------------
 STATUS = ISFULLDIM(P) returns TRUE (1) if P is a full dimensional polytope

 Note that full dimensionality of a polytope does not imply that it is also
 bounded!

 USAGE:
   isfulldim(P)
   isfulldim(P,Options)

 ---------------------------------------------------------------------------
 INPUT
 ---------------------------------------------------------------------------
 P                - polytope
 Options.abs_tol  - absolute tolerance

 Note: If Options is missing or some of the fields are not defined, the default
       values from mptOptions will be used

 ---------------------------------------------------------------------------
 OUTPUT                                                                                                    
 ---------------------------------------------------------------------------
 status           - Logical statement

 see also ISBOUNDED

CROSS-REFERENCE INFORMATION ^

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