Test if a polyhedron is bounded.
tf = P.isBounded
tf = isBounded(P)
P |
Polyhedron in any format Class: Polyhedron |
tf |
true if the polyhedron ![]() Class: logical Allowed values:
|
Polyhedron('V', randn(30,5)).isBounded
ans = 1Unbounded polyhedra:
Polyhedron('V', randn(30,5), 'R', randn(2,5)).isBounded
ans = 0
Polyhedron('H', [rand(30,5) ones(30,1)], 'He', [randn(1,5) 0]).isBounded
ans = 0
◀ | incidencemap | mtimes | ▶ |
© 2010-2013 Colin Neil Jones: EPF Lausanne, colin.jones@epfl.ch