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

563479 views
1
2
A Overview of the homalg Package Source Code
3
4
The package HomalgToCAS is split in several files.
5
6
Filename .gd/.gi │ Content
7
─────────────────────┼────────────────────────────────────────────────────
8
HomalgToCAS │ the global variable HOMALG_IO and
9
│ the global function homalgIOMode
10
11
homalgExternalObject │ homalg external objects, homalgPointer,
12
│ homalgExternalCASystem, homalgStream, ...
13
14
HomalgExternalRing │ CreateHomalgExternalRing, HomalgExternalRingElement
15
16
HomalgExternalMatrix │ ConvertHomalgMatrix, ConvertHomalgMatrixViaFile
17
18
homalgSendBlocking │ homalgFlush, homalgSendBlocking
19
20
IO │ LaunchCAS, TerminateCAS
21
22
Table: The HomalgToCAS package files
23
24
25
26