File: chaincomplex.xml

package info (click to toggle)
gap-hapcryst 0.1.15-4
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,088 kB
  • sloc: xml: 1,475; javascript: 155; makefile: 118; sh: 3
file content (19 lines) | stat: -rw-r--r-- 579 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<Section><Heading>Chain Complex</Heading>

 Given a polyhedron, the face lattice defines a chain complex. This
 can be done using the following function.


<ManSection>
  <Meth Name="ChainComplexFromPolygon" 
        Arg="poly"/>
   <Returns>  A <Ref Fam="HapChainComplex" BookName="hap"></Ref></Returns>
   <Description>
     Given a polyhedron <A>poly</A> as generated by <Package>polymaking</Package>
     (see <Ref Meth="CreatePolymakeObjectFromFile"
     BookName="polymaking"></Ref>), this method generates the face
     complex.
   </Description>
</ManSection>

</Section>