Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

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

563548 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!--
4
5
appendix.xml HomalgToCAS package documentation Mohamed Barakat
6
Thomas Breuer
7
Simon Goertzen
8
Frank Luebeck
9
10
Copyright (C) 2007-2009, Lehrstuhl B für Mathematik, RWTH-Aachen
11
12
-->
13
14
<Appendix Label="FileOverview">
15
<Heading>Overview of the &homalg; Package Source Code</Heading>
16
17
The package &HomalgToCAS; is split in several files.
18
19
<Table Align="l|l">
20
<Caption><E>The &HomalgToCAS; package files</E></Caption>
21
22
<Row><Item>Filename <F>.gd</F>/<F>.gi</F></Item><Item>Content</Item></Row>
23
24
<HorLine/>
25
26
<Row>
27
<Item><F>HomalgToCAS</F></Item>
28
<Item>the global variable <C>HOMALG_IO</C> and</Item>
29
</Row>
30
<Row>
31
<Item></Item>
32
<Item>the global function <C>homalgIOMode</C></Item>
33
</Row>
34
35
<Row><Item></Item><Item></Item></Row>
36
37
<Row>
38
<Item><F>homalgExternalObject</F></Item>
39
<Item>&homalg; external objects, <C>homalgPointer</C>,</Item>
40
</Row>
41
<Row>
42
<Item></Item>
43
<Item><C>homalgExternalCASystem</C>, <C>homalgStream</C>, ...</Item>
44
</Row>
45
46
<Row><Item></Item><Item></Item></Row>
47
48
<Row>
49
<Item><F>HomalgExternalRing</F></Item>
50
<Item><C>CreateHomalgExternalRing</C>, <C>HomalgExternalRingElement</C></Item>
51
</Row>
52
53
<Row><Item></Item><Item></Item></Row>
54
55
<Row>
56
<Item><F>HomalgExternalMatrix</F></Item>
57
<Item><C>ConvertHomalgMatrix</C>, <C>ConvertHomalgMatrixViaFile</C></Item>
58
</Row>
59
60
<Row><Item></Item><Item></Item></Row>
61
62
<Row>
63
<Item><F>homalgSendBlocking</F></Item>
64
<Item><C>homalgFlush</C>, <C>homalgSendBlocking</C></Item>
65
</Row>
66
67
<Row><Item></Item><Item></Item></Row>
68
69
<Row>
70
<Item><F>IO</F></Item>
71
<Item><C>LaunchCAS</C>, <C>TerminateCAS</C></Item>
72
</Row>
73
74
</Table>
75
76
</Appendix>
77
78