documentation:latest:fan:subdivisionofvectors

Available versions of this document: latest release, release 4.11, release 4.10, release 4.9, release 4.8, release 4.7, release 4.6, release 4.5, release 4.4, release 4.3, release 4.2, release 4.1, release 4.0, release 3.6, release 3.5, nightly master

Reference documentation for older polymake versions: release 3.4, release 3.3, release 3.2

BigObject SubdivisionOfVectors<Scalar>

from application fan

A subdivision of vectors, in contrast to PolyhedralFan this allows cells with interior points. Similar to the distinction between Cone and VectorConfiguration.

Type Parameters:

Scalar: default: Rational

Permutations:
CellPerm:

permuting MAXIMAL_CELLS

VectorPerm:

permuting VECTORS

These properties capture combinatorial information of the object. Combinatorial properties only depend on combinatorial data of the object like, e.g., the face lattice.


MAXIMAL_CELLS

Maximal cells of the polyhedral complex. Indices refer to VECTORS. Points do not have to be vertices of the cells.

Type:

N_MAXIMAL_CELLS

The number of MAXIMAL_CELLS

Type:
Int

These properties capture geometric information of the object. Geometric properties depend on geometric information of the object, like, e.g., vertices or facets.


CONVEX

True if VECTORS for each maximal cell are in convex position.

Type:

FULL_DIM

AMBIENT_DIM and DIM coincide.

Type:

LINEAR_SPAN

Dual basis of the linear hull of the vector configuration

Type:

MIN_WEIGHTS

Minimal nonnegative lattice vector in secondary cone of the subdivision given by MAXIMAL_CELLS.

Type:

N_VECTORS

Number of VECTORS.

Type:
Int

VECTORS

The vectors of the subdivision,

Type:

VECTOR_AMBIENT_DIM

Dimension of the space in which the vector configuration lives.

Type:
Int

VECTOR_DIM

Dimension of the linear hull of the vector configuration.

Type:
Int

These properties are for visualization.


LABELS

Unique names assigned to the VECTORS. If specified, they are shown by visualization tools instead of point indices.

Type:

ALTSHULER_DET

If M is incidence matrix between the vertices and the MAXIMAL_CELLS, then the Altshuler determinant is defined as max{det(M ∗ MT), det(MT ∗ M)}.

Type:

These methods capture geometric information of the object. Geometric properties depend on geometric information of the object, like, e.g., vertices or facets.


cell(Int i)

Returns the i-th cell of the complex as a VectorConfiguration

Parameters:

Int i

Returns:

secondary_cone()

The secondary cone is the polyhedral cone of all lifting functions on the VECTORS which induce the subdivision given by the MAXIMAL_CELLS. If the subdivision is not regular, the cone will be the secondary cone of the finest regular coarsening.

Options:
Returns:
Cone<Scalar>

  • documentation/latest/fan/subdivisionofvectors.txt
  • Last modified: 2023/11/07 05:40
  • by 127.0.0.1