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

Path: gap4r8 / pkg / Convex / doc / Cone.xml
Views: 418346
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!--
4
5
Cone.xml Convex
6
7
Copyright (C) 2011-2012, Sebastian Gutsche, RWTH Aachen University
8
9
-->
10
11
<Chapter Label="Cone">
12
<Heading>Cone</Heading>
13
14
<Section Label="Cone:Category">
15
<Heading>Cone: Category and Representations</Heading>
16
17
<#Include Label="IsCone">
18
Remember: Every cone is a convex object.
19
20
</Section>
21
22
<Section Label="Cone:Properties">
23
<Heading>Cone: Properties</Heading>
24
25
<#Include Label="IsRay">
26
27
</Section>
28
29
<Section Label="Cone:Attributes">
30
<Heading>Cone: Attributes</Heading>
31
32
<#Include Label="DualCone">
33
<#Include Label="HilbertBasis">
34
<#Include Label="RaysInFacets">
35
<#Include Label="Facets">
36
<#Include Label="GridGeneratedByCone">
37
<#Include Label="FactorGrid">
38
<#Include Label="GridGeneratedByOrthogonalCone">
39
<#Include Label="DefiningInequalities">
40
<#Include Label="IsContainedInFan">
41
<#Include Label="FactorGridMorphism">
42
43
44
45
</Section>
46
47
<Section Label="Cone:Methods">
48
<Heading>Cone: Methods</Heading>
49
50
<#Include Label="IntersectionOfCones">
51
<#Include Label="Contains">
52
<#Include Label="StarFan">
53
<#Include Label="StarFan2">
54
<#Include Label="StarSubdivisionOfIthMaximalCone">
55
56
57
</Section>
58
59
<Section Label="Cone:Constructors">
60
<Heading>Cone: Constructors</Heading>
61
62
<#Include Label="Cone">
63
64
</Section>
65
<Section Label="Cone:Examples">
66
<Heading>Cone: Examples</Heading>
67
<#Include Label="ConeExample">
68
</Section>
69
70
71
72
73
<!-- ############################################################ -->
74
75
</Chapter>
76