File: loads.m2

package info (click to toggle)
macaulay2 1.21%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 133,096 kB
  • sloc: cpp: 110,377; ansic: 16,306; javascript: 4,193; makefile: 3,821; sh: 3,580; lisp: 764; yacc: 590; xml: 177; python: 140; perl: 114; lex: 65; awk: 3
file content (102 lines) | stat: -rw-r--r-- 2,257 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
-- should rewrite this to load all the m2 files there
-- perhaps write a "pathFind" routine so we can find files such as Macaulay2 on the path.

-*
-- TODO
(isWeylAlgebra,Ring)
(binomial,RingElement,ZZ)
(rowRankProfile,MutableMatrix)
(columnRankProfile,MutableMatrix)
(nullSpace,MutableMatrix)
*-

load "./doc.m2"
load "./doc1.m2"
load "./doc2.m2"
load "./doc3.m2"
load "./doc4.m2"
load "./doc5.m2"
load "./doc6.m2"
load "./doc7.m2"
load "./doc8.m2"
load "./doc9.m2" -- has a ton of tests
load "./doc10.m2" -- has a ton of tests
load "./doc11.m2"
load "./doc12.m2"
load "./doc13.m2"
load "./doc14.m2"
load "./doc15.m2"

load "./changes.m2"

load "./overviewA.m2"
load "./overviewB.m2"
load "./overviewC.m2"
load "./overview2.m2"
load "./overview3.m2"
load "./overview4.m2"
load "./macaulay.m2"
load "./overview_packages.m2"
load "./overview_doc.m2"
load "./doc_ideals.m2"
load "./overview_modules.m2"
load "./doc_module.m2"
load "./doc_mutablematrices.m2"
load "./doc_ringmaps.m2"
load "./doc_assignment.m2"

load "./ov_top.m2"
load "./ov_getting_started.m2"
load "./ov_ideals.m2"
load "./ov_ringmaps.m2"
load "./ov_matrices.m2"
load "./ov_language.m2"
load "./ov_files.m2"
load "./threads.m2"
load "./system.m2"
load "./repl.m2"
load "./debugging.m2"

load "./doc_arithmetic.m2"
load "./doc_fano.m2"
load "./doc_rings.m2"
load "./doc_ringelement.m2"
load "./doc_lists.m2"
load "./doc_strings.m2"
load "./doc_tables.m2"
load "./operators.m2"
load "./functions.m2"
load "./shared.m2"
load "./types.m2"
load "./methods.m2"
load "./doc_iterators.m2"
load "./options.m2" -- this must come last

load "./M2-Singular-Book.m2"

ld := fn -> tutorial get concatenate(currentFileDirectory,fn)

document {
     Key => "modules in Macaulay2",
     ld "tu_modules.m2"
     }
document {
     Key => "Tutorial: Elementary uses of Groebner bases",
     ld "tu_elementary.m2"
     }
document {
     Key => "Tutorial: Canonical Embeddings of Plane Curves and Gonality",
     ld "tu_canEmbed.m2"
     }
document {
     Key => "Tutorial: Divisors",
     ld "tu_divisors.m2"
     }
document {
     Key => "Elementary uses of Groebner bases I. Math 634 Fall 2005",
     ld "tu_elementary1.m2"
     }
document {
     Key => "Tutorial: Fano varieties",
     ld "tu_Fano.m2"
     }