CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

| Download

GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it

Views: 418346
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!--
4
5
Varieties.xml Convex
6
7
Copyright (C) 2011-2012, Sebastian Gutsche, RWTH Aachen University
8
9
-->
10
11
<Chapter Label="ConvexObject">
12
<Heading>Convex Objects</Heading>
13
14
Convex objects are the main structure of &Convex;. All other structures, namely fans, cones, and polytopes are derived from this structure.
15
So all methods of this structure also apply to the other data types.
16
17
<Section Label="ConvexObject:Category">
18
<Heading>Convex Objects: Category and Representations</Heading>
19
20
21
<#Include Label="IsConvexObject">
22
23
</Section>
24
25
<Section Label="ConvexObject:Properties">
26
<Heading>Convex objects: Properties</Heading>
27
28
<#Include Label="IsFullDimensional">
29
30
</Section>
31
32
<Section Label="ConvexObject:Attributes">
33
<Heading>Convex objects: Attributes</Heading>
34
35
<#Include Label="Dimension">
36
<#Include Label="AmbientSpaceDimension">
37
<#Include Label="ContainingGrid">
38
39
40
</Section>
41
42
<Section Label="ConvexObject:Methods">
43
<Heading>Convex objects: Methods</Heading>
44
45
<#Include Label="DrawObject">
46
<#Include Label="WeakPointerToExternalObject">
47
48
49
</Section>
50
51
52
<!-- ############################################################ -->
53
54
</Chapter>
55