Java class interfacing C++ Parma_Polyhedra_Library::C_Polyhedron. More...
Inherits parma_polyhedra_library::Polyhedron.
Public Member Functions | |
| C_Polyhedron (long num_dimensions, Degenerate_Element kind) | |
| C_Polyhedron (Int8_Box y) | |
| C_Polyhedron (Int16_Box y) | |
| C_Polyhedron (Int32_Box y) | |
| C_Polyhedron (Int64_Box y) | |
| C_Polyhedron (Uint8_Box y) | |
| C_Polyhedron (Uint16_Box y) | |
| C_Polyhedron (Uint32_Box y) | |
| C_Polyhedron (Uint64_Box y) | |
| C_Polyhedron (Z_Box y) | |
| C_Polyhedron (Rational_Box y) | |
| C_Polyhedron (BD_Shape_int8_t y) | |
| C_Polyhedron (BD_Shape_int16_t y) | |
| C_Polyhedron (BD_Shape_int32_t y) | |
| C_Polyhedron (BD_Shape_int64_t y) | |
| C_Polyhedron (BD_Shape_mpz_class y) | |
| C_Polyhedron (BD_Shape_mpq_class y) | |
| C_Polyhedron (Octagonal_Shape_int8_t y) | |
| C_Polyhedron (Octagonal_Shape_int16_t y) | |
| C_Polyhedron (Octagonal_Shape_int32_t y) | |
| C_Polyhedron (Octagonal_Shape_int64_t y) | |
| C_Polyhedron (Octagonal_Shape_mpz_class y) | |
| C_Polyhedron (Octagonal_Shape_mpq_class y) | |
| C_Polyhedron (C_Polyhedron y) | |
| C_Polyhedron (NNC_Polyhedron y) | |
| C_Polyhedron (Grid y) | |
| C_Polyhedron (Float_Box y) | |
| C_Polyhedron (BD_Shape_float y) | |
| C_Polyhedron (Octagonal_Shape_float y) | |
| C_Polyhedron (Double_Box y) | |
| C_Polyhedron (BD_Shape_double y) | |
| C_Polyhedron (Octagonal_Shape_double y) | |
| C_Polyhedron (Long_Double_Box y) | |
| C_Polyhedron (BD_Shape_long_double y) | |
| C_Polyhedron (Octagonal_Shape_long_double y) | |
| C_Polyhedron (Int8_Box y, Complexity_Class complexity) | |
| C_Polyhedron (Int16_Box y, Complexity_Class complexity) | |
| C_Polyhedron (Int32_Box y, Complexity_Class complexity) | |
| C_Polyhedron (Int64_Box y, Complexity_Class complexity) | |
| C_Polyhedron (Uint8_Box y, Complexity_Class complexity) | |
| C_Polyhedron (Uint16_Box y, Complexity_Class complexity) | |
| C_Polyhedron (Uint32_Box y, Complexity_Class complexity) | |
| C_Polyhedron (Uint64_Box y, Complexity_Class complexity) | |
| C_Polyhedron (Z_Box y, Complexity_Class complexity) | |
| C_Polyhedron (Rational_Box y, Complexity_Class complexity) | |
| C_Polyhedron (BD_Shape_int8_t y, Complexity_Class complexity) | |
| C_Polyhedron (BD_Shape_int16_t y, Complexity_Class complexity) | |
| C_Polyhedron (BD_Shape_int32_t y, Complexity_Class complexity) | |
| C_Polyhedron (BD_Shape_int64_t y, Complexity_Class complexity) | |
| C_Polyhedron (BD_Shape_mpz_class y, Complexity_Class complexity) | |
| C_Polyhedron (BD_Shape_mpq_class y, Complexity_Class complexity) | |
| C_Polyhedron (Octagonal_Shape_int8_t y, Complexity_Class complexity) | |
| C_Polyhedron (Octagonal_Shape_int16_t y, Complexity_Class complexity) | |
| C_Polyhedron (Octagonal_Shape_int32_t y, Complexity_Class complexity) | |
| C_Polyhedron (Octagonal_Shape_int64_t y, Complexity_Class complexity) | |
| C_Polyhedron (Octagonal_Shape_mpz_class y, Complexity_Class complexity) | |
| C_Polyhedron (Octagonal_Shape_mpq_class y, Complexity_Class complexity) | |
| C_Polyhedron (C_Polyhedron y, Complexity_Class complexity) | |
| C_Polyhedron (NNC_Polyhedron y, Complexity_Class complexity) | |
| C_Polyhedron (Grid y, Complexity_Class complexity) | |
| C_Polyhedron (Float_Box y, Complexity_Class complexity) | |
| C_Polyhedron (BD_Shape_float y, Complexity_Class complexity) | |
| C_Polyhedron (Octagonal_Shape_float y, Complexity_Class complexity) | |
| C_Polyhedron (Double_Box y, Complexity_Class complexity) | |
| C_Polyhedron (BD_Shape_double y, Complexity_Class complexity) | |
| C_Polyhedron (Octagonal_Shape_double y, Complexity_Class complexity) | |
| C_Polyhedron (Long_Double_Box y, Complexity_Class complexity) | |
| C_Polyhedron (BD_Shape_long_double y, Complexity_Class complexity) | |
| C_Polyhedron (Octagonal_Shape_long_double y, Complexity_Class complexity) | |
| C_Polyhedron (Constraint_System cs) | |
| C_Polyhedron (Congruence_System cs) | |
| C_Polyhedron (Generator_System cs) | |
| native boolean | upper_bound_assign_if_exact (C_Polyhedron y) |
| native boolean | poly_hull_assign_if_exact (C_Polyhedron y) |
| native void | free () |
Static Public Member Functions | |
|
static native Pair < C_Polyhedron, Pointset_Powerset_NNC_Polyhedron > | linear_partition (C_Polyhedron p, C_Polyhedron q) |
Protected Member Functions | |
| native void | finalize () |
Java class interfacing C++ Parma_Polyhedra_Library::C_Polyhedron.
1.6.3