aboutsummaryrefslogtreecommitdiff
path: root/src/share/algebra/browse.daase
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/algebra/browse.daase')
-rw-r--r--src/share/algebra/browse.daase8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/share/algebra/browse.daase b/src/share/algebra/browse.daase
index c5762f0e..62c35125 100644
--- a/src/share/algebra/browse.daase
+++ b/src/share/algebra/browse.daase
@@ -1,5 +1,5 @@
-(1891991 . 3662084402)
+(1891953 . 3662386288)
(|OneDimensionalArrayAggregate&| A S)
((|constructor| (NIL "One-dimensional-array aggregates serves as models for one-dimensional arrays. Categorically,{} these aggregates are finite linear aggregates with the shallowly mutable property,{} that is,{} any component of the array may be changed without affecting the identity of the overall array. Array data structures are typically represented by a fixed area in storage and therefore cannot efficiently grow or shrink on demand as can list structures (see however \\spadtype{FlexibleArray} for a data structure which is a cross between a list and an array). Iteration over,{} and access to,{} elements of arrays is extremely fast (and often can be optimized to open-code). Insertion and deletion however is generally slow since an entirely new data structure must be created for the result.")))
NIL
@@ -1102,7 +1102,7 @@ NIL
((|HasCategory| |#2| (QUOTE (|Finite|))) (|HasCategory| |#2| (QUOTE (|Field|))))
(|FunctionFieldCategory| F UP UPUP)
((|constructor| (NIL "This category is a model for the function field of a plane algebraic curve.")) (|rationalPoints| (((|List| (|List| |#1|))) "\\spad{rationalPoints()} returns the list of all the affine rational points.")) (|nonSingularModel| (((|List| (|Polynomial| |#1|)) (|Symbol|)) "\\spad{nonSingularModel(u)} returns the equations in \\spad{u1},{}...,{}un of an affine non-singular model for the curve.")) (|algSplitSimple| (((|Record| (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (|Mapping| |#2| |#2|)) "\\spad{algSplitSimple(f, D)} returns \\spad{[h,d,d',g]} such that \\spad{f=h/d},{} \\spad{h} is integral at all the normal places \\spad{w}.\\spad{r}.\\spad{t}. \\spad{D},{} \\spad{d' = Dd},{} \\spad{g = gcd(d, discriminant())} and \\spad{D} is the derivation to use. \\spad{f} must have at most simple finite poles.")) (|hyperelliptic| (((|Union| |#2| "failed")) "\\spad{hyperelliptic()} returns \\spad{p(x)} if the curve is the hyperelliptic defined by \\spad{y**2 = p(x)},{} \"failed\" otherwise.")) (|elliptic| (((|Union| |#2| "failed")) "\\spad{elliptic()} returns \\spad{p(x)} if the curve is the elliptic defined by \\spad{y**2 = p(x)},{} \"failed\" otherwise.")) (|elt| ((|#1| $ |#1| |#1|) "\\spad{elt(f,a,b)} or \\spad{f}(a,{} \\spad{b}) returns the value of \\spad{f} at the point \\spad{(x = a, y = b)} if it is not singular.")) (|primitivePart| (($ $) "\\spad{primitivePart(f)} removes the content of the denominator and the common content of the numerator of \\spad{f}.")) (|differentiate| (($ $ (|Mapping| |#2| |#2|)) "\\spad{differentiate(x, d)} extends the derivation \\spad{d} from UP to \\$ and applies it to \\spad{x}.")) (|integralDerivationMatrix| (((|Record| (|:| |num| (|Matrix| |#2|)) (|:| |den| |#2|)) (|Mapping| |#2| |#2|)) "\\spad{integralDerivationMatrix(d)} extends the derivation \\spad{d} from UP to \\$ and returns (\\spad{M},{} \\spad{Q}) such that the i^th row of \\spad{M} divided by \\spad{Q} form the coordinates of \\spad{d(wi)} with respect to \\spad{(w1,...,wn)} where \\spad{(w1,...,wn)} is the integral basis returned by integralBasis().")) (|integralRepresents| (($ (|Vector| |#2|) |#2|) "\\spad{integralRepresents([A1,...,An], D)} returns \\spad{(A1 w1+...+An wn)/D} where \\spad{(w1,...,wn)} is the integral basis of \\spad{integralBasis()}.")) (|integralCoordinates| (((|Record| (|:| |num| (|Vector| |#2|)) (|:| |den| |#2|)) $) "\\spad{integralCoordinates(f)} returns \\spad{[[A1,...,An], D]} such that \\spad{f = (A1 w1 +...+ An wn) / D} where \\spad{(w1,...,wn)} is the integral basis returned by \\spad{integralBasis()}.")) (|represents| (($ (|Vector| |#2|) |#2|) "\\spad{represents([A0,...,A(n-1)],D)} returns \\spad{(A0 + A1 y +...+ A(n-1)*y**(n-1))/D}.")) (|yCoordinates| (((|Record| (|:| |num| (|Vector| |#2|)) (|:| |den| |#2|)) $) "\\spad{yCoordinates(f)} returns \\spad{[[A1,...,An], D]} such that \\spad{f = (A1 + A2 y +...+ An y**(n-1)) / D}.")) (|inverseIntegralMatrixAtInfinity| (((|Matrix| (|Fraction| |#2|))) "\\spad{inverseIntegralMatrixAtInfinity()} returns \\spad{M} such that \\spad{M (v1,...,vn) = (1, y, ..., y**(n-1))} where \\spad{(v1,...,vn)} is the local integral basis at infinity returned by \\spad{infIntBasis()}.")) (|integralMatrixAtInfinity| (((|Matrix| (|Fraction| |#2|))) "\\spad{integralMatrixAtInfinity()} returns \\spad{M} such that \\spad{(v1,...,vn) = M (1, y, ..., y**(n-1))} where \\spad{(v1,...,vn)} is the local integral basis at infinity returned by \\spad{infIntBasis()}.")) (|inverseIntegralMatrix| (((|Matrix| (|Fraction| |#2|))) "\\spad{inverseIntegralMatrix()} returns \\spad{M} such that \\spad{M (w1,...,wn) = (1, y, ..., y**(n-1))} where \\spad{(w1,...,wn)} is the integral basis of \\spadfunFrom{integralBasis}{FunctionFieldCategory}.")) (|integralMatrix| (((|Matrix| (|Fraction| |#2|))) "\\spad{integralMatrix()} returns \\spad{M} such that \\spad{(w1,...,wn) = M (1, y, ..., y**(n-1))},{} where \\spad{(w1,...,wn)} is the integral basis of \\spadfunFrom{integralBasis}{FunctionFieldCategory}.")) (|reduceBasisAtInfinity| (((|Vector| $) (|Vector| $)) "\\spad{reduceBasisAtInfinity(b1,...,bn)} returns \\spad{(x**i * bj)} for all \\spad{i},{}\\spad{j} such that \\spad{x**i*bj} is locally integral at infinity.")) (|normalizeAtInfinity| (((|Vector| $) (|Vector| $)) "\\spad{normalizeAtInfinity(v)} makes \\spad{v} normal at infinity.")) (|complementaryBasis| (((|Vector| $) (|Vector| $)) "\\spad{complementaryBasis(b1,...,bn)} returns the complementary basis \\spad{(b1',...,bn')} of \\spad{(b1,...,bn)}.")) (|integral?| (((|Boolean|) $ |#2|) "\\spad{integral?(f, p)} tests whether \\spad{f} is locally integral at \\spad{p(x) = 0}.") (((|Boolean|) $ |#1|) "\\spad{integral?(f, a)} tests whether \\spad{f} is locally integral at \\spad{x = a}.") (((|Boolean|) $) "\\spad{integral?()} tests if \\spad{f} is integral over \\spad{k[x]}.")) (|integralAtInfinity?| (((|Boolean|) $) "\\spad{integralAtInfinity?()} tests if \\spad{f} is locally integral at infinity.")) (|integralBasisAtInfinity| (((|Vector| $)) "\\spad{integralBasisAtInfinity()} returns the local integral basis at infinity.")) (|integralBasis| (((|Vector| $)) "\\spad{integralBasis()} returns the integral basis for the curve.")) (|ramified?| (((|Boolean|) |#2|) "\\spad{ramified?(p)} tests whether \\spad{p(x) = 0} is ramified.") (((|Boolean|) |#1|) "\\spad{ramified?(a)} tests whether \\spad{x = a} is ramified.")) (|ramifiedAtInfinity?| (((|Boolean|)) "\\spad{ramifiedAtInfinity?()} tests if infinity is ramified.")) (|singular?| (((|Boolean|) |#2|) "\\spad{singular?(p)} tests whether \\spad{p(x) = 0} is singular.") (((|Boolean|) |#1|) "\\spad{singular?(a)} tests whether \\spad{x = a} is singular.")) (|singularAtInfinity?| (((|Boolean|)) "\\spad{singularAtInfinity?()} tests if there is a singularity at infinity.")) (|branchPoint?| (((|Boolean|) |#2|) "\\spad{branchPoint?(p)} tests whether \\spad{p(x) = 0} is a branch point.") (((|Boolean|) |#1|) "\\spad{branchPoint?(a)} tests whether \\spad{x = a} is a branch point.")) (|branchPointAtInfinity?| (((|Boolean|)) "\\spad{branchPointAtInfinity?()} tests if there is a branch point at infinity.")) (|rationalPoint?| (((|Boolean|) |#1| |#1|) "\\spad{rationalPoint?(a, b)} tests if \\spad{(x=a,y=b)} is on the curve.")) (|absolutelyIrreducible?| (((|Boolean|)) "\\spad{absolutelyIrreducible?()} tests if the curve absolutely irreducible?")) (|genus| (((|NonNegativeInteger|)) "\\spad{genus()} returns the genus of one absolutely irreducible component")) (|numberOfComponents| (((|NonNegativeInteger|)) "\\spad{numberOfComponents()} returns the number of absolutely irreducible components.")))
-((|noZeroDivisors| |has| (|Fraction| |#2|) . #1=((|Field|))) (|canonicalUnitNormal| |has| (|Fraction| |#2|) . #1#) ((|commutative| "*") . T))
+((|noZeroDivisors| |has| #1=(|Fraction| |#2|) . #2=((|Field|))) (|canonicalUnitNormal| |has| #1# . #2#) ((|commutative| "*") . T))
NIL
(|FunctionFieldCategoryFunctions2| R1 UP1 UPUP1 F1 R2 UP2 UPUP2 F2)
((|constructor| (NIL "Lifts a map from rings to function fields over them.")) (|map| ((|#8| (|Mapping| |#5| |#1|) |#4|) "\\spad{map(f, p)} lifts \\spad{f} to \\spad{F1} and applies it to \\spad{p}.")))
@@ -2606,7 +2606,7 @@ NIL
NIL
(|MonoidOperatorCategory| T$)
((|constructor| (NIL "This is the category of all domains that implement monoid operations")) (|neutralValue| ((|#1| $) "\\spad{neutralValue f} returns the neutral value of the monoid operation \\spad{f}.")))
-(((|%Rule| |neutrality| (|%Forall| (|%Sequence| (|:| |f| $) (|:| |x| |#1|)) (SEQ (= (|f| |x| (|neutralValue| |f|)) |x|) (|exit| 1 (= (|f| (|neutralValue| |f|) |x|) |x|))))) . T) ((|%Rule| |associativity| (|%Forall| (|%Sequence| (|:| |f| $) (|:| |x| |#1|) (|:| |y| |#1|) (|:| |z| |#1|)) (= (|f| (|f| |x| |y|) |z|) (|f| |x| (|f| |y| |z|))))) . T))
+(((|%Rule| |neutrality| (|%Forall| (|%Sequence| #1=(|:| |f| $) #2=(|:| |x| |#1|)) (SEQ (= (|f| |x| #3=(|neutralValue| |f|)) |x|) (|exit| 1 (= (|f| #3# |x|) |x|))))) . T) ((|%Rule| |associativity| (|%Forall| (|%Sequence| #1# #2# (|:| |y| |#1|) (|:| |z| |#1|)) (= (|f| (|f| |x| |y|) |z|) (|f| |x| (|f| |y| |z|))))) . T))
NIL
(|MonomialExtensionTools| F UP)
((|constructor| (NIL "Tools for handling monomial extensions.")) (|decompose| (((|Record| (|:| |poly| |#2|) (|:| |normal| (|Fraction| |#2|)) (|:| |special| (|Fraction| |#2|))) (|Fraction| |#2|) (|Mapping| |#2| |#2|)) "\\spad{decompose(f, D)} returns \\spad{[p,n,s]} such that \\spad{f = p+n+s},{} all the squarefree factors of \\spad{denom(n)} are normal \\spad{w}.\\spad{r}.\\spad{t}. \\spad{D},{} \\spad{denom(s)} is special \\spad{w}.\\spad{r}.\\spad{t}. \\spad{D},{} and \\spad{n} and \\spad{s} are proper fractions (no pole at infinity). \\spad{D} is the derivation to use.")) (|normalDenom| ((|#2| (|Fraction| |#2|) (|Mapping| |#2| |#2|)) "\\spad{normalDenom(f, D)} returns the product of all the normal factors of \\spad{denom(f)}. \\spad{D} is the derivation to use.")) (|splitSquarefree| (((|Record| (|:| |normal| (|Factored| |#2|)) (|:| |special| (|Factored| |#2|))) |#2| (|Mapping| |#2| |#2|)) "\\spad{splitSquarefree(p, D)} returns \\spad{[n_1 n_2\\^2 ... n_m\\^m, s_1 s_2\\^2 ... s_q\\^q]} such that \\spad{p = n_1 n_2\\^2 ... n_m\\^m s_1 s_2\\^2 ... s_q\\^q},{} each \\spad{n_i} is normal \\spad{w}.\\spad{r}.\\spad{t}. \\spad{D} and each \\spad{s_i} is special \\spad{w}.\\spad{r}.\\spad{t} \\spad{D}. \\spad{D} is the derivation to use.")) (|split| (((|Record| (|:| |normal| |#2|) (|:| |special| |#2|)) |#2| (|Mapping| |#2| |#2|)) "\\spad{split(p, D)} returns \\spad{[n,s]} such that \\spad{p = n s},{} all the squarefree factors of \\spad{n} are normal \\spad{w}.\\spad{r}.\\spad{t}. \\spad{D},{} and \\spad{s} is special \\spad{w}.\\spad{r}.\\spad{t}. \\spad{D}. \\spad{D} is the derivation to use.")))
@@ -4800,4 +4800,4 @@ NIL
NIL
NIL
NIL
-((|Union| NIL 1891971 1891976 1891981 1891986) (|Record| NIL 1891951 1891956 1891961 1891966) (|Mapping| NIL 1891931 1891936 1891941 1891946) (|Enumeration| NIL 1891911 1891916 1891921 1891926) (|IntegerMod| "fmod.spad" 1891741 1891761 1891877 1891906) (|IntegerLinearDependence| "lindep.spad" 1890819 1890850 1891731 1891736) (|ZeroDimensionalSolvePackage| "zerodim.spad" 1880756 1880802 1890809 1890814) (|ParadoxicalCombinatorsForStreams| "ystream.spad" 1880222 1880262 1880746 1880751) (|YoungDiagram| "/Users/gdr/build/oa/src/algebra/YDIAGRAM.spad" 1879847 1879865 1880212 1880217) (|XRecursivePolynomial| "xpoly.spad" 1879033 1879070 1879686 1879748) (|XPolynomialRing| "xpoly.spad" 1876910 1876935 1878712 1878843) (|XPolynomialsCat| "xpoly.spad" 1876224 1876252 1876843 1876905) (|XPolynomial| "xpoly.spad" 1875754 1875773 1876063 1876125) (|XPBWPolynomial| "xlpoly.spad" 1874434 1874465 1875528 1875590) (|XFreeAlgebra| "xpoly.spad" 1871613 1871638 1874367 1874429) (|ExtensionField| "ffcat.spad" 1870082 1870104 1871528 1871608) (|ExtensionField&| "ffcat.spad" 1868478 1868503 1869927 1869932) (|XExponentialPackage| "xlpoly.spad" 1867721 1867763 1868468 1868473) (|XDistributedPolynomial| "xpoly.spad" 1867299 1867334 1867560 1867622) (|XAlgebra| "xpoly.spad" 1866996 1867012 1867289 1867294) (|WuWenTsunTriangularSet| "triset.spad" 1862878 1862914 1866528 1866533) (|WeightedPolynomials| "wtpol.spad" 1862115 1862175 1862782 1862787) (|WhileAst| "syntax.spad" 1861908 1861922 1862105 1862110) (|WhereAst| "syntax.spad" 1861574 1861588 1861898 1861903) (|WildFunctionFieldIntegralBasis| "intclos.spad" 1859214 1859259 1861564 1861569) (|WeierstrassPreparation| "weier.spad" 1857417 1857447 1859204 1859209) (|VectorSpace| "catdef.spad" 1857104 1857123 1857407 1857412) (|VectorSpace&| "catdef.spad" 1856788 1856810 1857094 1857099) (|Void| "void.spad" 1856464 1856474 1856778 1856783) (|ViewDefaultsPackage| "viewDef.spad" 1851649 1851674 1856454 1856459) (|ThreeDimensionalViewport| "view3D.spad" 1835589 1835619 1851639 1851644) (|TwoDimensionalViewport| "view2D.spad" 1823682 1823710 1835579 1835584) (|ViewportPackage| "viewpack.spad" 1821390 1821411 1823672 1823677) (|VectorFunctions2| "vector.spad" 1820016 1820042 1821380 1821385) (|Vector| "vector.spad" 1818871 1818885 1819125 1819130) (|VectorCategory| "vector.spad" 1816794 1816816 1818861 1818866) (|VectorCategory&| "vector.spad" 1814446 1814471 1816516 1816521) (|Variable| "variable.spad" 1814288 1814308 1814436 1814441) (|UnionType| "coerce.spad" 1813926 1813941 1814278 1814283) (|UTSodetools| "oderf.spad" 1813205 1813233 1813870 1813875) (|UnivariateTaylorSeriesODESolver| "utsode.spad" 1811393 1811441 1813195 1813200) (|UnivariateTaylorSeriesCategory| "pscat.spad" 1808837 1808880 1811283 1811388) (|UnivariateTaylorSeriesCategory&| "pscat.spad" 1805874 1805920 1808323 1808328) (|UnivariateTaylorSeriesFunctions2| "taylor.spad" 1805440 1805504 1805864 1805869) (|UnivariateTaylorSeries| "taylor.spad" 1800670 1800717 1804209 1804314) (|UnaryRecursiveAggregate| "aggcat.spad" 1795371 1795402 1800660 1800665) (|UnaryRecursiveAggregate&| "aggcat.spad" 1789985 1790019 1795277 1795282) (|UnivariatePuiseuxSeriesWithExponentialSingularity| "expexpan.spad" 1787843 1787915 1789325 1789470) (|UnivariatePuiseuxSeriesConstructor| "puiseux.spad" 1786117 1786168 1786521 1786671) (|UnivariatePuiseuxSeriesConstructorCategory| "puiseux.spad" 1784648 1784707 1785962 1786112) (|UnivariatePuiseuxSeriesConstructorCategory&| "puiseux.spad" 1783321 1783383 1784638 1784643) (|UnivariatePuiseuxSeriesCategory| "pscat.spad" 1781881 1781925 1783166 1783316) (|UnivariatePuiseuxSeriesFunctions2| "puiseux.spad" 1781394 1781477 1781871 1781876) (|UnivariatePuiseuxSeries| "puiseux.spad" 1779216 1779264 1780072 1780222) (|UnivariatePolynomialSquareFree| "poly.spad" 1777604 1777645 1779206 1779211) (|UnivariatePowerSeriesCategory| "pscat.spad" 1775365 1775415 1777494 1777599) (|UnivariatePowerSeriesCategory&| "pscat.spad" 1772871 1772924 1775003 1775008) (|UnivariatePolynomialCategoryFunctions2| "polycat.spad" 1772307 1772361 1772861 1772866) (|UnivariatePolynomialCategory| "polycat.spad" 1767298 1767334 1772085 1772302) (|UnivariatePolynomialCategory&| "polycat.spad" 1762210 1762249 1767000 1767005) (|UnivariatePolynomialMultiplicationPackage| "poly.spad" 1761104 1761155 1762200 1762205) (|UnivariatePolynomialDivisionPackage| "updivp.spad" 1760637 1760683 1761094 1761099) (|UnivariatePolynomialDecompositionPackage| "updecomp.spad" 1758861 1758912 1760627 1760632) (|UnivariatePolynomialCommonDenominator| "cden.spad" 1758044 1758094 1758851 1758856) (|UnivariatePolynomialFunctions2| "poly.spad" 1757381 1757429 1758034 1758039) (|UnivariatePolynomial| "poly.spad" 1755155 1755187 1755559 1755776) (|UniversalSegmentFunctions2| "seg.spad" 1754620 1754656 1755102 1755107) (|UniversalSegment| "seg.spad" 1753943 1753967 1754522 1754527) (|UnivariateFactorize| "unifact.spad" 1753030 1753058 1753933 1753938) (|UnivariateLaurentSeriesConstructor| "laurent.spad" 1749547 1749598 1749948 1750098) (|UnivariateLaurentSeriesConstructorCategory| "laurent.spad" 1747244 1747303 1749392 1749542) (|UnivariateLaurentSeriesConstructorCategory&| "laurent.spad" 1745046 1745108 1747197 1747202) (|UnivariateLaurentSeriesCategory| "pscat.spad" 1743257 1743301 1744891 1745041) (|UnivariateLaurentSeriesFunctions2| "laurent.spad" 1742741 1742824 1743247 1743252) (|UnivariateLaurentSeries| "laurent.spad" 1738401 1738449 1739366 1739710) (|UInt8| "data.spad" 1738276 1738287 1738391 1738396) (|UInt64| "data.spad" 1738149 1738161 1738266 1738271) (|UInt32| "data.spad" 1738022 1738034 1738139 1738144) (|UInt16| "data.spad" 1737895 1737907 1738012 1738017) (|UniqueFactorizationDomain| "catdef.spad" 1736955 1736986 1737838 1737890) (|UniqueFactorizationDomain&| "catdef.spad" 1736059 1736093 1736945 1736950) (|UserDefinedVariableOrdering| "setorder.spad" 1734916 1734949 1736049 1736054) (|UserDefinedPartialOrdering| "setorder.spad" 1732466 1732500 1734864 1734869) (|TypeAst| "syntax.spad" 1732381 1732394 1732456 1732461) (|Type| "coerce.spad" 1732312 1732322 1732371 1732376) (|TwoFactorize| "twofact.spad" 1730959 1730979 1732302 1732307) (|Tuple| "array1.spad" 1730439 1730452 1730846 1730851) (|TubePlotTools| "tube.spad" 1727296 1727315 1730429 1730434) (|TubePlot| "tube.spad" 1725938 1725960 1727286 1727291) (|TriangularSetCategory| "triset.spad" 1714013 1714048 1725928 1725933) (|TriangularSetCategory&| "triset.spad" 1702047 1702085 1713965 1713970) (|TaylorSeries| "mts.spad" 1700636 1700661 1701611 1701716) (|TranscendentalManipulations| "manip.spad" 1695055 1695092 1700399 1700404) (|TriangularMatrixOperations| "intclos.spad" 1693995 1694043 1695045 1695050) (|TrigonometricManipulations| "efstruc.spad" 1692503 1692539 1693985 1693990) (|TrigonometricFunctionCategory| "trigcat.spad" 1691989 1692024 1692493 1692498) (|TrigonometricFunctionCategory&| "trigcat.spad" 1691472 1691510 1691979 1691984) (|Tree| "tree.spad" 1690114 1690126 1691147 1691152) (|TranscendentalFunctionCategory| "trigcat.spad" 1689926 1689962 1690104 1690109) (|TranscendentalFunctionCategory&| "trigcat.spad" 1689735 1689774 1689916 1689921) (|TopLevelThreeSpace| "space.spad" 1689394 1689418 1689725 1689730) (|ToolsForSign| "sign.spad" 1689048 1689068 1689384 1689389) (|TextFile| "files.spad" 1687604 1687618 1689038 1689043) (|TexFormat1| "tex.spad" 1687153 1687171 1687594 1687599) (|TexFormat| "tex.spad" 1684341 1684356 1687143 1687148) (|TabulatedComputationPackage| "newdata.spad" 1682418 1682465 1684331 1684336) (|TableAggregate| "aggcat.spad" 1681672 1681706 1682408 1682413) (|TableAggregate&| "aggcat.spad" 1680923 1680960 1681662 1681667) (|TangentExpansions| "efstruc.spad" 1680317 1680342 1680913 1680918) (|TermAlgebraOperator| "term.spad" 1680025 1680052 1680307 1680312) (|Tableau| "tableau.spad" 1679602 1679617 1680015 1680020) (|Table| "table.spad" 1678406 1678431 1678678 1678683) (|TableauxBumpers| "tableau.spad" 1675173 1675196 1678396 1678401) (|System| "/Users/gdr/build/oa/src/algebra/SYSTEM.spad" 1674398 1674410 1675163 1675168) (|SystemSolvePackage| "syssolp.spad" 1671866 1671892 1674388 1674393) (|SystemPointer| "data.spad" 1671755 1671774 1671856 1671861) (|SystemNonNegativeInteger| "data.spad" 1670957 1670989 1671745 1671750) (|SystemInteger| "data.spad" 1670351 1670372 1670947 1670952) (|Syntax| "syntax.spad" 1666682 1666694 1670341 1670346) (|SymbolTable| "forttyp.spad" 1664850 1664867 1666672 1666677) (|TheSymbolTable| "forttyp.spad" 1660868 1660888 1664840 1664845) (|SymmetricPolynomial| "prtition.spad" 1659965 1659992 1660063 1660237) (|SymmetricFunctions| "efstruc.spad" 1659451 1659477 1659955 1659960) (|Symbol| "symbol.spad" 1656943 1656955 1659441 1659446) (|SparseUnivariateTaylorSeries| "suts.spad" 1654268 1654321 1655712 1655817) (|SparseUnivariatePuiseuxSeries| "supxs.spad" 1652071 1652125 1652946 1653096) (|SupFractionFactorizer| "allfact.spad" 1651158 1651194 1652061 1652066) (|SparseUnivariatePolynomialFunctions2| "poly.spad" 1650517 1650563 1651148 1651153) (|SparseUnivariatePolynomial| "poly.spad" 1647899 1647933 1648695 1648912) (|RationalFunctionSum| "sum.spad" 1646857 1646884 1647889 1647894) (|FunctionSpaceSum| "combfunc.spad" 1646477 1646503 1646847 1646852) (|SparseUnivariateLaurentSeries| "suls.spad" 1642100 1642154 1643084 1643434) (|SuchThatAst| "syntax.spad" 1641861 1641878 1642090 1642095) (|SuchThat| "suchthat.spad" 1641546 1641566 1641851 1641856) (|SubSpace| "newpoint.spad" 1633672 1633692 1641536 1641541) (|SubResultantPackage| "intrf.spad" 1632813 1632843 1633615 1633620) (|StreamTranscendentalFunctionsNonCommutative| "sttf.spad" 1629241 1629297 1632803 1632808) (|StreamTranscendentalFunctions| "sttf.spad" 1625314 1625356 1629231 1629236) (|StreamTaylorSeriesOperations| "sttaylor.spad" 1617946 1617982 1625201 1625206) (|StringTable| "table.spad" 1616888 1616913 1617045 1617050) (|String| "string.spad" 1615929 1615941 1616317 1616322) (|StreamFunctions3| "stream.spad" 1615489 1615517 1615919 1615924) (|StreamFunctions2| "stream.spad" 1614604 1614630 1615479 1615484) (|StreamFunctions1| "stream.spad" 1614297 1614321 1614594 1614599) (|Stream| "stream.spad" 1611298 1611312 1613792 1613797) (|StreamInfiniteProduct| "infprod.spad" 1610216 1610250 1611288 1611293) (|StepAst| "syntax.spad" 1609446 1609459 1610206 1610211) (|StepThrough| "catdef.spad" 1608755 1608772 1609436 1609441) (|SparseTable| "table.spad" 1607656 1607692 1607831 1607836) (|StreamAggregate| "aggcat.spad" 1606343 1606366 1607646 1607651) (|StreamAggregate&| "aggcat.spad" 1605027 1605053 1606333 1606338) (|Stack| "bags.spad" 1604521 1604534 1604773 1604778) (|SemiRing| "catdef.spad" 1604276 1604290 1604511 1604516) (|SquareFreeRegularTriangularSet| "sregset.spad" 1601879 1601923 1603808 1603813) (|SquareFreeRegularSetDecompositionPackage| "sregset.spad" 1600419 1600476 1601869 1601874) (|StringAggregate| "aggcat.spad" 1595612 1595633 1600409 1600414) (|StringAggregate&| "aggcat.spad" 1590802 1590826 1595602 1595607) (|SquareMatrix| "matrix.spad" 1589185 1589212 1589780 1589785) (|SplittingTree| "newdata.spad" 1583978 1584001 1588784 1588789) (|SplittingNode| "newdata.spad" 1580588 1580611 1583968 1583973) (|SpecialFunctionCategory| "trigcat.spad" 1579377 1579406 1580578 1580583) (|SpecialOutputPackage| "out.spad" 1577912 1577938 1579367 1579372) (|SpadAstExports| "syntax.spad" 1569992 1570012 1577902 1577907) (|SpadParser| "parsers.spad" 1569450 1569466 1569982 1569987) (|SpadAst| "syntax.spad" 1569147 1569160 1569440 1569445) (|ThreeSpaceCategory| "space.spad" 1553462 1553488 1569137 1569142) (|ThreeSpace| "space.spad" 1553231 1553249 1553452 1553457) (|SortPackage| "sortpak.spad" 1552764 1552785 1553179 1553184) (|TransSolvePackage| "transsolve.spad" 1550513 1550538 1552754 1552759) (|TransSolvePackageService| "transsolve.spad" 1548948 1548980 1550503 1550508) (|RadicalSolvePackage| "solverad.spad" 1544958 1544985 1548938 1548943) (|PolynomialSolveByFormulas| "solvefor.spad" 1543402 1543438 1544948 1544953) (|SquareFreeNormalizedTriangularSetCategory| "nsregset.spad" 1542986 1543041 1543392 1543397) (|SparseMultivariateTaylorSeries| "mts.spad" 1541246 1541299 1542550 1542655) (|SparseMultivariatePolynomial| "multpoly.spad" 1539376 1539421 1539791 1539965) (|SmithNormalForm| "smith.spad" 1538209 1538246 1539366 1539371) (|SquareMatrixCategory| "matcat.spad" 1536356 1536403 1538199 1538204) (|SquareMatrixCategory&| "matcat.spad" 1534364 1534414 1536210 1536215) (|ShallowlyMutableAggregate| "aggcat.spad" 1534028 1534061 1534354 1534359) (|StackAggregate| "aggcat.spad" 1533008 1533030 1534018 1534023) (|SingleInteger| "si.spad" 1532513 1532532 1532873 1533003) (|SimplifyAlgebraicNumberConvertPackage| "manip.spad" 1532207 1532250 1532503 1532508) (|RationalFunctionSign| "sign.spad" 1531315 1531343 1532197 1532202) (|ElementaryFunctionSign| "limitps.spad" 1530586 1530618 1531305 1531310) (|SignatureAst| "syntax.spad" 1529994 1530012 1530576 1530581) (|Signature| "domain.spad" 1529350 1529365 1529984 1529989) (|SturmHabichtPackage| "sturm.spad" 1527271 1527302 1529299 1529304) (|SplitHomogeneousDirectProduct| "gdirprod.spad" 1523996 1524049 1524539 1524544) (|SemiGroup| "catdef.spad" 1523598 1523613 1523986 1523991) (|SemiGroup&| "catdef.spad" 1523197 1523215 1523588 1523593) (|SemiGroupOperatorCategory| "catdef.spad" 1522889 1522923 1523022 1523192) (|SemiGroupOperation| "catdef.spad" 1522434 1522461 1522714 1522884) (|SymmetricGroupCombinatoricFunctions| "sgcf.spad" 1515541 1515582 1522424 1522429) (|SquareFreeRegularTriangularSetCategory| "sregset.spad" 1514474 1514526 1515531 1515536) (|SquareFreeRegularTriangularSetGcdPackage| "sregset.spad" 1513500 1513557 1514464 1514469) (|SquareFreeQuasiComponentPackage| "sregset.spad" 1508285 1508333 1513490 1513495) (|SExpressionOf| "sex.spad" 1508118 1508168 1508275 1508280) (|SExpressionCategory| "sex.spad" 1505930 1505986 1508108 1508113) (|SExpression| "sex.spad" 1505814 1505831 1505920 1505925) (|SetOfMIntegersInOneToN| "lodof.spad" 1504255 1504291 1505804 1505809) (|SetCategory| "catdef.spad" 1503732 1503749 1504245 1504250) (|SetCategory&| "catdef.spad" 1503206 1503226 1503722 1503727) (|SetAggregate| "aggcat.spad" 1499730 1499750 1503170 1503201) (|SetAggregate&| "aggcat.spad" 1496277 1496300 1499720 1499725) (|Set| "sets.spad" 1494656 1494667 1495755 1495786) (|SequenceAst| "syntax.spad" 1494351 1494368 1494646 1494651) (|SegmentExpansionCategory| "seg.spad" 1493486 1493520 1494341 1494346) (|SegmentCategory| "seg.spad" 1492399 1492422 1493476 1493481) (|SegmentBindingFunctions2| "seg.spad" 1492076 1492110 1492389 1492394) (|SegmentBinding| "seg.spad" 1491811 1491833 1492011 1492016) (|SegmentAst| "syntax.spad" 1491534 1491550 1491801 1491806) (|SegmentFunctions2| "seg.spad" 1490946 1490973 1491481 1491486) (|Segment| "seg.spad" 1490738 1490753 1490848 1490853) (|SequentialDifferentialVariable| "dpolcat.spad" 1489987 1490025 1490728 1490733) (|SequentialDifferentialPolynomial| "dpolcat.spad" 1487938 1487978 1488258 1488432) (|StructuralConstantsPackage| "naalg.spad" 1486004 1486038 1487928 1487933) (|Scope| "any.spad" 1485179 1485190 1485994 1485999) (|SortedCache| "kl.spad" 1483867 1483886 1485169 1485174) (|SpadSyntaxCategory| "syntax.spad" 1483761 1483785 1483857 1483862) (|SingletonAsOrderedSet| "misc.spad" 1483615 1483642 1483751 1483756) (|SAERationalFunctionAlgFactor| "algfact.spad" 1483303 1483348 1483605 1483610) (|SimpleAlgebraicExtensionAlgFactor| "algfact.spad" 1482974 1483024 1483293 1483298) (|SimpleAlgebraicExtension| "algext.spad" 1481390 1481427 1482022 1482139) (|RationalUnivariateRepresentationPackage| "zerodim.spad" 1479013 1479065 1481380 1481385) (|Ruleset| "rule.spad" 1478466 1478490 1479003 1479008) (|RuleCalled| "variable.spad" 1478311 1478331 1478456 1478461) (|RewriteRule| "rule.spad" 1476555 1476583 1478301 1478306) (|RuntimeValue| "any.spad" 1476281 1476299 1476545 1476550) (|RestrictAst| "syntax.spad" 1475990 1476007 1476271 1476276) (|RegularTriangularSetGcdPackage| "regset.spad" 1472405 1472452 1475980 1475985) (|RegularTriangularSetCategory| "regset.spad" 1462370 1462412 1472395 1472400) (|RegularTriangularSetCategory&| "regset.spad" 1452332 1452377 1462360 1462365) (|RegularSetDecompositionPackage| "regset.spad" 1450805 1450852 1452322 1452327) (|RealRootCharacterizationCategory| "reclos.spad" 1449160 1449219 1450795 1450800) (|RealRootCharacterizationCategory&| "reclos.spad" 1447512 1447574 1449150 1449155) (|RepeatAst| "syntax.spad" 1447208 1447223 1447502 1447507) (|RecursivePolynomialCategory| "newpoly.spad" 1426641 1426680 1447029 1447203) (|RecursivePolynomialCategory&| "newpoly.spad" 1405816 1405858 1426207 1426212) (|RomanNumeral| "integer.spad" 1405284 1405302 1405681 1405811) (|RightOpenIntervalRootCharacterization| "reclos.spad" 1404330 1404396 1405274 1405279) (|RealNumberSystem| "sf.spad" 1403306 1403328 1404245 1404325) (|RealNumberSystem&| "sf.spad" 1402354 1402379 1403296 1403301) (|RangeBinding| "seg.spad" 1401497 1401520 1402301 1402306) (|Rng| "catdef.spad" 1401105 1401114 1401487 1401492) (|Rng&| "catdef.spad" 1400710 1400722 1401095 1401100) (|RightModule| "catdef.spad" 1400483 1400502 1400700 1400705) (|RectangularMatrixCategoryFunctions2| "matfuns.spad" 1399871 1399960 1400473 1400478) (|RectangularMatrix| "matrix.spad" 1398968 1399001 1399325 1399330) (|RectangularMatrixCategory| "matcat.spad" 1394749 1394802 1398958 1398963) (|RectangularMatrixCategory&| "matcat.spad" 1390344 1390400 1394556 1394561) (|RightLinearSet| "catdef.spad" 1390037 1390059 1390334 1390339) (|RationalInterpolation| "rinterp.spad" 1389911 1389945 1390027 1390032) (|Ring| "catdef.spad" 1389519 1389529 1389901 1389906) (|Ring&| "catdef.spad" 1389124 1389137 1389509 1389514) (|RandomIntegerDistributions| "random.spad" 1388493 1388525 1389114 1389119) (|RegularChain| "zerodim.spad" 1386945 1386970 1387848 1387853) (|RGBColorSpace| "color.spad" 1386724 1386746 1386935 1386940) (|RGBColorModel| "color.spad" 1386276 1386298 1386714 1386719) (|RationalFunctionFactorizer| "allfact.spad" 1385715 1385749 1386266 1386271) (|RationalFunctionFactor| "algfact.spad" 1385431 1385462 1385705 1385710) (|RandomFloatDistributions| "random.spad" 1384406 1384436 1385421 1385426) (|RationalFunction| "rf.spad" 1382067 1382091 1384396 1384401) (|RetractSolvePackage| "nlinsol.spad" 1381470 1381499 1382057 1382062) (|RetractableTo| "coerce.spad" 1380888 1380909 1381460 1381465) (|RetractableTo&| "coerce.spad" 1380303 1380327 1380878 1380883) (|ReturnAst| "syntax.spad" 1380109 1380124 1380293 1380298) (|ResidueRing| "resring.spad" 1379480 1379531 1380075 1380104) (|ResolveLatticeCompletion| "void.spad" 1378783 1378815 1379470 1379475) (|RepeatedSquaring| "defaults.spad" 1378501 1378525 1378773 1378778) (|RepeatedDoubling| "defaults.spad" 1378195 1378219 1378491 1378496) (|RepresentationPackage2| "rep2.spad" 1367899 1367929 1378046 1378051) (|RepresentationPackage1| "rep1.spad" 1362092 1362122 1367841 1367846) (|RadicalEigenPackage| "radeigen.spad" 1359630 1359655 1362082 1362087) (|RegularTriangularSet| "regset.spad" 1357336 1357370 1359162 1359167) (|Reference| "boolean.spad" 1356848 1356865 1357326 1357331) (|ReductionOfOrder| "odeef.spad" 1356045 1356071 1356838 1356843) (|RealClosure| "reclos.spad" 1355048 1355076 1355760 1355840) (|RealSolvePackage| "acplot.spad" 1354175 1354197 1355038 1355043) (|RealZeroPackageQ| "real0q.spad" 1351460 1351488 1354165 1354170) (|RealZeroPackage| "realzero.spad" 1348292 1348319 1351450 1351455) (|RealConstant| "sf.spad" 1348155 1348173 1348282 1348287) (|ReduceAst| "syntax.spad" 1347870 1347885 1348145 1348150) (|ReducedDivisor| "pfo.spad" 1347514 1347550 1347860 1347865) (|RandomDistributions| "random.spad" 1347065 1347092 1347504 1347509) (|TranscendentalRischDESystem| "rdesys.spad" 1345909 1345947 1347055 1347060) (|TranscendentalRischDE| "rderf.spad" 1344034 1344066 1345899 1345904) (|ElementaryRischDESystem| "rdesys.spad" 1343117 1343150 1344024 1344029) (|ElementaryRischDE| "rdeef.spad" 1342117 1342144 1343107 1343112) (|RealClosedField| "reclos.spad" 1339336 1339357 1342032 1342112) (|RealClosedField&| "reclos.spad" 1336627 1336651 1339326 1339331) (|RecursiveAggregate| "aggcat.spad" 1334548 1334574 1336617 1336622) (|RecursiveAggregate&| "aggcat.spad" 1332339 1332368 1334411 1334416) (|RationalRetractions| "retract.spad" 1331683 1331710 1332329 1332334) (|RationalFactorize| "ratfact.spad" 1331361 1331387 1331673 1331678) (|RandomNumberSource| "random.spad" 1330665 1330689 1331351 1331356) (|RadixUtilities| "radix.spad" 1330410 1330430 1330655 1330660) (|RadixExpansion| "radix.spad" 1327391 1327416 1328948 1329028) (|RadicalFunctionField| "curve.spad" 1326237 1326287 1326369 1326501) (|RadicalCategory| "sf.spad" 1325820 1325841 1326227 1326232) (|RadicalCategory&| "sf.spad" 1325400 1325424 1325810 1325815) (|Queue| "bags.spad" 1324885 1324898 1325146 1325151) (|QuaternionCategoryFunctions2| "quat.spad" 1324480 1324524 1324875 1324880) (|QuaternionCategory| "quat.spad" 1322652 1322678 1324427 1324475) (|QuaternionCategory&| "quat.spad" 1320468 1320497 1322246 1322251) (|Quaternion| "quat.spad" 1319012 1319030 1319362 1319410) (|QueueAggregate| "aggcat.spad" 1317856 1317878 1319002 1319007) (|QuasiquoteAst| "syntax.spad" 1317614 1317633 1317846 1317851) (|QuadraticForm| "clifford.spad" 1317222 1317247 1317604 1317609) (|QuotientFieldCategoryFunctions2| "fraction.spad" 1316886 1316931 1317212 1317217) (|QuotientFieldCategory| "fraction.spad" 1315583 1315612 1316801 1316881) (|QuotientFieldCategory&| "fraction.spad" 1313712 1313744 1314933 1314938) (|QueryEquation| "alql.spad" 1313260 1313279 1313702 1313707) (|QuasiComponentPackage| "regset.spad" 1308156 1308194 1313250 1313255) (|QuasiAlgebraicSet2| "qalgset.spad" 1306136 1306170 1308146 1308151) (|QuasiAlgebraicSet| "qalgset.spad" 1302197 1302244 1306021 1306026) (|PAdicWildFunctionFieldIntegralBasis| "padiclib.spad" 1299584 1299634 1302187 1302192) (|PushVariables| "facutil.spad" 1298912 1298942 1299574 1299579) (|PartialTranscendentalFunctions| "ptranfn.spad" 1295020 1295058 1298902 1298907) (|PointPackage| "newpoint.spad" 1292098 1292118 1295010 1295015) (|PointFunctions2| "newpoint.spad" 1291908 1291935 1292088 1292093) (|PointCategory| "newpoint.spad" 1291174 1291195 1291898 1291903) (|PolynomialSquareFree| "poly.spad" 1290471 1290513 1291164 1291169) (|PseudoLinearNormalForm| "pseudolin.spad" 1289337 1289367 1290461 1290466) (|PolynomialSetUtilitiesPackage| "triset.spad" 1275979 1276022 1289179 1289184) (|PolynomialSetCategory| "polset.spad" 1270370 1270412 1275969 1275974) (|PolynomialSetCategory&| "polset.spad" 1264712 1264757 1270314 1270319) (|PlottableSpaceCurveCategory| "pcurve.spad" 1263686 1263719 1264702 1264707) (|PowerSeriesCategory| "pscat.spad" 1262444 1262490 1263576 1263681) (|PowerSeriesCategory&| "pscat.spad" 1261299 1261348 1262434 1262439) (|Partition| "prtition.spad" 1259990 1260005 1261289 1261294) (|PretendAst| "syntax.spad" 1259701 1259717 1259980 1259985) (|PseudoRemainderSequence| "prs.spad" 1249291 1249329 1259650 1259655) (|PriorityQueueAggregate| "aggcat.spad" 1248728 1248758 1249281 1249286) (|PropositionalLogic| "logic.spad" 1248316 1248340 1248718 1248723) (|PropositionalFormulaFunctions2| "logic.spad" 1247911 1247952 1248306 1248311) (|PropositionalFormulaFunctions1| "logic.spad" 1247289 1247328 1247901 1247906) (|PropositionalFormula| "logic.spad" 1245839 1245868 1247279 1247284) (|Property| "any.spad" 1245329 1245343 1245829 1245834) (|Product| "product.spad" 1244260 1244277 1244549 1244554) (|PrintPackage| "print.spad" 1244002 1244020 1244250 1244255) (|IntegerPrimesPackage| "intfact.spad" 1242245 1242273 1243992 1243997) (|PrimitiveElement| "primelt.spad" 1240356 1240380 1242235 1242240) (|PrimitiveFunctionCategory| "trigcat.spad" 1239976 1240007 1240346 1240351) (|PrimitiveArrayFunctions2| "array1.spad" 1238721 1238755 1239966 1239971) (|PrimitiveArray| "array1.spad" 1237933 1237955 1238115 1238120) (|PrecomputedAssociatedEquations| "lodof.spad" 1237287 1237327 1237923 1237928) (|PolynomialRing| "poly.spad" 1235780 1235804 1236491 1236665) (|PlottablePlaneCurveCategory| "pcurve.spad" 1234892 1234925 1235770 1235775) (|PortNumber| "net.spad" 1234675 1234691 1234882 1234887) (|PolynomialRoots| "manip.spad" 1233508 1233539 1234624 1234629) (|PolynomialCategoryLifting| "polycat.spad" 1232750 1232796 1233498 1233503) (|PolynomialCategoryQuotientFunctions| "rf.spad" 1230847 1230898 1232740 1232745) (|PolynomialCategory| "polycat.spad" 1224286 1224323 1230668 1230842) (|PolynomialCategory&| "polycat.spad" 1217229 1217269 1223614 1223619) (|PolynomialToUnivariatePolynomial| "poly.spad" 1216651 1216695 1217219 1217224) (|PolynomialFunctions2| "multpoly.spad" 1216230 1216260 1216641 1216646) (|Polynomial| "multpoly.spad" 1214245 1214263 1214768 1214942) (|RealPolynomialUtilitiesPackage| "reclos.spad" 1213173 1213230 1214192 1214197) (|PolToPol| "poltopol.spad" 1211915 1211936 1213163 1213168) (|Point| "newpoint.spad" 1210934 1210947 1211024 1211029) (|PolynomialNumberTheoryFunctions| "numtheor.spad" 1207607 1207644 1210924 1210929) (|PatternMatchTools| "patmatch1.spad" 1206367 1206396 1207597 1207602) (|PatternMatchSymbol| "patmatch1.spad" 1205900 1205926 1206357 1206362) (|PatternMatchQuotientFieldCategory| "patmatch2.spad" 1205460 1205505 1205890 1205895) (|FunctionSpaceAttachPredicates| "expr.spad" 1204903 1204944 1205450 1205455) (|AttachPredicates| "expr.spad" 1204380 1204404 1204893 1204898) (|PatternMatchPolynomialCategory| "patmatch2.spad" 1203415 1203461 1204295 1204300) (|PatternMatchListAggregate| "patmatch1.spad" 1202977 1203014 1203405 1203410) (|PatternMatchKernel| "patmatch1.spad" 1202540 1202568 1202967 1202972) (|PatternMatchIntegerNumberSystem| "patmatch2.spad" 1202091 1202130 1202530 1202535) (|PatternMatchFunctionSpace| "patmatch2.spad" 1201649 1201686 1202081 1202086) (|PatternMatchPushDown| "patmatch1.spad" 1200921 1200953 1201639 1201644) (|FunctionSpaceAssertions| "expr.spad" 1199879 1199912 1200911 1200916) (|PatternMatchAssertions| "expr.spad" 1198877 1198905 1199869 1199874) (|PlotTools| "plottool.spad" 1198650 1198665 1198867 1198872) (|Plot3D| "plot3d.spad" 1195110 1195122 1198640 1198645) (|PlotFunctions1| "plot.spad" 1194271 1194293 1195100 1195105) (|Plot| "plot.spad" 1189192 1189202 1194261 1194266) (|ParametricLinearEquations| "pleqn.spad" 1176571 1176621 1189182 1189187) (|PolynomialInterpolationAlgorithms| "pinterp.spad" 1176328 1176371 1176561 1176566) (|PolynomialInterpolation| "pinterp.spad" 1175933 1175969 1176318 1176323) (|PrincipalIdealDomain| "catdef.spad" 1174906 1174932 1175876 1175928) (|PiCoercions| "expr.spad" 1174554 1174573 1174896 1174901) (|PositiveInteger| "integer.spad" 1174150 1174171 1174520 1174549) (|PolyGroebner| "pgrobner.spad" 1172753 1172773 1174140 1174145) (|PermutationGroupExamples| "permgrps.spad" 1164404 1164434 1172743 1172748) (|PolynomialGcdPackage| "pgcd.spad" 1163340 1163375 1164394 1164399) (|PartialFractionPackage| "pfr.spad" 1162469 1162499 1163330 1163335) (|PartialFraction| "pfr.spad" 1159294 1159317 1162384 1162464) (|PointsOfFiniteOrderTools| "pfo.spad" 1158530 1158568 1159284 1159289) (|PointsOfFiniteOrderRational| "pfo.spad" 1157875 1157918 1158520 1158525) (|PointsOfFiniteOrder| "pfo.spad" 1157281 1157321 1157865 1157870) (|PolynomialFactorizationExplicit| "catdef.spad" 1154979 1155016 1157224 1157276) (|PolynomialFactorizationExplicit&| "catdef.spad" 1152668 1152708 1154916 1154921) (|PolynomialFactorizationByRecursionUnivariate| "pfbr.spad" 1150514 1150568 1152658 1152663) (|PolynomialFactorizationByRecursion| "pfbr.spad" 1148042 1148097 1150504 1150509) (|PrimeField| "pf.spad" 1147582 1147602 1147821 1147901) (|PermutationGroup| "permgrps.spad" 1142588 1142612 1147572 1147577) (|PermutationCategory| "perm.spad" 1141242 1141269 1142578 1142583) (|Permanent| "perman.spad" 1139791 1139812 1141232 1141237) (|Permutation| "perm.spad" 1135648 1135667 1139680 1139685) (|PendantTree| "tree.spad" 1135034 1135053 1135323 1135328) (|PartialDifferentialSpace| "catdef.spad" 1133825 1133857 1135024 1135029) (|PartialDifferentialSpace&| "catdef.spad" 1132613 1132648 1133815 1133820) (|PartialDifferentialRing| "catdef.spad" 1132444 1132475 1132603 1132608) (|PartialDifferentialModule| "catdef.spad" 1132259 1132294 1132434 1132439) (|PolynomialDecomposition| "pdecomp.spad" 1131712 1131746 1132249 1132254) (|PartialDifferentialDomain| "catdef.spad" 1131127 1131163 1131702 1131707) (|PartialDifferentialDomain&| "catdef.spad" 1130539 1130578 1131117 1131122) (|PolynomialComposition| "pdecomp.spad" 1130373 1130405 1130529 1130534) (|PoincareBirkhoffWittLyndonBasis| "xlpoly.spad" 1129125 1129171 1130363 1130368) (|PatternFunctions2| "pattern.spad" 1128848 1128875 1129115 1129120) (|PatternFunctions1| "pattern.spad" 1127181 1127208 1128838 1128843) (|Pattern| "pattern.spad" 1121751 1121766 1127171 1127176) (|PatternMatchResultFunctions2| "patmatch1.spad" 1121397 1121437 1121741 1121746) (|PatternMatchResult| "patmatch1.spad" 1118964 1118992 1121387 1121392) (|PatternMatch| "patmatch2.spad" 1117290 1117331 1118811 1118816) (|PatternMatchable| "patmatch1.spad" 1116705 1116729 1117280 1117285) (|PatternMatchListResult| "patmatch1.spad" 1115771 1115805 1116695 1116700) (|Patternable| "pattern.spad" 1115526 1115545 1115761 1115766) (|PartitionsAndPermutations| "partperm.spad" 1113559 1113590 1115516 1115521) (|ParametricSurface| "paramete.spad" 1112978 1113021 1113549 1113554) (|ParametricSurfaceFunctions2| "paramete.spad" 1112750 1112791 1112968 1112973) (|Parser| "parsers.spad" 1112266 1112278 1112740 1112745) (|ParametricSpaceCurve| "paramete.spad" 1111682 1111728 1112256 1112261) (|ParametricSpaceCurveFunctions2| "paramete.spad" 1111445 1111489 1111672 1111677) (|ParametricPlaneCurve| "paramete.spad" 1110889 1110935 1111435 1111440) (|ParametricPlaneCurveFunctions2| "paramete.spad" 1110652 1110696 1110879 1110884) (|ParameterAst| "syntax.spad" 1109770 1109788 1110642 1110647) (|PolynomialAN2Expression| "expr.spad" 1109161 1109190 1109760 1109765) (|Palette| "color.spad" 1108270 1108283 1109151 1109156) (|Pair| "mkrecord.spad" 1107499 1107514 1108070 1108075) (|PAdicRationalConstructor| "padic.spad" 1104776 1104816 1105961 1106041) (|PAdicRational| "padic.spad" 1102980 1103003 1103204 1103284) (|PAdicIntegerCategory| "padic.spad" 1101528 1101558 1102923 1102975) (|PAdicInteger| "padic.spad" 1101238 1101260 1101471 1101523) (|PadeApproximantPackage| "pade.spad" 1099907 1099946 1101228 1101233) (|PadeApproximants| "pade.spad" 1098645 1098675 1099897 1099902) (|OrdinaryWeightedPolynomials| "wtpol.spad" 1097914 1097969 1098549 1098554) (|OverloadSet| "domain.spad" 1097478 1097495 1097904 1097909) (|OrderedVariableList| "variable.spad" 1097242 1097282 1097468 1097473) (|OutputForm| "outform.spad" 1086642 1086658 1097232 1097237) (|OutputBinaryFile| "net.spad" 1086062 1086084 1086632 1086637) (|OutputByteConduit| "net.spad" 1085117 1085140 1086052 1086057) (|OutputByteConduit&| "net.spad" 1084169 1084195 1085107 1085112) (|OutputPackage| "out.spad" 1083276 1083295 1084159 1084164) (|OrdSetInts| "fnla.spad" 1082743 1082759 1083266 1083271) (|OrderedSemiGroup| "catdef.spad" 1082647 1082669 1082733 1082738) (|OrthogonalPolynomialFunctions| "special.spad" 1081114 1081151 1082573 1082578) (|UnivariateSkewPolynomial| "ore.spad" 1080550 1080602 1080801 1080806) (|SparseUnivariateSkewPolynomial| "ore.spad" 1079828 1079882 1080237 1080242) (|UnivariateSkewPolynomialCategoryOps| "ore.spad" 1077669 1077714 1079733 1079738) (|UnivariateSkewPolynomialCategory| "ore.spad" 1071860 1071900 1077659 1077664) (|UnivariateSkewPolynomialCategory&| "ore.spad" 1065871 1065914 1071673 1071678) (|OrderedType| "catdef.spad" 1065099 1065116 1065861 1065866) (|OrderedType&| "catdef.spad" 1064324 1064344 1065089 1065094) (|OrderedStructure| "catdef.spad" 1064079 1064108 1064256 1064261) (|OrderedSet| "catdef.spad" 1063771 1063787 1064069 1064074) (|OrderedRing| "catdef.spad" 1063589 1063606 1063761 1063766) (|OrderedMonoid| "catdef.spad" 1063433 1063452 1063579 1063584) (|OrderingFunctions| "gdirprod.spad" 1062550 1062581 1063423 1063428) (|OrderedFinite| "catdef.spad" 1062359 1062378 1062540 1062545) (|OrderedCompletionFunctions2| "complet.spad" 1061627 1061664 1062349 1062354) (|OrderedCompletion| "complet.spad" 1060217 1060242 1061314 1061319) (|OperatorSignature| "domain.spad" 1059864 1059887 1060207 1060212) (|OperationsQuery| "alql.spad" 1059432 1059453 1059854 1059859) (|OperatorCategory| "term.spad" 1058884 1058908 1059422 1059427) (|OperatorCategory&| "term.spad" 1058333 1058360 1058874 1058879) (|Operator| "opalg.spad" 1058083 1058099 1058169 1058174) (|OnePointCompletionFunctions2| "complet.spad" 1057481 1057519 1058073 1058078) (|OnePointCompletion| "complet.spad" 1056350 1056376 1057168 1057173) (|OrderedMultisetAggregate| "aggcat.spad" 1056124 1056156 1056314 1056345) (|OppositeMonogenicLinearOperator| "lodop.spad" 1055535 1055576 1056017 1056022) (|OrderedIntegralDomain| "catdef.spad" 1055296 1055323 1055478 1055530) (|OrderedFreeMonoid| "xpoly.spad" 1053412 1053437 1055244 1055249) (|OrderlyDifferentialVariable| "dpolcat.spad" 1052648 1052683 1053402 1053407) (|OrdinaryDifferentialRing| "lodop.spad" 1052286 1052334 1052476 1052606) (|OrderlyDifferentialPolynomial| "dpolcat.spad" 1050193 1050230 1050560 1050734) (|OrderedDirectProduct| "gdirprod.spad" 1047070 1047108 1047461 1047466) (|ODETools| "oderf.spad" 1045717 1045738 1047060 1047065) (|SystemODESolver| "odealg.spad" 1043402 1043428 1045707 1045712) (|RationalRicDE| "riccati.spad" 1039405 1039429 1043336 1043341) (|ReduceLODE| "odealg.spad" 1038800 1038828 1039395 1039400) (|RationalLODE| "oderf.spad" 1036427 1036450 1038790 1038795) (|PrimitiveRatRicDE| "riccati.spad" 1033509 1033542 1036417 1036422) (|PrimitiveRatDE| "oderf.spad" 1030899 1030929 1033499 1033504) (|PureAlgebraicLODE| "odealg.spad" 1030274 1030309 1030889 1030894) (|ODEIntegration| "oderf.spad" 1029701 1029725 1030264 1030269) (|ElementaryFunctionODESolver| "odeef.spad" 1025175 1025212 1029691 1029696) (|ConstantLODE| "oderf.spad" 1024714 1024738 1025165 1025170) (|OctonionCategoryFunctions2| "oct.spad" 1024331 1024373 1024704 1024709) (|Octonion| "oct.spad" 1022765 1022781 1023485 1023490) (|OrderedCancellationAbelianMonoid| "catdef.spad" 1022583 1022621 1022755 1022760) (|OctonionCategory| "oct.spad" 1020399 1020423 1022573 1022578) (|OctonionCategory&| "oct.spad" 1017820 1017847 1019997 1020002) (|OrderedAbelianSemiGroup| "catdef.spad" 1017614 1017643 1017810 1017815) (|OrderedAbelianMonoidSup| "catdef.spad" 1017115 1017144 1017604 1017609) (|OrderedAbelianMonoid| "catdef.spad" 1016855 1016881 1017105 1017110) (|OrderedAbelianMonoid&| "catdef.spad" 1016592 1016621 1016845 1016850) (|OrderedAbelianGroup| "catdef.spad" 1016113 1016138 1016582 1016587) (|OrderedAbelianGroup&| "catdef.spad" 1015631 1015659 1016103 1016108) (|NumericTubePlot| "tube.spad" 1015209 1015238 1015621 1015626) (|NumericalQuadrature| "numquad.spad" 1003168 1003193 1015199 1015204) (|NumericalOrdinaryDifferentialEquations| "numode.spad" 994484 994528 1003158 1003163) (|NumberFormats| "outform.spad" 993313 993332 994474 994479) (|Numeric| "numeric.spad" 985417 985432 993113 993118) (|NormalizedTriangularSetCategory| "nregset.spad" 983918 983963 985407 985412) (|NumberTheoreticPolynomialFunctions| "special.spad" 983446 983488 983844 983849) (|NewSparseUnivariatePolynomialFunctions2| "newpoly.spad" 982801 982850 983436 983441) (|NewSparseUnivariatePolynomial| "newpoly.spad" 976532 976569 980979 981196) (|NewSparseMultivariatePolynomial| "newpoly.spad" 974368 974416 974689 974863) (|NumericRealEigenPackage| "numeigen.spad" 972749 972784 974358 974363) (|NPCoef| "npcoef.spad" 971991 972015 972739 972744) (|NormRetractPackage| "twofact.spad" 971577 971628 971981 971986) (|NormalizationPackage| "nregset.spad" 969501 969538 971567 971572) (|NormInMonogenicAlgebra| "algcat.spad" 969169 969215 969491 969496) (|NoneFunctions1| "any.spad" 968833 968855 969159 969164) (|None| "any.spad" 968572 968582 968823 968828) (|NonLinearFirstOrderODESolver| "nlode.spad" 968037 968075 968562 968567) (|NonNegativeInteger| "integer.spad" 966908 966932 968003 968032) (|NonLinearSolvePackage| "nlinsol.spad" 965515 965544 966898 966903) (|NumberFieldIntegralBasis| "intclos.spad" 963057 963092 965505 965510) (|NetworkClientSocket| "net.spad" 963014 963042 963047 963052) (|NonCommutativeOperatorDivision| "lodop.spad" 961214 961254 963004 963009) (|NumericContinuedFraction| "contfrac.spad" 960838 960870 961204 961209) (|NumericComplexEigenPackage| "numeigen.spad" 958980 959018 960828 960833) (|NonAssociativeRing| "naalgc.spad" 958568 958592 958970 958975) (|NonAssociativeRing&| "naalgc.spad" 958153 958180 958558 958563) (|NonAssociativeRng| "naalgc.spad" 957538 957561 958143 958148) (|NonAssociativeRng&| "naalgc.spad" 956920 956946 957528 957533) (|NonAssociativeAlgebra| "naalgc.spad" 956488 956517 956910 956915) (|NonAssociativeAlgebra&| "naalgc.spad" 956053 956085 956478 956483) (|MultivariateSquareFree| "multsqfr.spad" 952991 953028 956043 956048) (|MultivariateFactorize| "multfact.spad" 952355 952391 952981 952986) (|MultivariateTaylorSeriesCategory| "pscat.spad" 950411 950462 952245 952350) (|MergeThing| "alql.spad" 950062 950080 950401 950406) (|MoreSystemCommands| "system.spad" 949480 949504 950052 950057) (|MultisetAggregate| "aggcat.spad" 949306 949331 949444 949475) (|Multiset| "mset.spad" 947147 947163 948900 948931) (|MonoidRing| "mring.spad" 944271 944291 946865 946870) (|MonoidRingFunctions2| "mring.spad" 943815 943847 944261 944266) (|MRationalFactorize| "allfact.spad" 943345 943378 943805 943810) (|MPolyCatRationalFunctionFactorizer| "allfact.spad" 941353 941404 943335 943340) (|MultivariatePolynomial| "multpoly.spad" 939494 939529 939873 940047) (|MPolyCatPolyFactorizer| "allfact.spad" 938738 938777 939484 939489) (|MPolyCatFunctions3| "poltopol.spad" 938539 938595 938728 938733) (|MPolyCatFunctions2| "poltopol.spad" 938177 938226 938529 938534) (|MonomialExtensionTools| "intrf.spad" 936512 936545 938167 938172) (|MonoidOperatorCategory| "catdef.spad" 935919 935950 936160 936507) (|MonoidOperation| "catdef.spad" 935325 935349 935594 935914) (|Monoid| "catdef.spad" 934659 934671 935315 935320) (|Monoid&| "catdef.spad" 933990 934005 934649 934654) (|MonogenicAlgebra| "algcat.spad" 932742 932769 933868 933985) (|MonogenicAlgebra&| "algcat.spad" 931473 931503 932602 932607) (|MonadWithUnit| "naalgc.spad" 929710 929729 931463 931468) (|MonadWithUnit&| "naalgc.spad" 927944 927966 929700 929705) (|Monad| "naalgc.spad" 927101 927112 927934 927939) (|Monad&| "naalgc.spad" 926255 926269 927091 927096) (|MoebiusTransform| "moebius.spad" 924991 925015 926245 926250) (|Module| "catdef.spad" 924879 924893 924981 924986) (|Module&| "catdef.spad" 924764 924781 924869 924874) (|ModularRing| "modring.spad" 924220 924276 924754 924759) (|ModuleOperator| "opalg.spad" 922879 922903 924056 924061) (|ModuleMonomial| "modmonom.spad" 922598 922628 922869 922874) (|ModMonic| "modmon.spad" 919962 919980 920683 920900) (|ModularField| "modring.spad" 919376 919433 919877 919957) (|MathMLFormat| "mathml.spad" 918226 918244 919366 919371) (|MultipleMap| "curve.spad" 917959 918002 918216 918221) (|MonogenicLinearOperator| "lodop.spad" 916431 916462 917949 917954) (|MultivariateLifting| "mlift.spad" 915026 915060 916421 916426) (|MakeUnaryCompiledFunction| "mkfunc.spad" 914542 914579 915016 915021) (|MakeRecord| "mkrecord.spad" 914122 914143 914532 914537) (|MakeFunction| "mkfunc.spad" 913519 913539 914112 914117) (|MakeFloatCompiledFunction| "mkfunc.spad" 912464 912497 913509 913514) (|MakeBinaryCompiledFunction| "mkfunc.spad" 911935 911977 912454 912459) (|ModularHermitianRowReduction| "divisor.spad" 910420 910456 911925 911930) (|MultFiniteFactorize| "mfinfact.spad" 909807 909842 910410 910415) (|MeshCreationRoutinesForThreeDimensions| "mesh.spad" 907566 907610 909797 909802) (|ModularDistinctDegreeFactorizer| "moddfact.spad" 905756 905795 907556 907561) (|MultiDictionary| "aggcat.spad" 905044 905067 905746 905751) (|MatrixCommonDenominator| "cden.spad" 904233 904266 905034 905039) (|Maybe| "any.spad" 903472 903486 904165 904170) (|StorageEfficientMatrixOperations| "matstor.spad" 900758 900798 903462 903467) (|Matrix| "matrix.spad" 899737 899751 900225 900230) (|MatrixLinearAlgebraFunctions| "matfuns.spad" 897051 897101 899593 899598) (|MatrixCategoryFunctions2| "matfuns.spad" 896311 896381 897041 897046) (|MatrixCategory| "matcat.spad" 888017 888051 896301 896306) (|MatrixCategory&| "matcat.spad" 879536 879573 887823 887828) (|MappingPackage3| "mappkg.spad" 878438 878465 879526 879531) (|MappingPackage2| "mappkg.spad" 877763 877788 878428 878433) (|MappingPackage1| "mappkg.spad" 876578 876601 877753 877758) (|MappingAst| "syntax.spad" 875909 875925 876568 876573) (|MappingPackageInternalHacks3| "mappkg.spad" 875695 875735 875899 875904) (|MappingPackageInternalHacks2| "mappkg.spad" 875438 875476 875685 875690) (|MappingPackageInternalHacks1| "mappkg.spad" 875056 875092 875428 875433) (|MacroAst| "syntax.spad" 874645 874659 875046 875051) (|LazyStreamAggregate| "stream.spad" 871882 871909 874635 874640) (|LazyStreamAggregate&| "stream.spad" 869116 869146 871872 871877) (|LyndonWord| "xlpoly.spad" 866158 866183 869106 869111) (|ConstructAst| "syntax.spad" 865932 865950 866148 866153) (|LieSquareMatrix| "lie.spad" 864564 864591 864971 864976) (|LinearSystemPolynomialPackage| "solvelin.spad" 864072 864116 864554 864559) (|LinearSystemMatrixPackage1| "solvelin.spad" 861895 861929 864062 864067) (|LinearSystemMatrixPackage| "solvelin.spad" 860733 860780 861885 861890) (|ListAggregate| "aggcat.spad" 860413 860434 860723 860728) (|ListAggregate&| "aggcat.spad" 860090 860114 860403 860408) (|LiePolynomial| "xlpoly.spad" 859089 859119 859994 859999) (|LinearPolynomialEquationByFractions| "fraction.spad" 858327 858370 859079 859084) (|Logic| "logic.spad" 857866 857877 858317 858322) (|Logic&| "logic.spad" 857402 857416 857856 857861) (|LinearOrdinaryDifferentialOperatorsOps| "lodo.spad" 856296 856344 857392 857397) (|LinearOrdinaryDifferentialOperatorFactorizer| "lodof.spad" 855281 855336 856230 856235) (|LinearOrdinaryDifferentialOperatorCategory| "lodo.spad" 853941 853991 855271 855276) (|LinearOrdinaryDifferentialOperatorCategory&| "lodo.spad" 852561 852614 853894 853899) (|LinearOrdinaryDifferentialOperator2| "lodo.spad" 851808 851853 852248 852253) (|LinearOrdinaryDifferentialOperator1| "lodo.spad" 851182 851225 851495 851500) (|LinearOrdinaryDifferentialOperator| "lodo.spad" 850540 850589 850869 850874) (|ElementaryFunctionLODESolver| "odeef.spad" 849320 849360 850530 850535) (|Localize| "fraction.spad" 848720 848740 849259 849264) (|LinearAggregate| "aggcat.spad" 844894 844917 848710 848715) (|LinearAggregate&| "aggcat.spad" 840981 841007 844800 844805) (|ListMonoidOps| "free.spad" 837738 837766 840971 840976) (|LeftModule| "catdef.spad" 837514 837532 837728 837733) (|ListMultiDictionary| "lmdict.spad" 836856 836883 837121 837126) (|LeftLinearSet| "catdef.spad" 836552 836573 836846 836851) (|Literal| "syntax.spad" 836453 836469 836542 836547) (|ListFunctions3| "list.spad" 835752 835778 836443 836448) (|ListToMap| "list.spad" 832672 832691 835742 835747) (|ListFunctions2| "list.spad" 831362 831386 832662 832667) (|List| "list.spad" 829411 829423 830756 830761) (|LinearSet| "catdef.spad" 829183 829200 829401 829406) (|LinearForm| "vector.spad" 828660 828680 829173 829178) (|LinearlyExplicitRingOver| "catdef.spad" 827381 827413 828650 828655) (|LinearElement| "vector.spad" 826755 826778 827278 827283) (|LinearDependence| "lindep.spad" 825616 825642 826693 826698) (|LinearBasis| "vector.spad" 825243 825267 825606 825611) (|RationalFunctionLimitPackage| "sign.spad" 823164 823200 825233 825238) (|PowerSeriesLimitPackage| "limitps.spad" 822053 822087 823154 823159) (|LieAlgebra| "xlpoly.spad" 821555 821573 822043 822048) (|LieAlgebra&| "xlpoly.spad" 821017 821038 821508 821513) (|AssociatedLieAlgebra| "lie.spad" 819401 819431 820693 820698) (|Library| "files.spad" 818169 818182 818620 818625) (|LinGroebnerPackage| "lingrob.spad" 815510 815541 818159 818164) (|LiouvillianFunctionCategory| "trigcat.spad" 814544 814577 815500 815505) (|LiouvillianFunction| "liouv.spad" 813486 813515 814534 814539) (|LexTriangularPackage| "zerodim.spad" 809091 809124 813476 813481) (|LieExponentials| "xlpoly.spad" 807372 807412 809081 809086) (|LetAst| "syntax.spad" 807067 807079 807362 807367) (|LeadingCoefDetermination| "leadcdet.spad" 805451 805490 807057 807062) (|LazardSetSolvingPackage| "nsregset.spad" 804174 804217 805441 805446) (|LaurentPolynomial| "gpol.spad" 802698 802726 803613 803665) (|LaplaceTransform| "laplace.spad" 802271 802297 802688 802693) (|LeftAlgebra| "derham.spad" 802048 802067 802261 802266) (|LeftAlgebra&| "derham.spad" 801822 801844 802038 802043) (|LocalAlgebra| "fraction.spad" 801277 801301 801769 801774) (|ConvertibleFrom| "coerce.spad" 801007 801030 801267 801272) (|KleeneTrivalentLogic| "logic.spad" 800533 800559 800997 801002) (|CoercibleFrom| "coerce.spad" 800268 800289 800523 800528) (|Kovacic| "kovacic.spad" 798998 799016 800258 800263) (|ConvertibleTo| "coerce.spad" 798709 798730 798988 798993) (|CoercibleTo| "coerce.spad" 798437 798456 798699 798704) (|KernelFunctions2| "kl.spad" 798126 798152 798427 798432) (|Kernel| "kl.spad" 796784 796798 797917 797922) (|KeyedDictionary| "aggcat.spad" 795890 795925 796774 796779) (|KeyedDictionary&| "aggcat.spad" 794993 795031 795880 795885) (|KeyedAccessFile| "files.spad" 793918 793947 794166 794171) (|JVMOpcode| "java.spad" 793824 793839 793908 793913) (|JVMMethodAccess| "java.spad" 792865 792886 793814 793819) (|JVMFieldAccess| "java.spad" 792169 792189 792855 792860) (|JVMConstantTag| "java.spad" 790886 790906 792159 792164) (|JVMClassFileAccess| "java.spad" 790316 790340 790876 790881) (|JVMBytecode| "java.spad" 790218 790235 790306 790311) (|AssociatedJordanAlgebra| "lie.spad" 788412 788445 789894 789899) (|JoinAst| "syntax.spad" 788109 788122 788402 788407) (|IndexedAggregate| "aggcat.spad" 786228 786266 788099 788104) (|IndexedAggregate&| "aggcat.spad" 784109 784150 785983 785988) (|InfiniteTuple| "ituple.spad" 783390 783411 784099 784104) (|InnerTrigonometricManipulations| "efstruc.spad" 782212 782256 783380 783385) (|InfiniteTupleFunctions3| "ituple.spad" 781697 781732 782202 782207) (|InfiniteTupleFunctions2| "ituple.spad" 781420 781453 781687 781692) (|InternalTypeForm| "compiler.spad" 780761 780783 781410 781415) (|InnerTaylorSeries| "taylor.spad" 778727 778757 780612 780710) (|InnerSparseUnivariatePowerSeries| "sups.spad" 771349 771394 777916 778021) (|InnerPolySum| "sum.spad" 770840 770866 771339 771344) (|IsAst| "syntax.spad" 770556 770567 770830 770835) (|InternalRationalUnivariateRepresentationPackage| "zerodim.spad" 769228 769292 770546 770551) (|IrrRepSymNatPackage| "irsn.spad" 767215 767240 769218 769223) (|IntegrationResultRFToFunction| "irexpand.spad" 765665 765702 767155 767160) (|IrredPolyOverFiniteField| "ffx.spad" 765244 765277 765655 765660) (|IntegerRoots| "intfact.spad" 763573 763593 765234 765239) (|InternalRepresentationForm| "compiler.spad" 762873 762905 763563 763568) (|IntegrationResultToFunction| "irexpand.spad" 762066 762103 762863 762868) (|IntegrationResultFunctions2| "intaux.spad" 761073 761110 762056 762061) (|IntegrationResult| "intaux.spad" 758886 758911 760943 760948) (|InternalPrintPackage| "newdata.spad" 758628 758654 758876 758881) (|InnerPrimeField| "pf.spad" 758154 758179 758407 758487) (|InnerPAdicInteger| "padic.spad" 757925 757966 758097 758149) (|IP4Address| "net.spad" 757474 757490 757915 757920) (|IOMode| "files.spad" 756992 757004 757464 757469) (|InputOutputBinaryFile| "net.spad" 756358 756385 756982 756987) (|InputOutputByteConduit| "net.spad" 756203 756231 756348 756353) (|InverseLaplaceTransform| "laplace.spad" 755835 755868 756193 756198) (|TranscendentalIntegration| "intrf.spad" 749210 749246 755825 755830) (|IntegrationTools| "rdeef.spad" 746949 746975 748778 748783) (|IntegerSolveLinearPolynomialEquation| "integer.spad" 746243 746285 746939 746944) (|Interval| "interval.spad" 745812 745828 746166 746238) (|RationalFunctionIntegration| "intrf.spad" 744223 744258 745802 745807) (|IntegerRetractions| "retract.spad" 743639 743665 744213 744218) (|RationalIntegration| "intrf.spad" 742361 742391 743629 743634) (|PatternMatchIntegration| "intpm.spad" 740806 740839 742081 742086) (|PureAlgebraicIntegration| "intaf.spad" 738624 738660 740695 740700) (|TranscendentalHermiteIntegration| "intrf.spad" 737872 737915 738614 738619) (|AlgebraicHermiteIntegration| "intalg.spad" 737521 737566 737862 737867) (|IntegerNumberTheoryFunctions| "numtheor.spad" 733934 733968 737511 737516) (|GenusZeroIntegration| "intaf.spad" 727644 727676 733823 733828) (|IntegerFactorizationPackage| "intfact.spad" 726686 726721 727634 727639) (|ElementaryIntegration| "intef.spad" 725082 725113 726676 726681) (|IntegralDomain| "catdef.spad" 723800 723820 725025 725077) (|IntegralDomain&| "catdef.spad" 722562 722585 723790 723795) (|IntervalCategory| "interval.spad" 720824 720848 722485 722557) (|IntegerBits| "random.spad" 720322 720339 720814 720819) (|AlgebraicIntegrate| "intalg.spad" 719498 719537 720312 720317) (|AlgebraicIntegration| "intaf.spad" 718984 719014 719488 719493) (|InnerTable| "table.spad" 717889 717928 718060 718065) (|Int8| "data.spad" 717767 717777 717879 717884) (|Int64| "data.spad" 717643 717654 717757 717762) (|Int32| "data.spad" 717519 717530 717633 717638) (|Int16| "data.spad" 717395 717406 717509 717514) (|Integer| "integer.spad" 717065 717078 717260 717390) (|IntegerNumberSystem| "si.spad" 714532 714557 716948 717060) (|IntegerNumberSystem&| "si.spad" 712103 712131 714522 714527) (|InnerPolySign| "sign.spad" 711562 711586 712093 712098) (|InfiniteProductPrimeField| "infprod.spad" 710635 710677 711552 711557) (|InfiniteProductFiniteField| "infprod.spad" 709699 709747 710625 710630) (|InnerMultFact| "multfact.spad" 708663 708691 709689 709694) (|InnerModularGcd| "modgcd.spad" 708154 708197 708653 708658) (|InnerNumericFloatSolvePackage| "numsolve.spad" 706428 706473 708144 708149) (|InfiniteProductCharacteristicZero| "infprod.spad" 705477 705527 706418 706423) (|InputFormFunctions1| "mkfunc.spad" 705085 705112 705467 705472) (|InputForm| "mkfunc.spad" 702289 702304 705075 705080) (|Infinity| "complet.spad" 701835 701849 702279 702284) (|InetClientStreamSocket| "net.spad" 701792 701820 701825 701830) (|InnerNumericEigenPackage| "numeigen.spad" 700320 700360 701782 701787) (|IndexedExponents| "multpoly.spad" 699940 699971 700215 700220) (|IncrementingMaps| "seg.spad" 699363 699387 699930 699935) (|InputBinaryFile| "net.spad" 698446 698467 699353 699358) (|InnerNormalBasisFieldFunctions| "ffnb.spad" 694268 694307 698436 698441) (|InputByteConduit| "net.spad" 692520 692542 694258 694263) (|InputByteConduit&| "net.spad" 690769 690794 692510 692515) (|InAst| "syntax.spad" 690427 690438 690759 690764) (|ImportAst| "syntax.spad" 690128 690143 690417 690422) (|InnerMatrixQuotientFieldFunctions| "matfuns.spad" 689141 689216 690034 690039) (|InnerMatrixLinearAlgebraFunctions| "matfuns.spad" 687681 687736 689047 689052) (|InnerFiniteField| "ffp.spad" 687126 687156 687411 687491) (|IfAst| "syntax.spad" 686737 686748 687116 687121) (|IndexedFlexibleArray| "array1.spad" 684415 684448 686131 686136) (|InnerFreeAbelianMonoid| "free.spad" 684239 684276 684353 684358) (|InnerEvalable| "equation1.spad" 683641 683664 684229 684234) (|InnerEvalable&| "equation1.spad" 683040 683066 683631 683636) (|IndexedProductTerm| "indexedp.spad" 682580 682608 683030 683035) (|IndexedDirectProductOrderedAbelianMonoidSup| "indexedp.spad" 682218 682271 682493 682498) (|IndexedDirectProductOrderedAbelianMonoid| "indexedp.spad" 681823 681873 682131 682136) (|IndexedDirectProductObject| "indexedp.spad" 681214 681250 681736 681741) (|IndexedDirectProductCategory| "indexedp.spad" 680086 680124 681204 681209) (|IndexedDirectProductAbelianMonoid| "indexedp.spad" 679723 679766 679999 680004) (|IndexedDirectProductAbelianGroup| "indexedp.spad" 679363 679405 679636 679641) (|Identifier| "syntax.spad" 679007 679023 679353 679358) (|IdempotentOperatorCategory| "catdef.spad" 678758 678793 678894 679002) (|IdealDecompositionPackage| "idecomp.spad" 675974 676015 678748 678753) (|PolynomialIdeals| "ideal.spad" 670912 670961 675908 675913) (|InnerCommonDenominator| "cden.spad" 670105 670141 670902 670907) (|IndexCard| "alql.spad" 669491 669506 670095 670100) (|IntegralBasisPolynomialTools| "padiclib.spad" 668072 668115 669481 669486) (|IndexedBits| "boolean.spad" 667420 667442 667562 667567) (|IntegralBasisTools| "intclos.spad" 664393 664424 667410 667415) (|ChineseRemainderToolsForIntegralBases| "padiclib.spad" 662865 662915 664383 664388) (|InnerTwoDimensionalArray| "array2.spad" 662402 662446 662611 662616) (|IndexedOneDimensionalArray| "array1.spad" 661626 661665 661796 661801) (|InnerAlgebraicNumber| "constant.spad" 659985 660011 661452 661532) (|InnerAlgFactor| "algfact.spad" 659588 659629 659975 659980) (|HyperbolicFunctionCategory| "trigcat.spad" 658988 659020 659578 659583) (|HyperbolicFunctionCategory&| "trigcat.spad" 658385 658420 658978 658983) (|Hostname| "net.spad" 658195 658209 658375 658380) (|HomotopicTo| "coerce.spad" 657929 657948 658185 658190) (|HomogeneousAggregate| "aggcat.spad" 657611 657639 657919 657924) (|HomogeneousAggregate&| "aggcat.spad" 657075 657106 657386 657391) (|HexadecimalExpansion| "radix.spad" 655230 655256 655613 655693) (|HeuGcd| "listgcd.spad" 654317 654332 655220 655225) (|HyperellipticFiniteDivisor| "divisor.spad" 653903 653947 654307 654312) (|Heap| "bags.spad" 653432 653444 653649 653654) (|HeadAst| "syntax.spad" 652968 652981 653422 653427) (|HomogeneousDirectProduct| "gdirprod.spad" 649837 649875 650236 650241) (|HomogeneousDistributedMultivariatePolynomial| "gdpoly.spad" 647699 647756 648357 648531) (|HallBasis| "fnla.spad" 645967 645982 647689 647694) (|HashTable| "table.spad" 644825 644863 645043 645048) (|HasAst| "syntax.spad" 644537 644549 644815 644820) (|Pi| "expr.spad" 644041 644049 644452 644532) (|GeneralTriangularSet| "triset.spad" 642848 642882 643573 643578) (|GeneralSparseTable| "table.spad" 641734 641785 641924 641929) (|GeneralUnivariatePowerSeries| "gseries.spad" 639567 639620 640412 640562) (|Group| "catdef.spad" 638949 638960 639557 639562) (|Group&| "catdef.spad" 638328 638342 638939 638944) (|GroebnerSolve| "groebsol.spad" 636815 636843 638318 638323) (|GradedModule| "carten.spad" 635386 635408 636805 636810) (|GradedModule&| "carten.spad" 633954 633979 635376 635381) (|GraphImage| "view2D.spad" 627027 627043 633944 633949) (|GraphicsDefaults| "grdef.spad" 625392 625414 627017 627022) (|GrayCode| "perman.spad" 623857 623871 625382 625387) (|GradedAlgebra| "carten.spad" 622941 622964 623847 623852) (|GradedAlgebra&| "carten.spad" 622022 622048 622931 622936) (|GeneralPolynomialSet| "polset.spad" 621364 621405 621594 621599) (|GosperSummationMethod| "sum.spad" 620622 620659 621354 621359) (|GeneralModulePolynomial| "modmonom.spad" 619771 619819 620612 620617) (|GeneralHenselPackage| "ghensel.spad" 618836 618868 619761 619766) (|GenerateUnivariatePowerSeries| "genups.spad" 615102 615142 618826 618831) (|GenUFactorize| "genufact.spad" 614668 614689 615092 615097) (|GeneralPolynomialGcdPackage| "gpgcd.spad" 614245 614287 614658 614663) (|GeneralizedMultivariateFactorize| "allfact.spad" 613667 613716 614235 614240) (|GenExEuclid| "geneez.spad" 611617 611639 613657 613662) (|GeneralDistributedMultivariatePolynomial| "gdpoly.spad" 609325 609380 610137 610311) (|GenericNonAssociativeAlgebra| "generic.spad" 603275 603328 609172 609177) (|GcdDomain| "catdef.spad" 602477 602492 603218 603270) (|GcdDomain&| "catdef.spad" 601723 601741 602467 602472) (|GroebnerInternalPackage| "gbintern.spad" 597722 597781 601713 601718) (|GroebnerFactorizationPackage| "groebf.spad" 593479 593543 597712 597717) (|EuclideanGroebnerBasisPackage| "gbeuclid.spad" 591334 591399 593469 593474) (|GroebnerPackage| "gb.spad" 588844 588895 591287 591292) (|GaussianFactorizationPackage| "gaussfac.spad" 588131 588165 588834 588839) (|GaloisGroupUtilities| "galutil.spad" 586422 586450 588070 588075) (|GaloisGroupPolynomialUtilities| "galpolyu.spad" 584848 584889 586412 586417) (|GaloisGroupFactorizationUtilities| "galfactu.spad" 583034 583080 584838 584843) (|GaloisGroupFactorizer| "galfact.spad" 573228 573258 583024 583029) (|FunctionDescriptor| "domain.spad" 572890 572914 573218 573223) (|Functorial| "catdef.spad" 572493 572511 572880 572885) (|FunctionCalled| "variable.spad" 572330 572354 572483 572488) (|FortranType| "forttyp.spad" 570621 570638 572320 572325) (|FunctionSpaceUnivariatePolynomialFactor| "funcpkgs.spad" 569477 569529 570546 570551) (|FortranScalarType| "forttyp.spad" 567731 567754 569467 569472) (|FunctionSpaceReduce| "pfo.spad" 567198 567227 567721 567726) (|FunctionSpacePrimitiveElement| "primelt.spad" 566018 566057 567132 567137) (|FunctionalSpecialFunction| "combfunc.spad" 564090 564125 566008 566013) (|FunctionSpaceIntegration| "integrat.spad" 563732 563766 564080 564085) (|FourierSeries| "fourier.spad" 562934 562957 563574 563652) (|FunctionSpaceComplexIntegration| "integrat.spad" 562226 562267 562924 562929) (|FiniteSetAggregateFunctions2| "aggcat2.spad" 560935 560977 562216 562221) (|FiniteSetAggregate| "aggcat.spad" 560044 560070 560899 560930) (|FiniteSetAggregate&| "aggcat.spad" 559094 559123 559952 559957) (|FunctionSpaceToUnivariatePowerSeries| "fs2ups.spad" 553575 553643 559084 559089) (|FunctionSpaceToExponentialExpansion| "fs2expxp.spad" 552683 552739 553565 553570) (|FunctionSpaceFunctions2| "fspace.spad" 552317 552354 552673 552678) (|FunctionSpace| "fspace.spad" 546655 546676 552173 552312) (|FunctionSpace&| "fspace.spad" 540586 540610 546107 546112) (|FactoredFunctionUtilities| "fr.spad" 539517 539550 540576 540581) (|FramedNonAssociativeAlgebra| "naalgc.spad" 534817 534852 539507 539512) (|FramedNonAssociativeAlgebra&| "naalgc.spad" 530077 530115 534770 534775) (|FramedNonAssociativeAlgebraFunctions2| "naalg.spad" 529490 529543 530067 530072) (|FramedModule| "divisor.spad" 528881 528917 529408 529413) (|FractionalIdealFunctions2| "divisor.spad" 528462 528517 528871 528876) (|FractionalIdeal| "divisor.spad" 527688 527718 528452 528457) (|FullyRetractableTo| "retract.spad" 527191 527217 527678 527683) (|FullyRetractableTo&| "retract.spad" 526567 526596 527057 527062) (|FramedAlgebra| "algcat.spad" 524970 524994 526557 526562) (|FramedAlgebra&| "algcat.spad" 523370 523397 524960 524965) (|FractionFunctions2| "fraction.spad" 522959 522987 523360 523365) (|Fraction| "fraction.spad" 520756 520772 521149 521358) (|FactoredFunctions2| "fr.spad" 520076 520104 520746 520751) (|Factored| "fr.spad" 514075 514091 519038 519090) (|FloatingPointSystem| "sf.spad" 510902 510927 513970 514070) (|FloatingPointSystem&| "sf.spad" 507722 507750 510793 510798) (|FieldOfPrimeCharacteristic| "ffcat.spad" 506757 506789 507637 507717) (|FieldOfPrimeCharacteristic&| "ffcat.spad" 505864 505899 506747 506752) (|FullyPatternMatchable| "patmatch1.spad" 505607 505636 505854 505859) (|FullPartialFractionExpansion| "fparfrac.spad" 504427 504466 505597 505602) (|FindOrderFinite| "pfo.spad" 504109 504142 504417 504422) (|FreeNilpotentLie| "fnla.spad" 503541 503577 504099 504104) (|FileNameCategory| "fname.spad" 502122 502144 503531 503536) (|FileName| "fname.spad" 502008 502022 502112 502117) (|FreeMonoid| "free.spad" 501673 501691 501956 501961) (|FreeMonoidCategory| "free.spad" 498826 498852 501663 501668) (|FreeModuleCat| "xpoly.spad" 496673 496702 498816 498821) (|FreeMagma| "xlpoly.spad" 494652 494676 496663 496668) (|FreeModule1| "xpoly.spad" 494017 494038 494595 494600) (|FreeModule| "poly.spad" 493634 493654 493881 493886) (|FloatingRealPackage| "numsolve.spad" 491360 491391 493624 493629) (|FloatingComplexPackage| "numsolve.spad" 488779 488813 491350 491355) (|Float| "float.spad" 485843 485854 488621 488774) (|FullyLinearlyExplicitRingOver| "catdef.spad" 485538 485575 485833 485838) (|FullyLinearlyExplicitRingOver&| "catdef.spad" 485162 485202 485460 485465) (|FiniteLinearAggregateSort| "defaults.spad" 484465 484500 485152 485157) (|FreeLieAlgebra| "xlpoly.spad" 482437 482468 484455 484460) (|FiniteLinearAggregateFunctions2| "aggcat2.spad" 481125 481170 482427 482432) (|FiniteLinearAggregate| "aggcat.spad" 478182 478211 481115 481120) (|FiniteLinearAggregate&| "aggcat.spad" 475065 475097 478001 478006) (|FiniteRankAlgebra| "algcat.spad" 473169 473197 475055 475060) (|FiniteRankAlgebra&| "algcat.spad" 471126 471157 473015 473020) (|Finite| "catdef.spad" 470274 470286 471116 471121) (|Finite&| "catdef.spad" 469419 469434 470264 470269) (|FiniteAggregate| "aggcat.spad" 466131 466154 469409 469414) (|FiniteAggregate&| "aggcat.spad" 462799 462825 466080 466085) (|FiniteRankNonAssociativeAlgebra| "naalgc.spad" 452352 452391 462789 462794) (|FiniteRankNonAssociativeAlgebra&| "naalgc.spad" 441856 441898 452296 452301) (|FileCategory| "files.spad" 440380 440407 441846 441851) (|File| "files.spad" 439961 439973 440370 440375) (|Field| "catdef.spad" 439453 439464 439876 439956) (|Field&| "catdef.spad" 439017 439031 439443 439448) (|FreeGroup| "free.spad" 437683 437700 439007 439012) (|FGLMIfCanPackage| "zerodim.spad" 436464 436493 437673 437678) (|FiniteFieldExtension| "ffp.spad" 435864 435897 436215 436295) (|FiniteFieldSolveLinearPolynomialEquation| "ffcat.spad" 435341 435396 435854 435859) (|FiniteFieldPolynomialPackage2| "ffpoly2.spad" 434378 434418 435331 435336) (|FiniteFieldPolynomialPackage| "ffpoly.spad" 425694 425731 434368 434373) (|FiniteFieldExtensionByPolynomial| "ffp.spad" 425104 425154 425445 425525) (|FiniteFieldNormalBasisExtension| "ffnb.spad" 423630 423679 424855 424935) (|FiniteFieldNormalBasisExtensionByPolynomial| "ffnb.spad" 422145 422203 423381 423461) (|FiniteFieldNormalBasis| "ffnb.spad" 420644 420685 421880 421960) (|FunctionFieldIntegralBasis| "intclos.spad" 418138 418177 420634 420639) (|FiniteFieldCategory| "ffcat.spad" 415719 415744 418053 418133) (|FiniteFieldCategory&| "ffcat.spad" 413372 413400 415709 415714) (|FiniteFieldHomomorphisms| "ffhom.spad" 412122 412161 413362 413367) (|FiniteFieldFunctions| "fff.spad" 409547 409576 412112 412117) (|FiniteFieldCyclicGroupExtension| "ffcg.spad" 408408 408457 409298 409378) (|FiniteFieldCyclicGroupExtensionByPolynomial| "ffcg.spad" 407299 407360 408159 408239) (|FiniteFieldCyclicGroup| "ffcg.spad" 406125 406166 407034 407114) (|FunctionFieldCategoryFunctions2| "curve.spad" 405843 405912 406115 406120) (|FunctionFieldCategory| "curve.spad" 399006 399043 405695 405838) (|FunctionFieldCategory&| "curve.spad" 392227 392267 398919 398924) (|FiniteField| "ffp.spad" 391720 391745 391962 392042) (|FullyEvalableOver| "equation2.spad" 391542 391567 391710 391715) (|FullyEvalableOver&| "equation2.spad" 391156 391184 391327 391332) (|FiniteDivisorCategory| "divisor.spad" 389237 389276 391146 391151) (|FiniteDivisorCategory&| "divisor.spad" 387315 387357 389227 389232) (|FiniteDivisorFunctions2| "divisor.spad" 386950 387011 387305 387310) (|FiniteDivisor| "divisor.spad" 386401 386432 386940 386945) (|FunctorData| "domain.spad" 385400 385417 386391 386396) (|FourierComponent| "fourier.spad" 384765 384789 385390 385395) (|FiniteAlgebraicExtensionField| "ffcat.spad" 377790 377827 384680 384760) (|FiniteAlgebraicExtensionField&| "ffcat.spad" 370849 370889 377742 377747) (|FlexibleArray| "array1.spad" 369199 369220 370243 370248) (|FiniteAbelianMonoidRing| "polycat.spad" 367314 367347 369089 369194) (|FiniteAbelianMonoidRing&| "polycat.spad" 365388 365424 367166 367171) (|FreeAbelianMonoid| "free.spad" 365023 365048 365308 365313) (|FreeAbelianMonoidCategory| "free.spad" 363320 363355 365013 365018) (|FreeAbelianGroup| "free.spad" 362937 362961 363207 363212) (|FactoringUtilities| "facutil.spad" 361133 361166 362927 362932) (|FactoredFunctions| "manip.spad" 360320 360345 361123 361128) (|ExponentialOfUnivariatePuiseuxSeries| "expexpan.spad" 357665 357722 358998 359148) (|ExpressionTubePlot| "tube.spad" 354937 354961 357655 357660) (|ExpressionSpaceODESolver| "exprode.spad" 352087 352121 354927 354932) (|ExpressionToUnivariatePowerSeries| "expr2ups.spad" 348178 348222 352077 352082) (|ExpressionFunctions2| "expr.spad" 347865 347895 348168 348173) (|Expression| "expr.spad" 345573 345591 346295 346434) (|ExponentialExpansion| "expexpan.spad" 343205 343248 343855 343935) (|ExitAst| "syntax.spad" 342936 342949 343195 343200) (|Exit| "void.spad" 342605 342615 342926 342931) (|EvaluateCycleIndicators| "cycles.spad" 342048 342079 342595 342600) (|Evalable| "equation1.spad" 341622 341638 342038 342043) (|Evalable&| "equation1.spad" 341193 341212 341612 341617) (|EuclideanDomain| "catdef.spad" 338787 338808 341136 341188) (|EuclideanDomain&| "catdef.spad" 336425 336449 338777 338782) (|ExpressionSpaceFunctions2| "fspace.spad" 335919 335954 336415 336420) (|ExpressionSpaceFunctions1| "fspace.spad" 335470 335505 335909 335914) (|ExpressionSpace| "fspace.spad" 328328 328349 335460 335465) (|ExpressionSpace&| "fspace.spad" 321088 321112 328223 328228) (|ErrorFunctions| "error.spad" 318403 318423 321078 321083) (|EqTable| "table.spad" 317265 317292 317479 317484) (|EquationFunctions2| "equation2.spad" 316967 316995 317255 317260) (|Equation| "equation2.spad" 313334 313350 315998 316003) (|EigenPackage| "eigen.spad" 309650 309670 313324 313329) (|Environment| "any.spad" 308319 308336 309640 309645) (|EntireRing| "catdef.spad" 308004 308020 308288 308314) (|EntireRing&| "catdef.spad" 307707 307726 307994 307999) (|EuclideanModularRing| "modring.spad" 307114 307181 307650 307702) (|EltableAggregate| "aggcat.spad" 305354 305387 307104 307109) (|EltableAggregate&| "aggcat.spad" 303507 303543 305260 305265) (|Eltable| "aggcat.spad" 302977 302995 303497 303502) (|EllipticFunctionsUnivariateTaylorSeries| "elfuts.spad" 302375 302431 302967 302972) (|ElementaryFunctionCategory| "trigcat.spad" 302040 302072 302365 302370) (|ElementaryFunctionCategory&| "trigcat.spad" 301702 301737 302030 302035) (|ExtensibleLinearAggregate| "aggcat.spad" 299660 299693 301692 301697) (|ExtensibleLinearAggregate&| "aggcat.spad" 297530 297566 299565 299570) (|Elaboration| "compiler.spad" 296867 296884 297520 297525) (|ElaboratedExpression| "syntax.spad" 295781 295807 296857 296862) (|ElementaryFunctionsUnivariatePuiseuxSeries| "efupxs.spad" 292514 292584 295734 295739) (|ElementaryFunctionsUnivariateLaurentSeries| "efuls.spad" 289307 289370 292467 292472) (|ElementaryFunctionStructurePackage| "efstruc.spad" 287294 287338 289297 289302) (|ElementaryFunction| "elemntry.spad" 282058 282086 287284 287289) (|ExtAlgBasis| "derham.spad" 280349 280366 282048 282053) (|DifferentialVariableCategory| "dpolcat.spad" 277329 277365 280339 280344) (|DifferentialVariableCategory&| "dpolcat.spad" 274306 274345 277319 277324) (|DifferentialSparseMultivariatePolynomial| "dpolcat.spad" 272272 272324 272615 272789) (|DifferentialSpaceExtension| "catdef.spad" 271550 271584 272262 272267) (|DifferentialSpaceExtension&| "catdef.spad" 270707 270744 271422 271427) (|DrawOptionFunctions1| "drawopt.spad" 270354 270382 270697 270702) (|DrawOptionFunctions0| "drawopt.spad" 265201 265227 270344 270349) (|DrawOption| "drawopt.spad" 259152 259168 265191 265196) (|TopLevelDrawFunctionsForPoints| "draw.spad" 257297 257333 259142 259147) (|DrawNumericHack| "numeric.spad" 256592 256615 257287 257292) (|DrawComplex| "drawpak.spad" 254061 254078 256582 256587) (|TopLevelDrawFunctionsForAlgebraicCurves| "draw.spad" 253571 253623 254051 254056) (|TopLevelDrawFunctionsForCompiledFunctions| "draw.spad" 243064 243111 253561 253566) (|TopLevelDrawFunctions| "draw.spad" 235921 235953 243054 243059) (|DequeueAggregate| "aggcat.spad" 234107 234131 235911 235916) (|DifferentialPolynomialCategory| "dpolcat.spad" 229389 229433 233928 234102) (|DifferentialPolynomialCategory&| "dpolcat.spad" 224789 224836 229331 229336) (|DirectProductModule| "lodop.spad" 222352 222385 222507 222512) (|DirectProductMatrixModule| "lodop.spad" 219922 219963 220070 220075) (|DomainTemplate| "domain.spad" 219681 219701 219912 219917) (|DomainConstructor| "domain.spad" 219421 219444 219671 219676) (|Domain| "domain.spad" 218528 218540 219411 219416) (|DistributedMultivariatePolynomial| "gdpoly.spad" 216447 216493 217048 217222) (|DifferentialModuleExtension| "catdef.spad" 216311 216346 216437 216442) (|DiscreteLogarithmPackage| "ffcat.spad" 215649 215681 216301 216306) (|DataList| "alql.spad" 214433 214449 215043 215048) (|DoublyLinkedAggregate| "aggcat.spad" 212831 212860 214423 214428) (|DivisionRing| "catdef.spad" 212388 212406 212800 212826) (|DivisionRing&| "catdef.spad" 211963 211984 212378 212383) (|DisplayPackage| "out.spad" 210141 210161 211953 211958) (|DirectProductFunctions2| "vector.spad" 208938 208977 210131 210136) (|DirectProduct| "vector.spad" 205555 205582 206206 206211) (|DirectProductCategory| "vector.spad" 204911 204946 205545 205550) (|DirectProductCategory&| "vector.spad" 203712 203750 204349 204354) (|DiophantineSolutionPackage| "solvedio.spad" 202513 202545 203702 203707) (|DictionaryOperations| "aggcat.spad" 201501 201529 202503 202508) (|DictionaryOperations&| "aggcat.spad" 200412 200443 201417 201422) (|Dioid| "catdef.spad" 200267 200278 200402 200407) (|DifferentialRing| "catdef.spad" 200101 200123 200257 200262) (|DifferentialSpace| "catdef.spad" 199665 199688 200091 200096) (|DifferentialSpace&| "catdef.spad" 199226 199252 199655 199660) (|DifferentialModule| "catdef.spad" 198721 198747 199216 199221) (|DifferentialDomain| "catdef.spad" 197870 197897 198711 198716) (|DifferentialDomain&| "catdef.spad" 197016 197046 197860 197865) (|DifferentialExtension| "catdef.spad" 196826 196855 197006 197011) (|Dictionary| "aggcat.spad" 196458 196476 196816 196821) (|Dictionary&| "aggcat.spad" 196087 196108 196448 196453) (|DenavitHartenbergMatrix| "dhmatrix.spad" 194481 194512 195647 195652) (|DoubleFloatSpecialFunctions| "special.spad" 188096 188129 194471 194476) (|DoubleFloat| "sf.spad" 184699 184716 187991 188091) (|DefiniteIntegrationTools| "defintrf.spad" 182912 182946 184689 184694) (|DeRhamComplex| "derham.spad" 180998 181041 182902 182907) (|Dequeue| "bags.spad" 180456 180471 180744 180749) (|DegreeReductionPackage| "degred.spad" 180053 180087 180446 180451) (|RationalFunctionDefiniteIntegration| "defintrf.spad" 177602 177645 180043 180048) (|ElementaryFunctionDefiniteIntegration| "defintef.spad" 176109 176156 177592 177597) (|DefinitionAst| "syntax.spad" 175482 175501 176099 176104) (|DecimalExpansion| "radix.spad" 173645 173667 174020 174100) (|DistinctDegreeFactorize| "ddfact.spad" 171449 171483 173635 173640) (|DoubleResultantPackage| "intalg.spad" 171033 171073 171439 171444) (|DualBasis| "vector.spad" 170652 170674 171023 171028) (|Database| "alql.spad" 169310 169326 170642 170647) (|DataArray| "data.spad" 168789 168809 169300 169305) (|CyclotomicPolynomialPackage| "cyclotom.spad" 168270 168303 168779 168784) (|CycleIndicators| "cycles.spad" 165040 165061 168260 168265) (|CoerceVectorMatrixPackage| "generic.spad" 164434 164467 165030 165035) (|ComplexTrigonometricManipulations| "efstruc.spad" 162907 162950 164424 164429) (|ConstructorKind| "domain.spad" 162497 162518 162897 162902) (|ConstructorCategory| "domain.spad" 161721 161746 162487 162492) (|ConstructorCategory&| "domain.spad" 160942 160970 161711 161716) (|ConstructorCall| "domain.spad" 160518 160541 160932 160937) (|Constructor| "domain.spad" 160200 160217 160508 160513) (|CyclicStreamTools| "stream.spad" 159430 159458 160190 160195) (|ComplexRootFindingPackage| "crfp.spad" 153179 153215 159420 159425) (|CoerceAst| "syntax.spad" 152892 152907 153169 153174) (|CRApackage| "cra.spad" 151951 151969 152882 152887) (|ComplexPatternMatch| "gaussian.spad" 151413 151445 151851 151856) (|CharacteristicPolynomialInMonogenicalAlgebra| "algcat.spad" 151076 151137 151403 151408) (|CoordinateSystems| "coordsys.spad" 146070 146095 151066 151071) (|Contour| "any.spad" 145492 145505 146060 146065) (|ContinuedFraction| "contfrac.spad" 141240 141265 145407 145487) (|Conduit| "net.spad" 140993 141006 141230 141235) (|CommutativeRing| "catdef.spad" 140682 140703 140959 140988) (|SubSpaceComponentProperty| "newpoint.spad" 140177 140208 140672 140677) (|ComplexPattern| "gaussian.spad" 139932 139959 140167 140172) (|ComplexFunctions2| "gaussian.spad" 139632 139659 139922 139927) (|Complex| "gaussian.spad" 136844 136859 137093 137467) (|CompilerPackage| "compiler.spad" 136380 136401 136834 136839) (|ComplexFactorization| "gaussian.spad" 135964 135996 136370 136375) (|ComplexCategory| "gaussian.spad" 133910 133933 135585 135959) (|ComplexCategory&| "gaussian.spad" 131487 131513 133165 133170) (|CommutativeOperatorCategory| "catdef.spad" 131209 131245 131347 131482) (|CommutativeOperation| "catdef.spad" 130781 130810 131069 131204) (|CommuteUnivariatePolynomialCategory| "polycat.spad" 130496 130547 130771 130776) (|CommonOperators| "op.spad" 130016 130037 130486 130491) (|CommaAst| "syntax.spad" 129773 129787 130006 130011) (|Commutator| "fnla.spad" 129576 129592 129763 129768) (|CombinatorialOpsCategory| "combfunc.spad" 128477 128507 129566 129571) (|IntegerCombinatoricFunctions| "combinat.spad" 127218 127254 128467 128472) (|CombinatorialFunction| "combfunc.spad" 124625 124656 127208 127213) (|Color| "color.spad" 123459 123470 124615 124620) (|ColonAst| "syntax.spad" 123119 123133 123449 123454) (|ComplexRootPackage| "cmplxrt.spad" 122814 122847 123109 123114) (|CollectAst| "syntax.spad" 122468 122484 122804 122809) (|TwoDimensionalPlotClipping| "clip.spad" 118552 118584 122458 122463) (|CliffordAlgebra| "clifford.spad" 117379 117408 118542 118547) (|Collection| "aggcat.spad" 115577 115595 117369 117374) (|Collection&| "aggcat.spad" 113594 113615 115389 115394) (|ComplexIntegerSolveLinearPolynomialEquation| "gaussian.spad" 112908 112962 113584 113589) (|ChangeOfVariable| "curve.spad" 111036 111068 112898 112903) (|CharacteristicZero| "catdef.spad" 110945 110969 111026 111031) (|CharacteristicPolynomialPackage| "eigen.spad" 110442 110481 110935 110940) (|CharacteristicNonZero| "catdef.spad" 110195 110222 110432 110437) (|Character| "string.spad" 107556 107571 110185 110190) (|CombinatorialFunctionCategory| "trigcat.spad" 106857 106892 107546 107551) (|CommonDenominator| "cden.spad" 106062 106091 106847 106852) (|CharacterClass| "string.spad" 104294 104314 105568 105599) (|Category| "domain.spad" 103362 103376 104284 104289) (|CategoryConstructor| "domain.spad" 103236 103261 103352 103357) (|CategoryAst| "syntax.spad" 102853 102870 103226 103231) (|CaseAst| "syntax.spad" 102562 102575 102843 102848) (|CartesianTensorFunctions2| "carten.spad" 101929 101979 102552 102557) (|CartesianTensor| "carten.spad" 97668 97705 101919 101924) (|CardinalNumber| "card.spad" 94943 94963 97634 97663) (|CapsuleAst| "syntax.spad" 94717 94733 94933 94938) (|CachableSet| "kl.spad" 94332 94349 94707 94712) (|CancellationAbelianMonoid| "catdef.spad" 93868 93899 94322 94327) (|ByteOrder| "data.spad" 93536 93551 93858 93863) (|ByteBuffer| "data.spad" 91756 91772 92970 92975) (|Byte| "data.spad" 91229 91239 91746 91751) (|BinaryTree| "tree.spad" 90362 90380 90904 90909) (|BinaryTournament| "tree.spad" 89421 89445 90037 90042) (|BinaryTreeCategory| "tree.spad" 88984 89010 89411 89416) (|BinaryTreeCategory&| "tree.spad" 88544 88573 88974 88979) (|BitAggregate| "aggcat.spad" 88022 88040 88534 88539) (|BitAggregate&| "aggcat.spad" 87497 87518 88012 88017) (|BinarySearchTree| "tree.spad" 86292 86316 87172 87177) (|BrillhartTests| "brill.spad" 84485 84508 86282 86287) (|BinaryRecursiveAggregate| "aggcat.spad" 83419 83451 84475 84480) (|BinaryRecursiveAggregate&| "aggcat.spad" 82266 82301 83325 83330) (|BalancedPAdicRational| "padic.spad" 80412 80443 80678 80758) (|BalancedPAdicInteger| "padic.spad" 80083 80113 80355 80407) (|BoundIntegerRoots| "oderf.spad" 79728 79756 80073 80078) (|BasicOperatorFunctions1| "op.spad" 77165 77196 79718 79723) (|BasicOperator| "op.spad" 72296 72315 77155 77160) (|Boolean| "boolean.spad" 71839 71852 72286 72291) (|BooleanLogic| "logic.spad" 71479 71497 71829 71834) (|BooleanLogic&| "logic.spad" 71116 71137 71469 71474) (|BiModule| "catdef.spad" 70949 70967 71106 71111) (|Bits| "boolean.spad" 70222 70232 70439 70444) (|BinaryOperatorCategory| "catdef.spad" 70084 70115 70212 70217) (|BinaryOperation| "catdef.spad" 69821 69845 70074 70079) (|Binding| "any.spad" 69237 69250 69811 69816) (|BinaryExpansion| "radix.spad" 67406 67427 67775 67855) (|BagAggregate| "aggcat.spad" 66725 66745 67396 67401) (|BagAggregate&| "aggcat.spad" 66041 66064 66715 66720) (|BezoutMatrix| "bezout.spad" 65163 65200 65983 65988) (|BalancedBinaryTree| "tree.spad" 62092 62118 64838 64843) (|BasicType| "catdef.spad" 61584 61599 62082 62087) (|BasicType&| "catdef.spad" 61073 61091 61574 61579) (|BalancedFactorisation| "oderf.spad" 60513 60545 61063 61068) (|Automorphism| "ore.spad" 59963 59983 60503 60508) (|AttributeRegistry| "attreg.spad" 58271 58294 59774 59958) (|AttributeAst| "syntax.spad" 57977 57995 58261 58266) (|ArcTrigonometricFunctionCategory| "trigcat.spad" 57416 57454 57967 57972) (|ArcTrigonometricFunctionCategory&| "trigcat.spad" 56852 56893 57406 57411) (|AbstractSyntaxCategory| "syntax.spad" 56735 56763 56842 56847) (|AbstractSyntaxCategory&| "syntax.spad" 56615 56646 56725 56730) (|ArrayStack| "bags.spad" 56084 56102 56361 56366) (|AssociatedEquations| "lodof.spad" 54897 54926 56037 56042) (|TwoDimensionalArray| "array2.spad" 54476 54503 54643 54648) (|OneDimensionalArrayFunctions2| "array1.spad" 53161 53200 54466 54471) (|OneDimensionalArray| "array1.spad" 52191 52218 52555 52560) (|TwoDimensionalArrayCategory| "array2.spad" 48474 48521 52181 52186) (|TwoDimensionalArrayCategory&| "array2.spad" 44754 44804 48464 48469) (|Arity| "term.spad" 44122 44133 44744 44749) (|ApplyRules| "rule.spad" 43401 43428 44112 44117) (|ApplyUnivariateSkewPolynomial| "ore.spad" 42992 43033 43391 43396) (|AnyFunctions1| "any.spad" 42051 42072 42982 42987) (|Any| "any.spad" 40900 40909 42041 42046) (|AntiSymm| "derham.spad" 39476 39499 40890 40895) (|AnonymousFunction| "variable.spad" 39169 39192 39466 39471) (|AlgebraicNumber| "constant.spad" 37618 37639 38995 39075) (|AbelianMonoidRing| "polycat.spad" 35924 35951 37508 37613) (|AbelianMonoidRing&| "polycat.spad" 34020 34050 35607 35612) (|AssociationList| "list.spad" 32544 32579 32908 32913) (|AlgebraGivenByStructuralConstants| "naalg.spad" 31680 31738 32449 32454) (|AlgebraPackage| "naalg.spad" 27437 27461 31623 31628) (|AlgebraicMultFact| "multfact.spad" 26614 26644 27427 27432) (|AlgebraicManipulations| "manip.spad" 24064 24096 26424 26429) (|AlgebraicFunctionField| "curve.spad" 22804 22852 23042 23174) (|AlgFactor| "algfact.spad" 21915 21933 22794 22799) (|Algebra| "catdef.spad" 21776 21791 21905 21910) (|Algebra&| "catdef.spad" 21634 21652 21766 21771) (|AssociationListAggregate| "aggcat.spad" 21149 21193 21624 21629) (|ArcHyperbolicFunctionCategory| "trigcat.spad" 20502 20537 21139 21144) (|Aggregate| "aggcat.spad" 19401 19416 20492 20497) (|Aggregate&| "aggcat.spad" 18297 18315 19391 19396) (|AlgebraicFunction| "algfunc.spad" 16714 16741 18230 18235) (|AddAst| "syntax.spad" 16395 16407 16704 16709) (|PlaneAlgebraicCurvePlot| "acplot.spad" 15250 15279 16385 16390) (|AlgebraicallyClosedFunctionSpace| "algfunc.spad" 13089 13129 15165 15245) (|AlgebraicallyClosedFunctionSpace&| "algfunc.spad" 11000 11043 13079 13084) (|AlgebraicallyClosedField| "algfunc.spad" 7744 7774 10915 10995) (|AlgebraicallyClosedField&| "algfunc.spad" 4560 4593 7734 7739) (|AbelianSemiGroup| "catdef.spad" 4086 4108 4550 4555) (|AbelianSemiGroup&| "catdef.spad" 3609 3634 4076 4081) (|AbelianMonoid| "catdef.spad" 3025 3044 3599 3604) (|AbelianMonoid&| "catdef.spad" 2438 2460 3015 3020) (|AbelianGroup| "catdef.spad" 2092 2110 2428 2433) (|AbelianGroup&| "catdef.spad" 1743 1764 2082 2087) (|OneDimensionalArrayAggregate| "aggcat.spad" 888 924 1733 1738) (|OneDimensionalArrayAggregate&| "aggcat.spad" 30 69 878 883)) \ No newline at end of file
+((|Union| NIL 1891933 1891938 1891943 1891948) (|Record| NIL 1891913 1891918 1891923 1891928) (|Mapping| NIL 1891893 1891898 1891903 1891908) (|Enumeration| NIL 1891873 1891878 1891883 1891888) (|IntegerMod| "fmod.spad" 1891703 1891723 1891839 1891868) (|IntegerLinearDependence| "lindep.spad" 1890781 1890812 1891693 1891698) (|ZeroDimensionalSolvePackage| "zerodim.spad" 1880718 1880764 1890771 1890776) (|ParadoxicalCombinatorsForStreams| "ystream.spad" 1880184 1880224 1880708 1880713) (|YoungDiagram| "/Users/gdr/build/oa/src/algebra/YDIAGRAM.spad" 1879809 1879827 1880174 1880179) (|XRecursivePolynomial| "xpoly.spad" 1878995 1879032 1879648 1879710) (|XPolynomialRing| "xpoly.spad" 1876872 1876897 1878674 1878805) (|XPolynomialsCat| "xpoly.spad" 1876186 1876214 1876805 1876867) (|XPolynomial| "xpoly.spad" 1875716 1875735 1876025 1876087) (|XPBWPolynomial| "xlpoly.spad" 1874396 1874427 1875490 1875552) (|XFreeAlgebra| "xpoly.spad" 1871575 1871600 1874329 1874391) (|ExtensionField| "ffcat.spad" 1870044 1870066 1871490 1871570) (|ExtensionField&| "ffcat.spad" 1868440 1868465 1869889 1869894) (|XExponentialPackage| "xlpoly.spad" 1867683 1867725 1868430 1868435) (|XDistributedPolynomial| "xpoly.spad" 1867261 1867296 1867522 1867584) (|XAlgebra| "xpoly.spad" 1866958 1866974 1867251 1867256) (|WuWenTsunTriangularSet| "triset.spad" 1862840 1862876 1866490 1866495) (|WeightedPolynomials| "wtpol.spad" 1862077 1862137 1862744 1862749) (|WhileAst| "syntax.spad" 1861870 1861884 1862067 1862072) (|WhereAst| "syntax.spad" 1861536 1861550 1861860 1861865) (|WildFunctionFieldIntegralBasis| "intclos.spad" 1859176 1859221 1861526 1861531) (|WeierstrassPreparation| "weier.spad" 1857379 1857409 1859166 1859171) (|VectorSpace| "catdef.spad" 1857066 1857085 1857369 1857374) (|VectorSpace&| "catdef.spad" 1856750 1856772 1857056 1857061) (|Void| "void.spad" 1856426 1856436 1856740 1856745) (|ViewDefaultsPackage| "viewDef.spad" 1851611 1851636 1856416 1856421) (|ThreeDimensionalViewport| "view3D.spad" 1835551 1835581 1851601 1851606) (|TwoDimensionalViewport| "view2D.spad" 1823644 1823672 1835541 1835546) (|ViewportPackage| "viewpack.spad" 1821352 1821373 1823634 1823639) (|VectorFunctions2| "vector.spad" 1819978 1820004 1821342 1821347) (|Vector| "vector.spad" 1818833 1818847 1819087 1819092) (|VectorCategory| "vector.spad" 1816756 1816778 1818823 1818828) (|VectorCategory&| "vector.spad" 1814408 1814433 1816478 1816483) (|Variable| "variable.spad" 1814250 1814270 1814398 1814403) (|UnionType| "coerce.spad" 1813888 1813903 1814240 1814245) (|UTSodetools| "oderf.spad" 1813167 1813195 1813832 1813837) (|UnivariateTaylorSeriesODESolver| "utsode.spad" 1811355 1811403 1813157 1813162) (|UnivariateTaylorSeriesCategory| "pscat.spad" 1808799 1808842 1811245 1811350) (|UnivariateTaylorSeriesCategory&| "pscat.spad" 1805836 1805882 1808285 1808290) (|UnivariateTaylorSeriesFunctions2| "taylor.spad" 1805402 1805466 1805826 1805831) (|UnivariateTaylorSeries| "taylor.spad" 1800632 1800679 1804171 1804276) (|UnaryRecursiveAggregate| "aggcat.spad" 1795333 1795364 1800622 1800627) (|UnaryRecursiveAggregate&| "aggcat.spad" 1789947 1789981 1795239 1795244) (|UnivariatePuiseuxSeriesWithExponentialSingularity| "expexpan.spad" 1787805 1787877 1789287 1789432) (|UnivariatePuiseuxSeriesConstructor| "puiseux.spad" 1786079 1786130 1786483 1786633) (|UnivariatePuiseuxSeriesConstructorCategory| "puiseux.spad" 1784610 1784669 1785924 1786074) (|UnivariatePuiseuxSeriesConstructorCategory&| "puiseux.spad" 1783283 1783345 1784600 1784605) (|UnivariatePuiseuxSeriesCategory| "pscat.spad" 1781843 1781887 1783128 1783278) (|UnivariatePuiseuxSeriesFunctions2| "puiseux.spad" 1781356 1781439 1781833 1781838) (|UnivariatePuiseuxSeries| "puiseux.spad" 1779178 1779226 1780034 1780184) (|UnivariatePolynomialSquareFree| "poly.spad" 1777566 1777607 1779168 1779173) (|UnivariatePowerSeriesCategory| "pscat.spad" 1775327 1775377 1777456 1777561) (|UnivariatePowerSeriesCategory&| "pscat.spad" 1772833 1772886 1774965 1774970) (|UnivariatePolynomialCategoryFunctions2| "polycat.spad" 1772269 1772323 1772823 1772828) (|UnivariatePolynomialCategory| "polycat.spad" 1767260 1767296 1772047 1772264) (|UnivariatePolynomialCategory&| "polycat.spad" 1762172 1762211 1766962 1766967) (|UnivariatePolynomialMultiplicationPackage| "poly.spad" 1761066 1761117 1762162 1762167) (|UnivariatePolynomialDivisionPackage| "updivp.spad" 1760599 1760645 1761056 1761061) (|UnivariatePolynomialDecompositionPackage| "updecomp.spad" 1758823 1758874 1760589 1760594) (|UnivariatePolynomialCommonDenominator| "cden.spad" 1758006 1758056 1758813 1758818) (|UnivariatePolynomialFunctions2| "poly.spad" 1757343 1757391 1757996 1758001) (|UnivariatePolynomial| "poly.spad" 1755117 1755149 1755521 1755738) (|UniversalSegmentFunctions2| "seg.spad" 1754582 1754618 1755064 1755069) (|UniversalSegment| "seg.spad" 1753905 1753929 1754484 1754489) (|UnivariateFactorize| "unifact.spad" 1752992 1753020 1753895 1753900) (|UnivariateLaurentSeriesConstructor| "laurent.spad" 1749509 1749560 1749910 1750060) (|UnivariateLaurentSeriesConstructorCategory| "laurent.spad" 1747206 1747265 1749354 1749504) (|UnivariateLaurentSeriesConstructorCategory&| "laurent.spad" 1745008 1745070 1747159 1747164) (|UnivariateLaurentSeriesCategory| "pscat.spad" 1743219 1743263 1744853 1745003) (|UnivariateLaurentSeriesFunctions2| "laurent.spad" 1742703 1742786 1743209 1743214) (|UnivariateLaurentSeries| "laurent.spad" 1738363 1738411 1739328 1739672) (|UInt8| "data.spad" 1738238 1738249 1738353 1738358) (|UInt64| "data.spad" 1738111 1738123 1738228 1738233) (|UInt32| "data.spad" 1737984 1737996 1738101 1738106) (|UInt16| "data.spad" 1737857 1737869 1737974 1737979) (|UniqueFactorizationDomain| "catdef.spad" 1736917 1736948 1737800 1737852) (|UniqueFactorizationDomain&| "catdef.spad" 1736021 1736055 1736907 1736912) (|UserDefinedVariableOrdering| "setorder.spad" 1734878 1734911 1736011 1736016) (|UserDefinedPartialOrdering| "setorder.spad" 1732428 1732462 1734826 1734831) (|TypeAst| "syntax.spad" 1732343 1732356 1732418 1732423) (|Type| "coerce.spad" 1732274 1732284 1732333 1732338) (|TwoFactorize| "twofact.spad" 1730921 1730941 1732264 1732269) (|Tuple| "array1.spad" 1730401 1730414 1730808 1730813) (|TubePlotTools| "tube.spad" 1727258 1727277 1730391 1730396) (|TubePlot| "tube.spad" 1725900 1725922 1727248 1727253) (|TriangularSetCategory| "triset.spad" 1713975 1714010 1725890 1725895) (|TriangularSetCategory&| "triset.spad" 1702009 1702047 1713927 1713932) (|TaylorSeries| "mts.spad" 1700598 1700623 1701573 1701678) (|TranscendentalManipulations| "manip.spad" 1695017 1695054 1700361 1700366) (|TriangularMatrixOperations| "intclos.spad" 1693957 1694005 1695007 1695012) (|TrigonometricManipulations| "efstruc.spad" 1692465 1692501 1693947 1693952) (|TrigonometricFunctionCategory| "trigcat.spad" 1691951 1691986 1692455 1692460) (|TrigonometricFunctionCategory&| "trigcat.spad" 1691434 1691472 1691941 1691946) (|Tree| "tree.spad" 1690076 1690088 1691109 1691114) (|TranscendentalFunctionCategory| "trigcat.spad" 1689888 1689924 1690066 1690071) (|TranscendentalFunctionCategory&| "trigcat.spad" 1689697 1689736 1689878 1689883) (|TopLevelThreeSpace| "space.spad" 1689356 1689380 1689687 1689692) (|ToolsForSign| "sign.spad" 1689010 1689030 1689346 1689351) (|TextFile| "files.spad" 1687566 1687580 1689000 1689005) (|TexFormat1| "tex.spad" 1687115 1687133 1687556 1687561) (|TexFormat| "tex.spad" 1684303 1684318 1687105 1687110) (|TabulatedComputationPackage| "newdata.spad" 1682380 1682427 1684293 1684298) (|TableAggregate| "aggcat.spad" 1681634 1681668 1682370 1682375) (|TableAggregate&| "aggcat.spad" 1680885 1680922 1681624 1681629) (|TangentExpansions| "efstruc.spad" 1680279 1680304 1680875 1680880) (|TermAlgebraOperator| "term.spad" 1679987 1680014 1680269 1680274) (|Tableau| "tableau.spad" 1679564 1679579 1679977 1679982) (|Table| "table.spad" 1678368 1678393 1678640 1678645) (|TableauxBumpers| "tableau.spad" 1675135 1675158 1678358 1678363) (|System| "/Users/gdr/build/oa/src/algebra/SYSTEM.spad" 1674360 1674372 1675125 1675130) (|SystemSolvePackage| "syssolp.spad" 1671828 1671854 1674350 1674355) (|SystemPointer| "data.spad" 1671717 1671736 1671818 1671823) (|SystemNonNegativeInteger| "data.spad" 1670919 1670951 1671707 1671712) (|SystemInteger| "data.spad" 1670313 1670334 1670909 1670914) (|Syntax| "syntax.spad" 1666644 1666656 1670303 1670308) (|SymbolTable| "forttyp.spad" 1664812 1664829 1666634 1666639) (|TheSymbolTable| "forttyp.spad" 1660830 1660850 1664802 1664807) (|SymmetricPolynomial| "prtition.spad" 1659927 1659954 1660025 1660199) (|SymmetricFunctions| "efstruc.spad" 1659413 1659439 1659917 1659922) (|Symbol| "symbol.spad" 1656905 1656917 1659403 1659408) (|SparseUnivariateTaylorSeries| "suts.spad" 1654230 1654283 1655674 1655779) (|SparseUnivariatePuiseuxSeries| "supxs.spad" 1652033 1652087 1652908 1653058) (|SupFractionFactorizer| "allfact.spad" 1651120 1651156 1652023 1652028) (|SparseUnivariatePolynomialFunctions2| "poly.spad" 1650479 1650525 1651110 1651115) (|SparseUnivariatePolynomial| "poly.spad" 1647861 1647895 1648657 1648874) (|RationalFunctionSum| "sum.spad" 1646819 1646846 1647851 1647856) (|FunctionSpaceSum| "combfunc.spad" 1646439 1646465 1646809 1646814) (|SparseUnivariateLaurentSeries| "suls.spad" 1642062 1642116 1643046 1643396) (|SuchThatAst| "syntax.spad" 1641823 1641840 1642052 1642057) (|SuchThat| "suchthat.spad" 1641508 1641528 1641813 1641818) (|SubSpace| "newpoint.spad" 1633634 1633654 1641498 1641503) (|SubResultantPackage| "intrf.spad" 1632775 1632805 1633577 1633582) (|StreamTranscendentalFunctionsNonCommutative| "sttf.spad" 1629203 1629259 1632765 1632770) (|StreamTranscendentalFunctions| "sttf.spad" 1625276 1625318 1629193 1629198) (|StreamTaylorSeriesOperations| "sttaylor.spad" 1617908 1617944 1625163 1625168) (|StringTable| "table.spad" 1616850 1616875 1617007 1617012) (|String| "string.spad" 1615891 1615903 1616279 1616284) (|StreamFunctions3| "stream.spad" 1615451 1615479 1615881 1615886) (|StreamFunctions2| "stream.spad" 1614566 1614592 1615441 1615446) (|StreamFunctions1| "stream.spad" 1614259 1614283 1614556 1614561) (|Stream| "stream.spad" 1611260 1611274 1613754 1613759) (|StreamInfiniteProduct| "infprod.spad" 1610178 1610212 1611250 1611255) (|StepAst| "syntax.spad" 1609408 1609421 1610168 1610173) (|StepThrough| "catdef.spad" 1608717 1608734 1609398 1609403) (|SparseTable| "table.spad" 1607618 1607654 1607793 1607798) (|StreamAggregate| "aggcat.spad" 1606305 1606328 1607608 1607613) (|StreamAggregate&| "aggcat.spad" 1604989 1605015 1606295 1606300) (|Stack| "bags.spad" 1604483 1604496 1604735 1604740) (|SemiRing| "catdef.spad" 1604238 1604252 1604473 1604478) (|SquareFreeRegularTriangularSet| "sregset.spad" 1601841 1601885 1603770 1603775) (|SquareFreeRegularSetDecompositionPackage| "sregset.spad" 1600381 1600438 1601831 1601836) (|StringAggregate| "aggcat.spad" 1595574 1595595 1600371 1600376) (|StringAggregate&| "aggcat.spad" 1590764 1590788 1595564 1595569) (|SquareMatrix| "matrix.spad" 1589147 1589174 1589742 1589747) (|SplittingTree| "newdata.spad" 1583940 1583963 1588746 1588751) (|SplittingNode| "newdata.spad" 1580550 1580573 1583930 1583935) (|SpecialFunctionCategory| "trigcat.spad" 1579339 1579368 1580540 1580545) (|SpecialOutputPackage| "out.spad" 1577874 1577900 1579329 1579334) (|SpadAstExports| "syntax.spad" 1569954 1569974 1577864 1577869) (|SpadParser| "parsers.spad" 1569412 1569428 1569944 1569949) (|SpadAst| "syntax.spad" 1569109 1569122 1569402 1569407) (|ThreeSpaceCategory| "space.spad" 1553424 1553450 1569099 1569104) (|ThreeSpace| "space.spad" 1553193 1553211 1553414 1553419) (|SortPackage| "sortpak.spad" 1552726 1552747 1553141 1553146) (|TransSolvePackage| "transsolve.spad" 1550475 1550500 1552716 1552721) (|TransSolvePackageService| "transsolve.spad" 1548910 1548942 1550465 1550470) (|RadicalSolvePackage| "solverad.spad" 1544920 1544947 1548900 1548905) (|PolynomialSolveByFormulas| "solvefor.spad" 1543364 1543400 1544910 1544915) (|SquareFreeNormalizedTriangularSetCategory| "nsregset.spad" 1542948 1543003 1543354 1543359) (|SparseMultivariateTaylorSeries| "mts.spad" 1541208 1541261 1542512 1542617) (|SparseMultivariatePolynomial| "multpoly.spad" 1539338 1539383 1539753 1539927) (|SmithNormalForm| "smith.spad" 1538171 1538208 1539328 1539333) (|SquareMatrixCategory| "matcat.spad" 1536318 1536365 1538161 1538166) (|SquareMatrixCategory&| "matcat.spad" 1534326 1534376 1536172 1536177) (|ShallowlyMutableAggregate| "aggcat.spad" 1533990 1534023 1534316 1534321) (|StackAggregate| "aggcat.spad" 1532970 1532992 1533980 1533985) (|SingleInteger| "si.spad" 1532475 1532494 1532835 1532965) (|SimplifyAlgebraicNumberConvertPackage| "manip.spad" 1532169 1532212 1532465 1532470) (|RationalFunctionSign| "sign.spad" 1531277 1531305 1532159 1532164) (|ElementaryFunctionSign| "limitps.spad" 1530548 1530580 1531267 1531272) (|SignatureAst| "syntax.spad" 1529956 1529974 1530538 1530543) (|Signature| "domain.spad" 1529312 1529327 1529946 1529951) (|SturmHabichtPackage| "sturm.spad" 1527233 1527264 1529261 1529266) (|SplitHomogeneousDirectProduct| "gdirprod.spad" 1523958 1524011 1524501 1524506) (|SemiGroup| "catdef.spad" 1523560 1523575 1523948 1523953) (|SemiGroup&| "catdef.spad" 1523159 1523177 1523550 1523555) (|SemiGroupOperatorCategory| "catdef.spad" 1522851 1522885 1522984 1523154) (|SemiGroupOperation| "catdef.spad" 1522396 1522423 1522676 1522846) (|SymmetricGroupCombinatoricFunctions| "sgcf.spad" 1515503 1515544 1522386 1522391) (|SquareFreeRegularTriangularSetCategory| "sregset.spad" 1514436 1514488 1515493 1515498) (|SquareFreeRegularTriangularSetGcdPackage| "sregset.spad" 1513462 1513519 1514426 1514431) (|SquareFreeQuasiComponentPackage| "sregset.spad" 1508247 1508295 1513452 1513457) (|SExpressionOf| "sex.spad" 1508080 1508130 1508237 1508242) (|SExpressionCategory| "sex.spad" 1505892 1505948 1508070 1508075) (|SExpression| "sex.spad" 1505776 1505793 1505882 1505887) (|SetOfMIntegersInOneToN| "lodof.spad" 1504217 1504253 1505766 1505771) (|SetCategory| "catdef.spad" 1503694 1503711 1504207 1504212) (|SetCategory&| "catdef.spad" 1503168 1503188 1503684 1503689) (|SetAggregate| "aggcat.spad" 1499692 1499712 1503132 1503163) (|SetAggregate&| "aggcat.spad" 1496239 1496262 1499682 1499687) (|Set| "sets.spad" 1494618 1494629 1495717 1495748) (|SequenceAst| "syntax.spad" 1494313 1494330 1494608 1494613) (|SegmentExpansionCategory| "seg.spad" 1493448 1493482 1494303 1494308) (|SegmentCategory| "seg.spad" 1492361 1492384 1493438 1493443) (|SegmentBindingFunctions2| "seg.spad" 1492038 1492072 1492351 1492356) (|SegmentBinding| "seg.spad" 1491773 1491795 1491973 1491978) (|SegmentAst| "syntax.spad" 1491496 1491512 1491763 1491768) (|SegmentFunctions2| "seg.spad" 1490908 1490935 1491443 1491448) (|Segment| "seg.spad" 1490700 1490715 1490810 1490815) (|SequentialDifferentialVariable| "dpolcat.spad" 1489949 1489987 1490690 1490695) (|SequentialDifferentialPolynomial| "dpolcat.spad" 1487900 1487940 1488220 1488394) (|StructuralConstantsPackage| "naalg.spad" 1485966 1486000 1487890 1487895) (|Scope| "any.spad" 1485141 1485152 1485956 1485961) (|SortedCache| "kl.spad" 1483829 1483848 1485131 1485136) (|SpadSyntaxCategory| "syntax.spad" 1483723 1483747 1483819 1483824) (|SingletonAsOrderedSet| "misc.spad" 1483577 1483604 1483713 1483718) (|SAERationalFunctionAlgFactor| "algfact.spad" 1483265 1483310 1483567 1483572) (|SimpleAlgebraicExtensionAlgFactor| "algfact.spad" 1482936 1482986 1483255 1483260) (|SimpleAlgebraicExtension| "algext.spad" 1481352 1481389 1481984 1482101) (|RationalUnivariateRepresentationPackage| "zerodim.spad" 1478975 1479027 1481342 1481347) (|Ruleset| "rule.spad" 1478428 1478452 1478965 1478970) (|RuleCalled| "variable.spad" 1478273 1478293 1478418 1478423) (|RewriteRule| "rule.spad" 1476517 1476545 1478263 1478268) (|RuntimeValue| "any.spad" 1476243 1476261 1476507 1476512) (|RestrictAst| "syntax.spad" 1475952 1475969 1476233 1476238) (|RegularTriangularSetGcdPackage| "regset.spad" 1472367 1472414 1475942 1475947) (|RegularTriangularSetCategory| "regset.spad" 1462332 1462374 1472357 1472362) (|RegularTriangularSetCategory&| "regset.spad" 1452294 1452339 1462322 1462327) (|RegularSetDecompositionPackage| "regset.spad" 1450767 1450814 1452284 1452289) (|RealRootCharacterizationCategory| "reclos.spad" 1449122 1449181 1450757 1450762) (|RealRootCharacterizationCategory&| "reclos.spad" 1447474 1447536 1449112 1449117) (|RepeatAst| "syntax.spad" 1447170 1447185 1447464 1447469) (|RecursivePolynomialCategory| "newpoly.spad" 1426603 1426642 1446991 1447165) (|RecursivePolynomialCategory&| "newpoly.spad" 1405778 1405820 1426169 1426174) (|RomanNumeral| "integer.spad" 1405246 1405264 1405643 1405773) (|RightOpenIntervalRootCharacterization| "reclos.spad" 1404292 1404358 1405236 1405241) (|RealNumberSystem| "sf.spad" 1403268 1403290 1404207 1404287) (|RealNumberSystem&| "sf.spad" 1402316 1402341 1403258 1403263) (|RangeBinding| "seg.spad" 1401459 1401482 1402263 1402268) (|Rng| "catdef.spad" 1401067 1401076 1401449 1401454) (|Rng&| "catdef.spad" 1400672 1400684 1401057 1401062) (|RightModule| "catdef.spad" 1400445 1400464 1400662 1400667) (|RectangularMatrixCategoryFunctions2| "matfuns.spad" 1399833 1399922 1400435 1400440) (|RectangularMatrix| "matrix.spad" 1398930 1398963 1399287 1399292) (|RectangularMatrixCategory| "matcat.spad" 1394711 1394764 1398920 1398925) (|RectangularMatrixCategory&| "matcat.spad" 1390306 1390362 1394518 1394523) (|RightLinearSet| "catdef.spad" 1389999 1390021 1390296 1390301) (|RationalInterpolation| "rinterp.spad" 1389873 1389907 1389989 1389994) (|Ring| "catdef.spad" 1389481 1389491 1389863 1389868) (|Ring&| "catdef.spad" 1389086 1389099 1389471 1389476) (|RandomIntegerDistributions| "random.spad" 1388455 1388487 1389076 1389081) (|RegularChain| "zerodim.spad" 1386907 1386932 1387810 1387815) (|RGBColorSpace| "color.spad" 1386686 1386708 1386897 1386902) (|RGBColorModel| "color.spad" 1386238 1386260 1386676 1386681) (|RationalFunctionFactorizer| "allfact.spad" 1385677 1385711 1386228 1386233) (|RationalFunctionFactor| "algfact.spad" 1385393 1385424 1385667 1385672) (|RandomFloatDistributions| "random.spad" 1384368 1384398 1385383 1385388) (|RationalFunction| "rf.spad" 1382029 1382053 1384358 1384363) (|RetractSolvePackage| "nlinsol.spad" 1381432 1381461 1382019 1382024) (|RetractableTo| "coerce.spad" 1380850 1380871 1381422 1381427) (|RetractableTo&| "coerce.spad" 1380265 1380289 1380840 1380845) (|ReturnAst| "syntax.spad" 1380071 1380086 1380255 1380260) (|ResidueRing| "resring.spad" 1379442 1379493 1380037 1380066) (|ResolveLatticeCompletion| "void.spad" 1378745 1378777 1379432 1379437) (|RepeatedSquaring| "defaults.spad" 1378463 1378487 1378735 1378740) (|RepeatedDoubling| "defaults.spad" 1378157 1378181 1378453 1378458) (|RepresentationPackage2| "rep2.spad" 1367861 1367891 1378008 1378013) (|RepresentationPackage1| "rep1.spad" 1362054 1362084 1367803 1367808) (|RadicalEigenPackage| "radeigen.spad" 1359592 1359617 1362044 1362049) (|RegularTriangularSet| "regset.spad" 1357298 1357332 1359124 1359129) (|Reference| "boolean.spad" 1356810 1356827 1357288 1357293) (|ReductionOfOrder| "odeef.spad" 1356007 1356033 1356800 1356805) (|RealClosure| "reclos.spad" 1355010 1355038 1355722 1355802) (|RealSolvePackage| "acplot.spad" 1354137 1354159 1355000 1355005) (|RealZeroPackageQ| "real0q.spad" 1351422 1351450 1354127 1354132) (|RealZeroPackage| "realzero.spad" 1348254 1348281 1351412 1351417) (|RealConstant| "sf.spad" 1348117 1348135 1348244 1348249) (|ReduceAst| "syntax.spad" 1347832 1347847 1348107 1348112) (|ReducedDivisor| "pfo.spad" 1347476 1347512 1347822 1347827) (|RandomDistributions| "random.spad" 1347027 1347054 1347466 1347471) (|TranscendentalRischDESystem| "rdesys.spad" 1345871 1345909 1347017 1347022) (|TranscendentalRischDE| "rderf.spad" 1343996 1344028 1345861 1345866) (|ElementaryRischDESystem| "rdesys.spad" 1343079 1343112 1343986 1343991) (|ElementaryRischDE| "rdeef.spad" 1342079 1342106 1343069 1343074) (|RealClosedField| "reclos.spad" 1339298 1339319 1341994 1342074) (|RealClosedField&| "reclos.spad" 1336589 1336613 1339288 1339293) (|RecursiveAggregate| "aggcat.spad" 1334510 1334536 1336579 1336584) (|RecursiveAggregate&| "aggcat.spad" 1332301 1332330 1334373 1334378) (|RationalRetractions| "retract.spad" 1331645 1331672 1332291 1332296) (|RationalFactorize| "ratfact.spad" 1331323 1331349 1331635 1331640) (|RandomNumberSource| "random.spad" 1330627 1330651 1331313 1331318) (|RadixUtilities| "radix.spad" 1330372 1330392 1330617 1330622) (|RadixExpansion| "radix.spad" 1327353 1327378 1328910 1328990) (|RadicalFunctionField| "curve.spad" 1326199 1326249 1326331 1326463) (|RadicalCategory| "sf.spad" 1325782 1325803 1326189 1326194) (|RadicalCategory&| "sf.spad" 1325362 1325386 1325772 1325777) (|Queue| "bags.spad" 1324847 1324860 1325108 1325113) (|QuaternionCategoryFunctions2| "quat.spad" 1324442 1324486 1324837 1324842) (|QuaternionCategory| "quat.spad" 1322614 1322640 1324389 1324437) (|QuaternionCategory&| "quat.spad" 1320430 1320459 1322208 1322213) (|Quaternion| "quat.spad" 1318974 1318992 1319324 1319372) (|QueueAggregate| "aggcat.spad" 1317818 1317840 1318964 1318969) (|QuasiquoteAst| "syntax.spad" 1317576 1317595 1317808 1317813) (|QuadraticForm| "clifford.spad" 1317184 1317209 1317566 1317571) (|QuotientFieldCategoryFunctions2| "fraction.spad" 1316848 1316893 1317174 1317179) (|QuotientFieldCategory| "fraction.spad" 1315545 1315574 1316763 1316843) (|QuotientFieldCategory&| "fraction.spad" 1313674 1313706 1314895 1314900) (|QueryEquation| "alql.spad" 1313222 1313241 1313664 1313669) (|QuasiComponentPackage| "regset.spad" 1308118 1308156 1313212 1313217) (|QuasiAlgebraicSet2| "qalgset.spad" 1306098 1306132 1308108 1308113) (|QuasiAlgebraicSet| "qalgset.spad" 1302159 1302206 1305983 1305988) (|PAdicWildFunctionFieldIntegralBasis| "padiclib.spad" 1299546 1299596 1302149 1302154) (|PushVariables| "facutil.spad" 1298874 1298904 1299536 1299541) (|PartialTranscendentalFunctions| "ptranfn.spad" 1294982 1295020 1298864 1298869) (|PointPackage| "newpoint.spad" 1292060 1292080 1294972 1294977) (|PointFunctions2| "newpoint.spad" 1291870 1291897 1292050 1292055) (|PointCategory| "newpoint.spad" 1291136 1291157 1291860 1291865) (|PolynomialSquareFree| "poly.spad" 1290433 1290475 1291126 1291131) (|PseudoLinearNormalForm| "pseudolin.spad" 1289299 1289329 1290423 1290428) (|PolynomialSetUtilitiesPackage| "triset.spad" 1275941 1275984 1289141 1289146) (|PolynomialSetCategory| "polset.spad" 1270332 1270374 1275931 1275936) (|PolynomialSetCategory&| "polset.spad" 1264674 1264719 1270276 1270281) (|PlottableSpaceCurveCategory| "pcurve.spad" 1263648 1263681 1264664 1264669) (|PowerSeriesCategory| "pscat.spad" 1262406 1262452 1263538 1263643) (|PowerSeriesCategory&| "pscat.spad" 1261261 1261310 1262396 1262401) (|Partition| "prtition.spad" 1259952 1259967 1261251 1261256) (|PretendAst| "syntax.spad" 1259663 1259679 1259942 1259947) (|PseudoRemainderSequence| "prs.spad" 1249253 1249291 1259612 1259617) (|PriorityQueueAggregate| "aggcat.spad" 1248690 1248720 1249243 1249248) (|PropositionalLogic| "logic.spad" 1248278 1248302 1248680 1248685) (|PropositionalFormulaFunctions2| "logic.spad" 1247873 1247914 1248268 1248273) (|PropositionalFormulaFunctions1| "logic.spad" 1247251 1247290 1247863 1247868) (|PropositionalFormula| "logic.spad" 1245801 1245830 1247241 1247246) (|Property| "any.spad" 1245291 1245305 1245791 1245796) (|Product| "product.spad" 1244222 1244239 1244511 1244516) (|PrintPackage| "print.spad" 1243964 1243982 1244212 1244217) (|IntegerPrimesPackage| "intfact.spad" 1242207 1242235 1243954 1243959) (|PrimitiveElement| "primelt.spad" 1240318 1240342 1242197 1242202) (|PrimitiveFunctionCategory| "trigcat.spad" 1239938 1239969 1240308 1240313) (|PrimitiveArrayFunctions2| "array1.spad" 1238683 1238717 1239928 1239933) (|PrimitiveArray| "array1.spad" 1237895 1237917 1238077 1238082) (|PrecomputedAssociatedEquations| "lodof.spad" 1237249 1237289 1237885 1237890) (|PolynomialRing| "poly.spad" 1235742 1235766 1236453 1236627) (|PlottablePlaneCurveCategory| "pcurve.spad" 1234854 1234887 1235732 1235737) (|PortNumber| "net.spad" 1234637 1234653 1234844 1234849) (|PolynomialRoots| "manip.spad" 1233470 1233501 1234586 1234591) (|PolynomialCategoryLifting| "polycat.spad" 1232712 1232758 1233460 1233465) (|PolynomialCategoryQuotientFunctions| "rf.spad" 1230809 1230860 1232702 1232707) (|PolynomialCategory| "polycat.spad" 1224248 1224285 1230630 1230804) (|PolynomialCategory&| "polycat.spad" 1217191 1217231 1223576 1223581) (|PolynomialToUnivariatePolynomial| "poly.spad" 1216613 1216657 1217181 1217186) (|PolynomialFunctions2| "multpoly.spad" 1216192 1216222 1216603 1216608) (|Polynomial| "multpoly.spad" 1214207 1214225 1214730 1214904) (|RealPolynomialUtilitiesPackage| "reclos.spad" 1213135 1213192 1214154 1214159) (|PolToPol| "poltopol.spad" 1211877 1211898 1213125 1213130) (|Point| "newpoint.spad" 1210896 1210909 1210986 1210991) (|PolynomialNumberTheoryFunctions| "numtheor.spad" 1207569 1207606 1210886 1210891) (|PatternMatchTools| "patmatch1.spad" 1206329 1206358 1207559 1207564) (|PatternMatchSymbol| "patmatch1.spad" 1205862 1205888 1206319 1206324) (|PatternMatchQuotientFieldCategory| "patmatch2.spad" 1205422 1205467 1205852 1205857) (|FunctionSpaceAttachPredicates| "expr.spad" 1204865 1204906 1205412 1205417) (|AttachPredicates| "expr.spad" 1204342 1204366 1204855 1204860) (|PatternMatchPolynomialCategory| "patmatch2.spad" 1203377 1203423 1204257 1204262) (|PatternMatchListAggregate| "patmatch1.spad" 1202939 1202976 1203367 1203372) (|PatternMatchKernel| "patmatch1.spad" 1202502 1202530 1202929 1202934) (|PatternMatchIntegerNumberSystem| "patmatch2.spad" 1202053 1202092 1202492 1202497) (|PatternMatchFunctionSpace| "patmatch2.spad" 1201611 1201648 1202043 1202048) (|PatternMatchPushDown| "patmatch1.spad" 1200883 1200915 1201601 1201606) (|FunctionSpaceAssertions| "expr.spad" 1199841 1199874 1200873 1200878) (|PatternMatchAssertions| "expr.spad" 1198839 1198867 1199831 1199836) (|PlotTools| "plottool.spad" 1198612 1198627 1198829 1198834) (|Plot3D| "plot3d.spad" 1195072 1195084 1198602 1198607) (|PlotFunctions1| "plot.spad" 1194233 1194255 1195062 1195067) (|Plot| "plot.spad" 1189154 1189164 1194223 1194228) (|ParametricLinearEquations| "pleqn.spad" 1176533 1176583 1189144 1189149) (|PolynomialInterpolationAlgorithms| "pinterp.spad" 1176290 1176333 1176523 1176528) (|PolynomialInterpolation| "pinterp.spad" 1175895 1175931 1176280 1176285) (|PrincipalIdealDomain| "catdef.spad" 1174868 1174894 1175838 1175890) (|PiCoercions| "expr.spad" 1174516 1174535 1174858 1174863) (|PositiveInteger| "integer.spad" 1174112 1174133 1174482 1174511) (|PolyGroebner| "pgrobner.spad" 1172715 1172735 1174102 1174107) (|PermutationGroupExamples| "permgrps.spad" 1164366 1164396 1172705 1172710) (|PolynomialGcdPackage| "pgcd.spad" 1163302 1163337 1164356 1164361) (|PartialFractionPackage| "pfr.spad" 1162431 1162461 1163292 1163297) (|PartialFraction| "pfr.spad" 1159256 1159279 1162346 1162426) (|PointsOfFiniteOrderTools| "pfo.spad" 1158492 1158530 1159246 1159251) (|PointsOfFiniteOrderRational| "pfo.spad" 1157837 1157880 1158482 1158487) (|PointsOfFiniteOrder| "pfo.spad" 1157243 1157283 1157827 1157832) (|PolynomialFactorizationExplicit| "catdef.spad" 1154941 1154978 1157186 1157238) (|PolynomialFactorizationExplicit&| "catdef.spad" 1152630 1152670 1154878 1154883) (|PolynomialFactorizationByRecursionUnivariate| "pfbr.spad" 1150476 1150530 1152620 1152625) (|PolynomialFactorizationByRecursion| "pfbr.spad" 1148004 1148059 1150466 1150471) (|PrimeField| "pf.spad" 1147544 1147564 1147783 1147863) (|PermutationGroup| "permgrps.spad" 1142550 1142574 1147534 1147539) (|PermutationCategory| "perm.spad" 1141204 1141231 1142540 1142545) (|Permanent| "perman.spad" 1139753 1139774 1141194 1141199) (|Permutation| "perm.spad" 1135610 1135629 1139642 1139647) (|PendantTree| "tree.spad" 1134996 1135015 1135285 1135290) (|PartialDifferentialSpace| "catdef.spad" 1133787 1133819 1134986 1134991) (|PartialDifferentialSpace&| "catdef.spad" 1132575 1132610 1133777 1133782) (|PartialDifferentialRing| "catdef.spad" 1132406 1132437 1132565 1132570) (|PartialDifferentialModule| "catdef.spad" 1132221 1132256 1132396 1132401) (|PolynomialDecomposition| "pdecomp.spad" 1131674 1131708 1132211 1132216) (|PartialDifferentialDomain| "catdef.spad" 1131089 1131125 1131664 1131669) (|PartialDifferentialDomain&| "catdef.spad" 1130501 1130540 1131079 1131084) (|PolynomialComposition| "pdecomp.spad" 1130335 1130367 1130491 1130496) (|PoincareBirkhoffWittLyndonBasis| "xlpoly.spad" 1129087 1129133 1130325 1130330) (|PatternFunctions2| "pattern.spad" 1128810 1128837 1129077 1129082) (|PatternFunctions1| "pattern.spad" 1127143 1127170 1128800 1128805) (|Pattern| "pattern.spad" 1121713 1121728 1127133 1127138) (|PatternMatchResultFunctions2| "patmatch1.spad" 1121359 1121399 1121703 1121708) (|PatternMatchResult| "patmatch1.spad" 1118926 1118954 1121349 1121354) (|PatternMatch| "patmatch2.spad" 1117252 1117293 1118773 1118778) (|PatternMatchable| "patmatch1.spad" 1116667 1116691 1117242 1117247) (|PatternMatchListResult| "patmatch1.spad" 1115733 1115767 1116657 1116662) (|Patternable| "pattern.spad" 1115488 1115507 1115723 1115728) (|PartitionsAndPermutations| "partperm.spad" 1113521 1113552 1115478 1115483) (|ParametricSurface| "paramete.spad" 1112940 1112983 1113511 1113516) (|ParametricSurfaceFunctions2| "paramete.spad" 1112712 1112753 1112930 1112935) (|Parser| "parsers.spad" 1112228 1112240 1112702 1112707) (|ParametricSpaceCurve| "paramete.spad" 1111644 1111690 1112218 1112223) (|ParametricSpaceCurveFunctions2| "paramete.spad" 1111407 1111451 1111634 1111639) (|ParametricPlaneCurve| "paramete.spad" 1110851 1110897 1111397 1111402) (|ParametricPlaneCurveFunctions2| "paramete.spad" 1110614 1110658 1110841 1110846) (|ParameterAst| "syntax.spad" 1109732 1109750 1110604 1110609) (|PolynomialAN2Expression| "expr.spad" 1109123 1109152 1109722 1109727) (|Palette| "color.spad" 1108232 1108245 1109113 1109118) (|Pair| "mkrecord.spad" 1107461 1107476 1108032 1108037) (|PAdicRationalConstructor| "padic.spad" 1104738 1104778 1105923 1106003) (|PAdicRational| "padic.spad" 1102942 1102965 1103166 1103246) (|PAdicIntegerCategory| "padic.spad" 1101490 1101520 1102885 1102937) (|PAdicInteger| "padic.spad" 1101200 1101222 1101433 1101485) (|PadeApproximantPackage| "pade.spad" 1099869 1099908 1101190 1101195) (|PadeApproximants| "pade.spad" 1098607 1098637 1099859 1099864) (|OrdinaryWeightedPolynomials| "wtpol.spad" 1097876 1097931 1098511 1098516) (|OverloadSet| "domain.spad" 1097440 1097457 1097866 1097871) (|OrderedVariableList| "variable.spad" 1097204 1097244 1097430 1097435) (|OutputForm| "outform.spad" 1086604 1086620 1097194 1097199) (|OutputBinaryFile| "net.spad" 1086024 1086046 1086594 1086599) (|OutputByteConduit| "net.spad" 1085079 1085102 1086014 1086019) (|OutputByteConduit&| "net.spad" 1084131 1084157 1085069 1085074) (|OutputPackage| "out.spad" 1083238 1083257 1084121 1084126) (|OrdSetInts| "fnla.spad" 1082705 1082721 1083228 1083233) (|OrderedSemiGroup| "catdef.spad" 1082609 1082631 1082695 1082700) (|OrthogonalPolynomialFunctions| "special.spad" 1081076 1081113 1082535 1082540) (|UnivariateSkewPolynomial| "ore.spad" 1080512 1080564 1080763 1080768) (|SparseUnivariateSkewPolynomial| "ore.spad" 1079790 1079844 1080199 1080204) (|UnivariateSkewPolynomialCategoryOps| "ore.spad" 1077631 1077676 1079695 1079700) (|UnivariateSkewPolynomialCategory| "ore.spad" 1071822 1071862 1077621 1077626) (|UnivariateSkewPolynomialCategory&| "ore.spad" 1065833 1065876 1071635 1071640) (|OrderedType| "catdef.spad" 1065061 1065078 1065823 1065828) (|OrderedType&| "catdef.spad" 1064286 1064306 1065051 1065056) (|OrderedStructure| "catdef.spad" 1064041 1064070 1064218 1064223) (|OrderedSet| "catdef.spad" 1063733 1063749 1064031 1064036) (|OrderedRing| "catdef.spad" 1063551 1063568 1063723 1063728) (|OrderedMonoid| "catdef.spad" 1063395 1063414 1063541 1063546) (|OrderingFunctions| "gdirprod.spad" 1062512 1062543 1063385 1063390) (|OrderedFinite| "catdef.spad" 1062321 1062340 1062502 1062507) (|OrderedCompletionFunctions2| "complet.spad" 1061589 1061626 1062311 1062316) (|OrderedCompletion| "complet.spad" 1060179 1060204 1061276 1061281) (|OperatorSignature| "domain.spad" 1059826 1059849 1060169 1060174) (|OperationsQuery| "alql.spad" 1059394 1059415 1059816 1059821) (|OperatorCategory| "term.spad" 1058846 1058870 1059384 1059389) (|OperatorCategory&| "term.spad" 1058295 1058322 1058836 1058841) (|Operator| "opalg.spad" 1058045 1058061 1058131 1058136) (|OnePointCompletionFunctions2| "complet.spad" 1057443 1057481 1058035 1058040) (|OnePointCompletion| "complet.spad" 1056312 1056338 1057130 1057135) (|OrderedMultisetAggregate| "aggcat.spad" 1056086 1056118 1056276 1056307) (|OppositeMonogenicLinearOperator| "lodop.spad" 1055497 1055538 1055979 1055984) (|OrderedIntegralDomain| "catdef.spad" 1055258 1055285 1055440 1055492) (|OrderedFreeMonoid| "xpoly.spad" 1053374 1053399 1055206 1055211) (|OrderlyDifferentialVariable| "dpolcat.spad" 1052610 1052645 1053364 1053369) (|OrdinaryDifferentialRing| "lodop.spad" 1052248 1052296 1052438 1052568) (|OrderlyDifferentialPolynomial| "dpolcat.spad" 1050155 1050192 1050522 1050696) (|OrderedDirectProduct| "gdirprod.spad" 1047032 1047070 1047423 1047428) (|ODETools| "oderf.spad" 1045679 1045700 1047022 1047027) (|SystemODESolver| "odealg.spad" 1043364 1043390 1045669 1045674) (|RationalRicDE| "riccati.spad" 1039367 1039391 1043298 1043303) (|ReduceLODE| "odealg.spad" 1038762 1038790 1039357 1039362) (|RationalLODE| "oderf.spad" 1036389 1036412 1038752 1038757) (|PrimitiveRatRicDE| "riccati.spad" 1033471 1033504 1036379 1036384) (|PrimitiveRatDE| "oderf.spad" 1030861 1030891 1033461 1033466) (|PureAlgebraicLODE| "odealg.spad" 1030236 1030271 1030851 1030856) (|ODEIntegration| "oderf.spad" 1029663 1029687 1030226 1030231) (|ElementaryFunctionODESolver| "odeef.spad" 1025137 1025174 1029653 1029658) (|ConstantLODE| "oderf.spad" 1024676 1024700 1025127 1025132) (|OctonionCategoryFunctions2| "oct.spad" 1024293 1024335 1024666 1024671) (|Octonion| "oct.spad" 1022727 1022743 1023447 1023452) (|OrderedCancellationAbelianMonoid| "catdef.spad" 1022545 1022583 1022717 1022722) (|OctonionCategory| "oct.spad" 1020361 1020385 1022535 1022540) (|OctonionCategory&| "oct.spad" 1017782 1017809 1019959 1019964) (|OrderedAbelianSemiGroup| "catdef.spad" 1017576 1017605 1017772 1017777) (|OrderedAbelianMonoidSup| "catdef.spad" 1017077 1017106 1017566 1017571) (|OrderedAbelianMonoid| "catdef.spad" 1016817 1016843 1017067 1017072) (|OrderedAbelianMonoid&| "catdef.spad" 1016554 1016583 1016807 1016812) (|OrderedAbelianGroup| "catdef.spad" 1016075 1016100 1016544 1016549) (|OrderedAbelianGroup&| "catdef.spad" 1015593 1015621 1016065 1016070) (|NumericTubePlot| "tube.spad" 1015171 1015200 1015583 1015588) (|NumericalQuadrature| "numquad.spad" 1003130 1003155 1015161 1015166) (|NumericalOrdinaryDifferentialEquations| "numode.spad" 994446 994490 1003120 1003125) (|NumberFormats| "outform.spad" 993275 993294 994436 994441) (|Numeric| "numeric.spad" 985379 985394 993075 993080) (|NormalizedTriangularSetCategory| "nregset.spad" 983880 983925 985369 985374) (|NumberTheoreticPolynomialFunctions| "special.spad" 983408 983450 983806 983811) (|NewSparseUnivariatePolynomialFunctions2| "newpoly.spad" 982763 982812 983398 983403) (|NewSparseUnivariatePolynomial| "newpoly.spad" 976494 976531 980941 981158) (|NewSparseMultivariatePolynomial| "newpoly.spad" 974330 974378 974651 974825) (|NumericRealEigenPackage| "numeigen.spad" 972711 972746 974320 974325) (|NPCoef| "npcoef.spad" 971953 971977 972701 972706) (|NormRetractPackage| "twofact.spad" 971539 971590 971943 971948) (|NormalizationPackage| "nregset.spad" 969463 969500 971529 971534) (|NormInMonogenicAlgebra| "algcat.spad" 969131 969177 969453 969458) (|NoneFunctions1| "any.spad" 968795 968817 969121 969126) (|None| "any.spad" 968534 968544 968785 968790) (|NonLinearFirstOrderODESolver| "nlode.spad" 967999 968037 968524 968529) (|NonNegativeInteger| "integer.spad" 966870 966894 967965 967994) (|NonLinearSolvePackage| "nlinsol.spad" 965477 965506 966860 966865) (|NumberFieldIntegralBasis| "intclos.spad" 963019 963054 965467 965472) (|NetworkClientSocket| "net.spad" 962976 963004 963009 963014) (|NonCommutativeOperatorDivision| "lodop.spad" 961176 961216 962966 962971) (|NumericContinuedFraction| "contfrac.spad" 960800 960832 961166 961171) (|NumericComplexEigenPackage| "numeigen.spad" 958942 958980 960790 960795) (|NonAssociativeRing| "naalgc.spad" 958530 958554 958932 958937) (|NonAssociativeRing&| "naalgc.spad" 958115 958142 958520 958525) (|NonAssociativeRng| "naalgc.spad" 957500 957523 958105 958110) (|NonAssociativeRng&| "naalgc.spad" 956882 956908 957490 957495) (|NonAssociativeAlgebra| "naalgc.spad" 956450 956479 956872 956877) (|NonAssociativeAlgebra&| "naalgc.spad" 956015 956047 956440 956445) (|MultivariateSquareFree| "multsqfr.spad" 952953 952990 956005 956010) (|MultivariateFactorize| "multfact.spad" 952317 952353 952943 952948) (|MultivariateTaylorSeriesCategory| "pscat.spad" 950373 950424 952207 952312) (|MergeThing| "alql.spad" 950024 950042 950363 950368) (|MoreSystemCommands| "system.spad" 949442 949466 950014 950019) (|MultisetAggregate| "aggcat.spad" 949268 949293 949406 949437) (|Multiset| "mset.spad" 947109 947125 948862 948893) (|MonoidRing| "mring.spad" 944233 944253 946827 946832) (|MonoidRingFunctions2| "mring.spad" 943777 943809 944223 944228) (|MRationalFactorize| "allfact.spad" 943307 943340 943767 943772) (|MPolyCatRationalFunctionFactorizer| "allfact.spad" 941315 941366 943297 943302) (|MultivariatePolynomial| "multpoly.spad" 939456 939491 939835 940009) (|MPolyCatPolyFactorizer| "allfact.spad" 938700 938739 939446 939451) (|MPolyCatFunctions3| "poltopol.spad" 938501 938557 938690 938695) (|MPolyCatFunctions2| "poltopol.spad" 938139 938188 938491 938496) (|MonomialExtensionTools| "intrf.spad" 936474 936507 938129 938134) (|MonoidOperatorCategory| "catdef.spad" 935908 935939 936149 936469) (|MonoidOperation| "catdef.spad" 935314 935338 935583 935903) (|Monoid| "catdef.spad" 934648 934660 935304 935309) (|Monoid&| "catdef.spad" 933979 933994 934638 934643) (|MonogenicAlgebra| "algcat.spad" 932731 932758 933857 933974) (|MonogenicAlgebra&| "algcat.spad" 931462 931492 932591 932596) (|MonadWithUnit| "naalgc.spad" 929699 929718 931452 931457) (|MonadWithUnit&| "naalgc.spad" 927933 927955 929689 929694) (|Monad| "naalgc.spad" 927090 927101 927923 927928) (|Monad&| "naalgc.spad" 926244 926258 927080 927085) (|MoebiusTransform| "moebius.spad" 924980 925004 926234 926239) (|Module| "catdef.spad" 924868 924882 924970 924975) (|Module&| "catdef.spad" 924753 924770 924858 924863) (|ModularRing| "modring.spad" 924209 924265 924743 924748) (|ModuleOperator| "opalg.spad" 922868 922892 924045 924050) (|ModuleMonomial| "modmonom.spad" 922587 922617 922858 922863) (|ModMonic| "modmon.spad" 919951 919969 920672 920889) (|ModularField| "modring.spad" 919365 919422 919866 919946) (|MathMLFormat| "mathml.spad" 918215 918233 919355 919360) (|MultipleMap| "curve.spad" 917948 917991 918205 918210) (|MonogenicLinearOperator| "lodop.spad" 916420 916451 917938 917943) (|MultivariateLifting| "mlift.spad" 915015 915049 916410 916415) (|MakeUnaryCompiledFunction| "mkfunc.spad" 914531 914568 915005 915010) (|MakeRecord| "mkrecord.spad" 914111 914132 914521 914526) (|MakeFunction| "mkfunc.spad" 913508 913528 914101 914106) (|MakeFloatCompiledFunction| "mkfunc.spad" 912453 912486 913498 913503) (|MakeBinaryCompiledFunction| "mkfunc.spad" 911924 911966 912443 912448) (|ModularHermitianRowReduction| "divisor.spad" 910409 910445 911914 911919) (|MultFiniteFactorize| "mfinfact.spad" 909796 909831 910399 910404) (|MeshCreationRoutinesForThreeDimensions| "mesh.spad" 907555 907599 909786 909791) (|ModularDistinctDegreeFactorizer| "moddfact.spad" 905745 905784 907545 907550) (|MultiDictionary| "aggcat.spad" 905033 905056 905735 905740) (|MatrixCommonDenominator| "cden.spad" 904222 904255 905023 905028) (|Maybe| "any.spad" 903461 903475 904154 904159) (|StorageEfficientMatrixOperations| "matstor.spad" 900747 900787 903451 903456) (|Matrix| "matrix.spad" 899726 899740 900214 900219) (|MatrixLinearAlgebraFunctions| "matfuns.spad" 897040 897090 899582 899587) (|MatrixCategoryFunctions2| "matfuns.spad" 896300 896370 897030 897035) (|MatrixCategory| "matcat.spad" 888006 888040 896290 896295) (|MatrixCategory&| "matcat.spad" 879525 879562 887812 887817) (|MappingPackage3| "mappkg.spad" 878427 878454 879515 879520) (|MappingPackage2| "mappkg.spad" 877752 877777 878417 878422) (|MappingPackage1| "mappkg.spad" 876567 876590 877742 877747) (|MappingAst| "syntax.spad" 875898 875914 876557 876562) (|MappingPackageInternalHacks3| "mappkg.spad" 875684 875724 875888 875893) (|MappingPackageInternalHacks2| "mappkg.spad" 875427 875465 875674 875679) (|MappingPackageInternalHacks1| "mappkg.spad" 875045 875081 875417 875422) (|MacroAst| "syntax.spad" 874634 874648 875035 875040) (|LazyStreamAggregate| "stream.spad" 871871 871898 874624 874629) (|LazyStreamAggregate&| "stream.spad" 869105 869135 871861 871866) (|LyndonWord| "xlpoly.spad" 866147 866172 869095 869100) (|ConstructAst| "syntax.spad" 865921 865939 866137 866142) (|LieSquareMatrix| "lie.spad" 864553 864580 864960 864965) (|LinearSystemPolynomialPackage| "solvelin.spad" 864061 864105 864543 864548) (|LinearSystemMatrixPackage1| "solvelin.spad" 861884 861918 864051 864056) (|LinearSystemMatrixPackage| "solvelin.spad" 860722 860769 861874 861879) (|ListAggregate| "aggcat.spad" 860402 860423 860712 860717) (|ListAggregate&| "aggcat.spad" 860079 860103 860392 860397) (|LiePolynomial| "xlpoly.spad" 859078 859108 859983 859988) (|LinearPolynomialEquationByFractions| "fraction.spad" 858316 858359 859068 859073) (|Logic| "logic.spad" 857855 857866 858306 858311) (|Logic&| "logic.spad" 857391 857405 857845 857850) (|LinearOrdinaryDifferentialOperatorsOps| "lodo.spad" 856285 856333 857381 857386) (|LinearOrdinaryDifferentialOperatorFactorizer| "lodof.spad" 855270 855325 856219 856224) (|LinearOrdinaryDifferentialOperatorCategory| "lodo.spad" 853930 853980 855260 855265) (|LinearOrdinaryDifferentialOperatorCategory&| "lodo.spad" 852550 852603 853883 853888) (|LinearOrdinaryDifferentialOperator2| "lodo.spad" 851797 851842 852237 852242) (|LinearOrdinaryDifferentialOperator1| "lodo.spad" 851171 851214 851484 851489) (|LinearOrdinaryDifferentialOperator| "lodo.spad" 850529 850578 850858 850863) (|ElementaryFunctionLODESolver| "odeef.spad" 849309 849349 850519 850524) (|Localize| "fraction.spad" 848709 848729 849248 849253) (|LinearAggregate| "aggcat.spad" 844883 844906 848699 848704) (|LinearAggregate&| "aggcat.spad" 840970 840996 844789 844794) (|ListMonoidOps| "free.spad" 837727 837755 840960 840965) (|LeftModule| "catdef.spad" 837503 837521 837717 837722) (|ListMultiDictionary| "lmdict.spad" 836845 836872 837110 837115) (|LeftLinearSet| "catdef.spad" 836541 836562 836835 836840) (|Literal| "syntax.spad" 836442 836458 836531 836536) (|ListFunctions3| "list.spad" 835741 835767 836432 836437) (|ListToMap| "list.spad" 832661 832680 835731 835736) (|ListFunctions2| "list.spad" 831351 831375 832651 832656) (|List| "list.spad" 829400 829412 830745 830750) (|LinearSet| "catdef.spad" 829172 829189 829390 829395) (|LinearForm| "vector.spad" 828649 828669 829162 829167) (|LinearlyExplicitRingOver| "catdef.spad" 827370 827402 828639 828644) (|LinearElement| "vector.spad" 826744 826767 827267 827272) (|LinearDependence| "lindep.spad" 825605 825631 826682 826687) (|LinearBasis| "vector.spad" 825232 825256 825595 825600) (|RationalFunctionLimitPackage| "sign.spad" 823153 823189 825222 825227) (|PowerSeriesLimitPackage| "limitps.spad" 822042 822076 823143 823148) (|LieAlgebra| "xlpoly.spad" 821544 821562 822032 822037) (|LieAlgebra&| "xlpoly.spad" 821006 821027 821497 821502) (|AssociatedLieAlgebra| "lie.spad" 819390 819420 820682 820687) (|Library| "files.spad" 818158 818171 818609 818614) (|LinGroebnerPackage| "lingrob.spad" 815499 815530 818148 818153) (|LiouvillianFunctionCategory| "trigcat.spad" 814533 814566 815489 815494) (|LiouvillianFunction| "liouv.spad" 813475 813504 814523 814528) (|LexTriangularPackage| "zerodim.spad" 809080 809113 813465 813470) (|LieExponentials| "xlpoly.spad" 807361 807401 809070 809075) (|LetAst| "syntax.spad" 807056 807068 807351 807356) (|LeadingCoefDetermination| "leadcdet.spad" 805440 805479 807046 807051) (|LazardSetSolvingPackage| "nsregset.spad" 804163 804206 805430 805435) (|LaurentPolynomial| "gpol.spad" 802687 802715 803602 803654) (|LaplaceTransform| "laplace.spad" 802260 802286 802677 802682) (|LeftAlgebra| "derham.spad" 802037 802056 802250 802255) (|LeftAlgebra&| "derham.spad" 801811 801833 802027 802032) (|LocalAlgebra| "fraction.spad" 801266 801290 801758 801763) (|ConvertibleFrom| "coerce.spad" 800996 801019 801256 801261) (|KleeneTrivalentLogic| "logic.spad" 800522 800548 800986 800991) (|CoercibleFrom| "coerce.spad" 800257 800278 800512 800517) (|Kovacic| "kovacic.spad" 798987 799005 800247 800252) (|ConvertibleTo| "coerce.spad" 798698 798719 798977 798982) (|CoercibleTo| "coerce.spad" 798426 798445 798688 798693) (|KernelFunctions2| "kl.spad" 798115 798141 798416 798421) (|Kernel| "kl.spad" 796773 796787 797906 797911) (|KeyedDictionary| "aggcat.spad" 795879 795914 796763 796768) (|KeyedDictionary&| "aggcat.spad" 794982 795020 795869 795874) (|KeyedAccessFile| "files.spad" 793907 793936 794155 794160) (|JVMOpcode| "java.spad" 793813 793828 793897 793902) (|JVMMethodAccess| "java.spad" 792854 792875 793803 793808) (|JVMFieldAccess| "java.spad" 792158 792178 792844 792849) (|JVMConstantTag| "java.spad" 790875 790895 792148 792153) (|JVMClassFileAccess| "java.spad" 790305 790329 790865 790870) (|JVMBytecode| "java.spad" 790207 790224 790295 790300) (|AssociatedJordanAlgebra| "lie.spad" 788401 788434 789883 789888) (|JoinAst| "syntax.spad" 788098 788111 788391 788396) (|IndexedAggregate| "aggcat.spad" 786217 786255 788088 788093) (|IndexedAggregate&| "aggcat.spad" 784098 784139 785972 785977) (|InfiniteTuple| "ituple.spad" 783379 783400 784088 784093) (|InnerTrigonometricManipulations| "efstruc.spad" 782201 782245 783369 783374) (|InfiniteTupleFunctions3| "ituple.spad" 781686 781721 782191 782196) (|InfiniteTupleFunctions2| "ituple.spad" 781409 781442 781676 781681) (|InternalTypeForm| "compiler.spad" 780750 780772 781399 781404) (|InnerTaylorSeries| "taylor.spad" 778716 778746 780601 780699) (|InnerSparseUnivariatePowerSeries| "sups.spad" 771338 771383 777905 778010) (|InnerPolySum| "sum.spad" 770829 770855 771328 771333) (|IsAst| "syntax.spad" 770545 770556 770819 770824) (|InternalRationalUnivariateRepresentationPackage| "zerodim.spad" 769217 769281 770535 770540) (|IrrRepSymNatPackage| "irsn.spad" 767204 767229 769207 769212) (|IntegrationResultRFToFunction| "irexpand.spad" 765654 765691 767144 767149) (|IrredPolyOverFiniteField| "ffx.spad" 765233 765266 765644 765649) (|IntegerRoots| "intfact.spad" 763562 763582 765223 765228) (|InternalRepresentationForm| "compiler.spad" 762862 762894 763552 763557) (|IntegrationResultToFunction| "irexpand.spad" 762055 762092 762852 762857) (|IntegrationResultFunctions2| "intaux.spad" 761062 761099 762045 762050) (|IntegrationResult| "intaux.spad" 758875 758900 760932 760937) (|InternalPrintPackage| "newdata.spad" 758617 758643 758865 758870) (|InnerPrimeField| "pf.spad" 758143 758168 758396 758476) (|InnerPAdicInteger| "padic.spad" 757914 757955 758086 758138) (|IP4Address| "net.spad" 757463 757479 757904 757909) (|IOMode| "files.spad" 756981 756993 757453 757458) (|InputOutputBinaryFile| "net.spad" 756347 756374 756971 756976) (|InputOutputByteConduit| "net.spad" 756192 756220 756337 756342) (|InverseLaplaceTransform| "laplace.spad" 755824 755857 756182 756187) (|TranscendentalIntegration| "intrf.spad" 749199 749235 755814 755819) (|IntegrationTools| "rdeef.spad" 746938 746964 748767 748772) (|IntegerSolveLinearPolynomialEquation| "integer.spad" 746232 746274 746928 746933) (|Interval| "interval.spad" 745801 745817 746155 746227) (|RationalFunctionIntegration| "intrf.spad" 744212 744247 745791 745796) (|IntegerRetractions| "retract.spad" 743628 743654 744202 744207) (|RationalIntegration| "intrf.spad" 742350 742380 743618 743623) (|PatternMatchIntegration| "intpm.spad" 740795 740828 742070 742075) (|PureAlgebraicIntegration| "intaf.spad" 738613 738649 740684 740689) (|TranscendentalHermiteIntegration| "intrf.spad" 737861 737904 738603 738608) (|AlgebraicHermiteIntegration| "intalg.spad" 737510 737555 737851 737856) (|IntegerNumberTheoryFunctions| "numtheor.spad" 733923 733957 737500 737505) (|GenusZeroIntegration| "intaf.spad" 727633 727665 733812 733817) (|IntegerFactorizationPackage| "intfact.spad" 726675 726710 727623 727628) (|ElementaryIntegration| "intef.spad" 725071 725102 726665 726670) (|IntegralDomain| "catdef.spad" 723789 723809 725014 725066) (|IntegralDomain&| "catdef.spad" 722551 722574 723779 723784) (|IntervalCategory| "interval.spad" 720813 720837 722474 722546) (|IntegerBits| "random.spad" 720311 720328 720803 720808) (|AlgebraicIntegrate| "intalg.spad" 719487 719526 720301 720306) (|AlgebraicIntegration| "intaf.spad" 718973 719003 719477 719482) (|InnerTable| "table.spad" 717878 717917 718049 718054) (|Int8| "data.spad" 717756 717766 717868 717873) (|Int64| "data.spad" 717632 717643 717746 717751) (|Int32| "data.spad" 717508 717519 717622 717627) (|Int16| "data.spad" 717384 717395 717498 717503) (|Integer| "integer.spad" 717054 717067 717249 717379) (|IntegerNumberSystem| "si.spad" 714521 714546 716937 717049) (|IntegerNumberSystem&| "si.spad" 712092 712120 714511 714516) (|InnerPolySign| "sign.spad" 711551 711575 712082 712087) (|InfiniteProductPrimeField| "infprod.spad" 710624 710666 711541 711546) (|InfiniteProductFiniteField| "infprod.spad" 709688 709736 710614 710619) (|InnerMultFact| "multfact.spad" 708652 708680 709678 709683) (|InnerModularGcd| "modgcd.spad" 708143 708186 708642 708647) (|InnerNumericFloatSolvePackage| "numsolve.spad" 706417 706462 708133 708138) (|InfiniteProductCharacteristicZero| "infprod.spad" 705466 705516 706407 706412) (|InputFormFunctions1| "mkfunc.spad" 705074 705101 705456 705461) (|InputForm| "mkfunc.spad" 702278 702293 705064 705069) (|Infinity| "complet.spad" 701824 701838 702268 702273) (|InetClientStreamSocket| "net.spad" 701781 701809 701814 701819) (|InnerNumericEigenPackage| "numeigen.spad" 700309 700349 701771 701776) (|IndexedExponents| "multpoly.spad" 699929 699960 700204 700209) (|IncrementingMaps| "seg.spad" 699352 699376 699919 699924) (|InputBinaryFile| "net.spad" 698435 698456 699342 699347) (|InnerNormalBasisFieldFunctions| "ffnb.spad" 694257 694296 698425 698430) (|InputByteConduit| "net.spad" 692509 692531 694247 694252) (|InputByteConduit&| "net.spad" 690758 690783 692499 692504) (|InAst| "syntax.spad" 690416 690427 690748 690753) (|ImportAst| "syntax.spad" 690117 690132 690406 690411) (|InnerMatrixQuotientFieldFunctions| "matfuns.spad" 689130 689205 690023 690028) (|InnerMatrixLinearAlgebraFunctions| "matfuns.spad" 687670 687725 689036 689041) (|InnerFiniteField| "ffp.spad" 687115 687145 687400 687480) (|IfAst| "syntax.spad" 686726 686737 687105 687110) (|IndexedFlexibleArray| "array1.spad" 684404 684437 686120 686125) (|InnerFreeAbelianMonoid| "free.spad" 684228 684265 684342 684347) (|InnerEvalable| "equation1.spad" 683630 683653 684218 684223) (|InnerEvalable&| "equation1.spad" 683029 683055 683620 683625) (|IndexedProductTerm| "indexedp.spad" 682569 682597 683019 683024) (|IndexedDirectProductOrderedAbelianMonoidSup| "indexedp.spad" 682207 682260 682482 682487) (|IndexedDirectProductOrderedAbelianMonoid| "indexedp.spad" 681812 681862 682120 682125) (|IndexedDirectProductObject| "indexedp.spad" 681203 681239 681725 681730) (|IndexedDirectProductCategory| "indexedp.spad" 680075 680113 681193 681198) (|IndexedDirectProductAbelianMonoid| "indexedp.spad" 679712 679755 679988 679993) (|IndexedDirectProductAbelianGroup| "indexedp.spad" 679352 679394 679625 679630) (|Identifier| "syntax.spad" 678996 679012 679342 679347) (|IdempotentOperatorCategory| "catdef.spad" 678747 678782 678883 678991) (|IdealDecompositionPackage| "idecomp.spad" 675963 676004 678737 678742) (|PolynomialIdeals| "ideal.spad" 670901 670950 675897 675902) (|InnerCommonDenominator| "cden.spad" 670094 670130 670891 670896) (|IndexCard| "alql.spad" 669480 669495 670084 670089) (|IntegralBasisPolynomialTools| "padiclib.spad" 668061 668104 669470 669475) (|IndexedBits| "boolean.spad" 667409 667431 667551 667556) (|IntegralBasisTools| "intclos.spad" 664382 664413 667399 667404) (|ChineseRemainderToolsForIntegralBases| "padiclib.spad" 662854 662904 664372 664377) (|InnerTwoDimensionalArray| "array2.spad" 662391 662435 662600 662605) (|IndexedOneDimensionalArray| "array1.spad" 661615 661654 661785 661790) (|InnerAlgebraicNumber| "constant.spad" 659974 660000 661441 661521) (|InnerAlgFactor| "algfact.spad" 659577 659618 659964 659969) (|HyperbolicFunctionCategory| "trigcat.spad" 658977 659009 659567 659572) (|HyperbolicFunctionCategory&| "trigcat.spad" 658374 658409 658967 658972) (|Hostname| "net.spad" 658184 658198 658364 658369) (|HomotopicTo| "coerce.spad" 657918 657937 658174 658179) (|HomogeneousAggregate| "aggcat.spad" 657600 657628 657908 657913) (|HomogeneousAggregate&| "aggcat.spad" 657064 657095 657375 657380) (|HexadecimalExpansion| "radix.spad" 655219 655245 655602 655682) (|HeuGcd| "listgcd.spad" 654306 654321 655209 655214) (|HyperellipticFiniteDivisor| "divisor.spad" 653892 653936 654296 654301) (|Heap| "bags.spad" 653421 653433 653638 653643) (|HeadAst| "syntax.spad" 652957 652970 653411 653416) (|HomogeneousDirectProduct| "gdirprod.spad" 649826 649864 650225 650230) (|HomogeneousDistributedMultivariatePolynomial| "gdpoly.spad" 647688 647745 648346 648520) (|HallBasis| "fnla.spad" 645956 645971 647678 647683) (|HashTable| "table.spad" 644814 644852 645032 645037) (|HasAst| "syntax.spad" 644526 644538 644804 644809) (|Pi| "expr.spad" 644030 644038 644441 644521) (|GeneralTriangularSet| "triset.spad" 642837 642871 643562 643567) (|GeneralSparseTable| "table.spad" 641723 641774 641913 641918) (|GeneralUnivariatePowerSeries| "gseries.spad" 639556 639609 640401 640551) (|Group| "catdef.spad" 638938 638949 639546 639551) (|Group&| "catdef.spad" 638317 638331 638928 638933) (|GroebnerSolve| "groebsol.spad" 636804 636832 638307 638312) (|GradedModule| "carten.spad" 635375 635397 636794 636799) (|GradedModule&| "carten.spad" 633943 633968 635365 635370) (|GraphImage| "view2D.spad" 627016 627032 633933 633938) (|GraphicsDefaults| "grdef.spad" 625381 625403 627006 627011) (|GrayCode| "perman.spad" 623846 623860 625371 625376) (|GradedAlgebra| "carten.spad" 622930 622953 623836 623841) (|GradedAlgebra&| "carten.spad" 622011 622037 622920 622925) (|GeneralPolynomialSet| "polset.spad" 621353 621394 621583 621588) (|GosperSummationMethod| "sum.spad" 620611 620648 621343 621348) (|GeneralModulePolynomial| "modmonom.spad" 619760 619808 620601 620606) (|GeneralHenselPackage| "ghensel.spad" 618825 618857 619750 619755) (|GenerateUnivariatePowerSeries| "genups.spad" 615091 615131 618815 618820) (|GenUFactorize| "genufact.spad" 614657 614678 615081 615086) (|GeneralPolynomialGcdPackage| "gpgcd.spad" 614234 614276 614647 614652) (|GeneralizedMultivariateFactorize| "allfact.spad" 613656 613705 614224 614229) (|GenExEuclid| "geneez.spad" 611606 611628 613646 613651) (|GeneralDistributedMultivariatePolynomial| "gdpoly.spad" 609314 609369 610126 610300) (|GenericNonAssociativeAlgebra| "generic.spad" 603264 603317 609161 609166) (|GcdDomain| "catdef.spad" 602466 602481 603207 603259) (|GcdDomain&| "catdef.spad" 601712 601730 602456 602461) (|GroebnerInternalPackage| "gbintern.spad" 597711 597770 601702 601707) (|GroebnerFactorizationPackage| "groebf.spad" 593468 593532 597701 597706) (|EuclideanGroebnerBasisPackage| "gbeuclid.spad" 591323 591388 593458 593463) (|GroebnerPackage| "gb.spad" 588833 588884 591276 591281) (|GaussianFactorizationPackage| "gaussfac.spad" 588120 588154 588823 588828) (|GaloisGroupUtilities| "galutil.spad" 586411 586439 588059 588064) (|GaloisGroupPolynomialUtilities| "galpolyu.spad" 584837 584878 586401 586406) (|GaloisGroupFactorizationUtilities| "galfactu.spad" 583023 583069 584827 584832) (|GaloisGroupFactorizer| "galfact.spad" 573217 573247 583013 583018) (|FunctionDescriptor| "domain.spad" 572879 572903 573207 573212) (|Functorial| "catdef.spad" 572482 572500 572869 572874) (|FunctionCalled| "variable.spad" 572319 572343 572472 572477) (|FortranType| "forttyp.spad" 570610 570627 572309 572314) (|FunctionSpaceUnivariatePolynomialFactor| "funcpkgs.spad" 569466 569518 570535 570540) (|FortranScalarType| "forttyp.spad" 567720 567743 569456 569461) (|FunctionSpaceReduce| "pfo.spad" 567187 567216 567710 567715) (|FunctionSpacePrimitiveElement| "primelt.spad" 566007 566046 567121 567126) (|FunctionalSpecialFunction| "combfunc.spad" 564079 564114 565997 566002) (|FunctionSpaceIntegration| "integrat.spad" 563721 563755 564069 564074) (|FourierSeries| "fourier.spad" 562923 562946 563563 563641) (|FunctionSpaceComplexIntegration| "integrat.spad" 562215 562256 562913 562918) (|FiniteSetAggregateFunctions2| "aggcat2.spad" 560924 560966 562205 562210) (|FiniteSetAggregate| "aggcat.spad" 560033 560059 560888 560919) (|FiniteSetAggregate&| "aggcat.spad" 559083 559112 559941 559946) (|FunctionSpaceToUnivariatePowerSeries| "fs2ups.spad" 553564 553632 559073 559078) (|FunctionSpaceToExponentialExpansion| "fs2expxp.spad" 552672 552728 553554 553559) (|FunctionSpaceFunctions2| "fspace.spad" 552306 552343 552662 552667) (|FunctionSpace| "fspace.spad" 546644 546665 552162 552301) (|FunctionSpace&| "fspace.spad" 540575 540599 546096 546101) (|FactoredFunctionUtilities| "fr.spad" 539506 539539 540565 540570) (|FramedNonAssociativeAlgebra| "naalgc.spad" 534806 534841 539496 539501) (|FramedNonAssociativeAlgebra&| "naalgc.spad" 530066 530104 534759 534764) (|FramedNonAssociativeAlgebraFunctions2| "naalg.spad" 529479 529532 530056 530061) (|FramedModule| "divisor.spad" 528870 528906 529397 529402) (|FractionalIdealFunctions2| "divisor.spad" 528451 528506 528860 528865) (|FractionalIdeal| "divisor.spad" 527677 527707 528441 528446) (|FullyRetractableTo| "retract.spad" 527180 527206 527667 527672) (|FullyRetractableTo&| "retract.spad" 526556 526585 527046 527051) (|FramedAlgebra| "algcat.spad" 524959 524983 526546 526551) (|FramedAlgebra&| "algcat.spad" 523359 523386 524949 524954) (|FractionFunctions2| "fraction.spad" 522948 522976 523349 523354) (|Fraction| "fraction.spad" 520745 520761 521138 521347) (|FactoredFunctions2| "fr.spad" 520065 520093 520735 520740) (|Factored| "fr.spad" 514064 514080 519027 519079) (|FloatingPointSystem| "sf.spad" 510891 510916 513959 514059) (|FloatingPointSystem&| "sf.spad" 507711 507739 510782 510787) (|FieldOfPrimeCharacteristic| "ffcat.spad" 506746 506778 507626 507706) (|FieldOfPrimeCharacteristic&| "ffcat.spad" 505853 505888 506736 506741) (|FullyPatternMatchable| "patmatch1.spad" 505596 505625 505843 505848) (|FullPartialFractionExpansion| "fparfrac.spad" 504416 504455 505586 505591) (|FindOrderFinite| "pfo.spad" 504098 504131 504406 504411) (|FreeNilpotentLie| "fnla.spad" 503530 503566 504088 504093) (|FileNameCategory| "fname.spad" 502111 502133 503520 503525) (|FileName| "fname.spad" 501997 502011 502101 502106) (|FreeMonoid| "free.spad" 501662 501680 501945 501950) (|FreeMonoidCategory| "free.spad" 498815 498841 501652 501657) (|FreeModuleCat| "xpoly.spad" 496662 496691 498805 498810) (|FreeMagma| "xlpoly.spad" 494641 494665 496652 496657) (|FreeModule1| "xpoly.spad" 494006 494027 494584 494589) (|FreeModule| "poly.spad" 493623 493643 493870 493875) (|FloatingRealPackage| "numsolve.spad" 491349 491380 493613 493618) (|FloatingComplexPackage| "numsolve.spad" 488768 488802 491339 491344) (|Float| "float.spad" 485832 485843 488610 488763) (|FullyLinearlyExplicitRingOver| "catdef.spad" 485527 485564 485822 485827) (|FullyLinearlyExplicitRingOver&| "catdef.spad" 485151 485191 485449 485454) (|FiniteLinearAggregateSort| "defaults.spad" 484454 484489 485141 485146) (|FreeLieAlgebra| "xlpoly.spad" 482426 482457 484444 484449) (|FiniteLinearAggregateFunctions2| "aggcat2.spad" 481114 481159 482416 482421) (|FiniteLinearAggregate| "aggcat.spad" 478171 478200 481104 481109) (|FiniteLinearAggregate&| "aggcat.spad" 475054 475086 477990 477995) (|FiniteRankAlgebra| "algcat.spad" 473158 473186 475044 475049) (|FiniteRankAlgebra&| "algcat.spad" 471115 471146 473004 473009) (|Finite| "catdef.spad" 470263 470275 471105 471110) (|Finite&| "catdef.spad" 469408 469423 470253 470258) (|FiniteAggregate| "aggcat.spad" 466120 466143 469398 469403) (|FiniteAggregate&| "aggcat.spad" 462788 462814 466069 466074) (|FiniteRankNonAssociativeAlgebra| "naalgc.spad" 452341 452380 462778 462783) (|FiniteRankNonAssociativeAlgebra&| "naalgc.spad" 441845 441887 452285 452290) (|FileCategory| "files.spad" 440369 440396 441835 441840) (|File| "files.spad" 439950 439962 440359 440364) (|Field| "catdef.spad" 439442 439453 439865 439945) (|Field&| "catdef.spad" 439006 439020 439432 439437) (|FreeGroup| "free.spad" 437672 437689 438996 439001) (|FGLMIfCanPackage| "zerodim.spad" 436453 436482 437662 437667) (|FiniteFieldExtension| "ffp.spad" 435853 435886 436204 436284) (|FiniteFieldSolveLinearPolynomialEquation| "ffcat.spad" 435330 435385 435843 435848) (|FiniteFieldPolynomialPackage2| "ffpoly2.spad" 434367 434407 435320 435325) (|FiniteFieldPolynomialPackage| "ffpoly.spad" 425683 425720 434357 434362) (|FiniteFieldExtensionByPolynomial| "ffp.spad" 425093 425143 425434 425514) (|FiniteFieldNormalBasisExtension| "ffnb.spad" 423619 423668 424844 424924) (|FiniteFieldNormalBasisExtensionByPolynomial| "ffnb.spad" 422134 422192 423370 423450) (|FiniteFieldNormalBasis| "ffnb.spad" 420633 420674 421869 421949) (|FunctionFieldIntegralBasis| "intclos.spad" 418127 418166 420623 420628) (|FiniteFieldCategory| "ffcat.spad" 415708 415733 418042 418122) (|FiniteFieldCategory&| "ffcat.spad" 413361 413389 415698 415703) (|FiniteFieldHomomorphisms| "ffhom.spad" 412111 412150 413351 413356) (|FiniteFieldFunctions| "fff.spad" 409536 409565 412101 412106) (|FiniteFieldCyclicGroupExtension| "ffcg.spad" 408397 408446 409287 409367) (|FiniteFieldCyclicGroupExtensionByPolynomial| "ffcg.spad" 407288 407349 408148 408228) (|FiniteFieldCyclicGroup| "ffcg.spad" 406114 406155 407023 407103) (|FunctionFieldCategoryFunctions2| "curve.spad" 405832 405901 406104 406109) (|FunctionFieldCategory| "curve.spad" 399006 399043 405695 405827) (|FunctionFieldCategory&| "curve.spad" 392227 392267 398919 398924) (|FiniteField| "ffp.spad" 391720 391745 391962 392042) (|FullyEvalableOver| "equation2.spad" 391542 391567 391710 391715) (|FullyEvalableOver&| "equation2.spad" 391156 391184 391327 391332) (|FiniteDivisorCategory| "divisor.spad" 389237 389276 391146 391151) (|FiniteDivisorCategory&| "divisor.spad" 387315 387357 389227 389232) (|FiniteDivisorFunctions2| "divisor.spad" 386950 387011 387305 387310) (|FiniteDivisor| "divisor.spad" 386401 386432 386940 386945) (|FunctorData| "domain.spad" 385400 385417 386391 386396) (|FourierComponent| "fourier.spad" 384765 384789 385390 385395) (|FiniteAlgebraicExtensionField| "ffcat.spad" 377790 377827 384680 384760) (|FiniteAlgebraicExtensionField&| "ffcat.spad" 370849 370889 377742 377747) (|FlexibleArray| "array1.spad" 369199 369220 370243 370248) (|FiniteAbelianMonoidRing| "polycat.spad" 367314 367347 369089 369194) (|FiniteAbelianMonoidRing&| "polycat.spad" 365388 365424 367166 367171) (|FreeAbelianMonoid| "free.spad" 365023 365048 365308 365313) (|FreeAbelianMonoidCategory| "free.spad" 363320 363355 365013 365018) (|FreeAbelianGroup| "free.spad" 362937 362961 363207 363212) (|FactoringUtilities| "facutil.spad" 361133 361166 362927 362932) (|FactoredFunctions| "manip.spad" 360320 360345 361123 361128) (|ExponentialOfUnivariatePuiseuxSeries| "expexpan.spad" 357665 357722 358998 359148) (|ExpressionTubePlot| "tube.spad" 354937 354961 357655 357660) (|ExpressionSpaceODESolver| "exprode.spad" 352087 352121 354927 354932) (|ExpressionToUnivariatePowerSeries| "expr2ups.spad" 348178 348222 352077 352082) (|ExpressionFunctions2| "expr.spad" 347865 347895 348168 348173) (|Expression| "expr.spad" 345573 345591 346295 346434) (|ExponentialExpansion| "expexpan.spad" 343205 343248 343855 343935) (|ExitAst| "syntax.spad" 342936 342949 343195 343200) (|Exit| "void.spad" 342605 342615 342926 342931) (|EvaluateCycleIndicators| "cycles.spad" 342048 342079 342595 342600) (|Evalable| "equation1.spad" 341622 341638 342038 342043) (|Evalable&| "equation1.spad" 341193 341212 341612 341617) (|EuclideanDomain| "catdef.spad" 338787 338808 341136 341188) (|EuclideanDomain&| "catdef.spad" 336425 336449 338777 338782) (|ExpressionSpaceFunctions2| "fspace.spad" 335919 335954 336415 336420) (|ExpressionSpaceFunctions1| "fspace.spad" 335470 335505 335909 335914) (|ExpressionSpace| "fspace.spad" 328328 328349 335460 335465) (|ExpressionSpace&| "fspace.spad" 321088 321112 328223 328228) (|ErrorFunctions| "error.spad" 318403 318423 321078 321083) (|EqTable| "table.spad" 317265 317292 317479 317484) (|EquationFunctions2| "equation2.spad" 316967 316995 317255 317260) (|Equation| "equation2.spad" 313334 313350 315998 316003) (|EigenPackage| "eigen.spad" 309650 309670 313324 313329) (|Environment| "any.spad" 308319 308336 309640 309645) (|EntireRing| "catdef.spad" 308004 308020 308288 308314) (|EntireRing&| "catdef.spad" 307707 307726 307994 307999) (|EuclideanModularRing| "modring.spad" 307114 307181 307650 307702) (|EltableAggregate| "aggcat.spad" 305354 305387 307104 307109) (|EltableAggregate&| "aggcat.spad" 303507 303543 305260 305265) (|Eltable| "aggcat.spad" 302977 302995 303497 303502) (|EllipticFunctionsUnivariateTaylorSeries| "elfuts.spad" 302375 302431 302967 302972) (|ElementaryFunctionCategory| "trigcat.spad" 302040 302072 302365 302370) (|ElementaryFunctionCategory&| "trigcat.spad" 301702 301737 302030 302035) (|ExtensibleLinearAggregate| "aggcat.spad" 299660 299693 301692 301697) (|ExtensibleLinearAggregate&| "aggcat.spad" 297530 297566 299565 299570) (|Elaboration| "compiler.spad" 296867 296884 297520 297525) (|ElaboratedExpression| "syntax.spad" 295781 295807 296857 296862) (|ElementaryFunctionsUnivariatePuiseuxSeries| "efupxs.spad" 292514 292584 295734 295739) (|ElementaryFunctionsUnivariateLaurentSeries| "efuls.spad" 289307 289370 292467 292472) (|ElementaryFunctionStructurePackage| "efstruc.spad" 287294 287338 289297 289302) (|ElementaryFunction| "elemntry.spad" 282058 282086 287284 287289) (|ExtAlgBasis| "derham.spad" 280349 280366 282048 282053) (|DifferentialVariableCategory| "dpolcat.spad" 277329 277365 280339 280344) (|DifferentialVariableCategory&| "dpolcat.spad" 274306 274345 277319 277324) (|DifferentialSparseMultivariatePolynomial| "dpolcat.spad" 272272 272324 272615 272789) (|DifferentialSpaceExtension| "catdef.spad" 271550 271584 272262 272267) (|DifferentialSpaceExtension&| "catdef.spad" 270707 270744 271422 271427) (|DrawOptionFunctions1| "drawopt.spad" 270354 270382 270697 270702) (|DrawOptionFunctions0| "drawopt.spad" 265201 265227 270344 270349) (|DrawOption| "drawopt.spad" 259152 259168 265191 265196) (|TopLevelDrawFunctionsForPoints| "draw.spad" 257297 257333 259142 259147) (|DrawNumericHack| "numeric.spad" 256592 256615 257287 257292) (|DrawComplex| "drawpak.spad" 254061 254078 256582 256587) (|TopLevelDrawFunctionsForAlgebraicCurves| "draw.spad" 253571 253623 254051 254056) (|TopLevelDrawFunctionsForCompiledFunctions| "draw.spad" 243064 243111 253561 253566) (|TopLevelDrawFunctions| "draw.spad" 235921 235953 243054 243059) (|DequeueAggregate| "aggcat.spad" 234107 234131 235911 235916) (|DifferentialPolynomialCategory| "dpolcat.spad" 229389 229433 233928 234102) (|DifferentialPolynomialCategory&| "dpolcat.spad" 224789 224836 229331 229336) (|DirectProductModule| "lodop.spad" 222352 222385 222507 222512) (|DirectProductMatrixModule| "lodop.spad" 219922 219963 220070 220075) (|DomainTemplate| "domain.spad" 219681 219701 219912 219917) (|DomainConstructor| "domain.spad" 219421 219444 219671 219676) (|Domain| "domain.spad" 218528 218540 219411 219416) (|DistributedMultivariatePolynomial| "gdpoly.spad" 216447 216493 217048 217222) (|DifferentialModuleExtension| "catdef.spad" 216311 216346 216437 216442) (|DiscreteLogarithmPackage| "ffcat.spad" 215649 215681 216301 216306) (|DataList| "alql.spad" 214433 214449 215043 215048) (|DoublyLinkedAggregate| "aggcat.spad" 212831 212860 214423 214428) (|DivisionRing| "catdef.spad" 212388 212406 212800 212826) (|DivisionRing&| "catdef.spad" 211963 211984 212378 212383) (|DisplayPackage| "out.spad" 210141 210161 211953 211958) (|DirectProductFunctions2| "vector.spad" 208938 208977 210131 210136) (|DirectProduct| "vector.spad" 205555 205582 206206 206211) (|DirectProductCategory| "vector.spad" 204911 204946 205545 205550) (|DirectProductCategory&| "vector.spad" 203712 203750 204349 204354) (|DiophantineSolutionPackage| "solvedio.spad" 202513 202545 203702 203707) (|DictionaryOperations| "aggcat.spad" 201501 201529 202503 202508) (|DictionaryOperations&| "aggcat.spad" 200412 200443 201417 201422) (|Dioid| "catdef.spad" 200267 200278 200402 200407) (|DifferentialRing| "catdef.spad" 200101 200123 200257 200262) (|DifferentialSpace| "catdef.spad" 199665 199688 200091 200096) (|DifferentialSpace&| "catdef.spad" 199226 199252 199655 199660) (|DifferentialModule| "catdef.spad" 198721 198747 199216 199221) (|DifferentialDomain| "catdef.spad" 197870 197897 198711 198716) (|DifferentialDomain&| "catdef.spad" 197016 197046 197860 197865) (|DifferentialExtension| "catdef.spad" 196826 196855 197006 197011) (|Dictionary| "aggcat.spad" 196458 196476 196816 196821) (|Dictionary&| "aggcat.spad" 196087 196108 196448 196453) (|DenavitHartenbergMatrix| "dhmatrix.spad" 194481 194512 195647 195652) (|DoubleFloatSpecialFunctions| "special.spad" 188096 188129 194471 194476) (|DoubleFloat| "sf.spad" 184699 184716 187991 188091) (|DefiniteIntegrationTools| "defintrf.spad" 182912 182946 184689 184694) (|DeRhamComplex| "derham.spad" 180998 181041 182902 182907) (|Dequeue| "bags.spad" 180456 180471 180744 180749) (|DegreeReductionPackage| "degred.spad" 180053 180087 180446 180451) (|RationalFunctionDefiniteIntegration| "defintrf.spad" 177602 177645 180043 180048) (|ElementaryFunctionDefiniteIntegration| "defintef.spad" 176109 176156 177592 177597) (|DefinitionAst| "syntax.spad" 175482 175501 176099 176104) (|DecimalExpansion| "radix.spad" 173645 173667 174020 174100) (|DistinctDegreeFactorize| "ddfact.spad" 171449 171483 173635 173640) (|DoubleResultantPackage| "intalg.spad" 171033 171073 171439 171444) (|DualBasis| "vector.spad" 170652 170674 171023 171028) (|Database| "alql.spad" 169310 169326 170642 170647) (|DataArray| "data.spad" 168789 168809 169300 169305) (|CyclotomicPolynomialPackage| "cyclotom.spad" 168270 168303 168779 168784) (|CycleIndicators| "cycles.spad" 165040 165061 168260 168265) (|CoerceVectorMatrixPackage| "generic.spad" 164434 164467 165030 165035) (|ComplexTrigonometricManipulations| "efstruc.spad" 162907 162950 164424 164429) (|ConstructorKind| "domain.spad" 162497 162518 162897 162902) (|ConstructorCategory| "domain.spad" 161721 161746 162487 162492) (|ConstructorCategory&| "domain.spad" 160942 160970 161711 161716) (|ConstructorCall| "domain.spad" 160518 160541 160932 160937) (|Constructor| "domain.spad" 160200 160217 160508 160513) (|CyclicStreamTools| "stream.spad" 159430 159458 160190 160195) (|ComplexRootFindingPackage| "crfp.spad" 153179 153215 159420 159425) (|CoerceAst| "syntax.spad" 152892 152907 153169 153174) (|CRApackage| "cra.spad" 151951 151969 152882 152887) (|ComplexPatternMatch| "gaussian.spad" 151413 151445 151851 151856) (|CharacteristicPolynomialInMonogenicalAlgebra| "algcat.spad" 151076 151137 151403 151408) (|CoordinateSystems| "coordsys.spad" 146070 146095 151066 151071) (|Contour| "any.spad" 145492 145505 146060 146065) (|ContinuedFraction| "contfrac.spad" 141240 141265 145407 145487) (|Conduit| "net.spad" 140993 141006 141230 141235) (|CommutativeRing| "catdef.spad" 140682 140703 140959 140988) (|SubSpaceComponentProperty| "newpoint.spad" 140177 140208 140672 140677) (|ComplexPattern| "gaussian.spad" 139932 139959 140167 140172) (|ComplexFunctions2| "gaussian.spad" 139632 139659 139922 139927) (|Complex| "gaussian.spad" 136844 136859 137093 137467) (|CompilerPackage| "compiler.spad" 136380 136401 136834 136839) (|ComplexFactorization| "gaussian.spad" 135964 135996 136370 136375) (|ComplexCategory| "gaussian.spad" 133910 133933 135585 135959) (|ComplexCategory&| "gaussian.spad" 131487 131513 133165 133170) (|CommutativeOperatorCategory| "catdef.spad" 131209 131245 131347 131482) (|CommutativeOperation| "catdef.spad" 130781 130810 131069 131204) (|CommuteUnivariatePolynomialCategory| "polycat.spad" 130496 130547 130771 130776) (|CommonOperators| "op.spad" 130016 130037 130486 130491) (|CommaAst| "syntax.spad" 129773 129787 130006 130011) (|Commutator| "fnla.spad" 129576 129592 129763 129768) (|CombinatorialOpsCategory| "combfunc.spad" 128477 128507 129566 129571) (|IntegerCombinatoricFunctions| "combinat.spad" 127218 127254 128467 128472) (|CombinatorialFunction| "combfunc.spad" 124625 124656 127208 127213) (|Color| "color.spad" 123459 123470 124615 124620) (|ColonAst| "syntax.spad" 123119 123133 123449 123454) (|ComplexRootPackage| "cmplxrt.spad" 122814 122847 123109 123114) (|CollectAst| "syntax.spad" 122468 122484 122804 122809) (|TwoDimensionalPlotClipping| "clip.spad" 118552 118584 122458 122463) (|CliffordAlgebra| "clifford.spad" 117379 117408 118542 118547) (|Collection| "aggcat.spad" 115577 115595 117369 117374) (|Collection&| "aggcat.spad" 113594 113615 115389 115394) (|ComplexIntegerSolveLinearPolynomialEquation| "gaussian.spad" 112908 112962 113584 113589) (|ChangeOfVariable| "curve.spad" 111036 111068 112898 112903) (|CharacteristicZero| "catdef.spad" 110945 110969 111026 111031) (|CharacteristicPolynomialPackage| "eigen.spad" 110442 110481 110935 110940) (|CharacteristicNonZero| "catdef.spad" 110195 110222 110432 110437) (|Character| "string.spad" 107556 107571 110185 110190) (|CombinatorialFunctionCategory| "trigcat.spad" 106857 106892 107546 107551) (|CommonDenominator| "cden.spad" 106062 106091 106847 106852) (|CharacterClass| "string.spad" 104294 104314 105568 105599) (|Category| "domain.spad" 103362 103376 104284 104289) (|CategoryConstructor| "domain.spad" 103236 103261 103352 103357) (|CategoryAst| "syntax.spad" 102853 102870 103226 103231) (|CaseAst| "syntax.spad" 102562 102575 102843 102848) (|CartesianTensorFunctions2| "carten.spad" 101929 101979 102552 102557) (|CartesianTensor| "carten.spad" 97668 97705 101919 101924) (|CardinalNumber| "card.spad" 94943 94963 97634 97663) (|CapsuleAst| "syntax.spad" 94717 94733 94933 94938) (|CachableSet| "kl.spad" 94332 94349 94707 94712) (|CancellationAbelianMonoid| "catdef.spad" 93868 93899 94322 94327) (|ByteOrder| "data.spad" 93536 93551 93858 93863) (|ByteBuffer| "data.spad" 91756 91772 92970 92975) (|Byte| "data.spad" 91229 91239 91746 91751) (|BinaryTree| "tree.spad" 90362 90380 90904 90909) (|BinaryTournament| "tree.spad" 89421 89445 90037 90042) (|BinaryTreeCategory| "tree.spad" 88984 89010 89411 89416) (|BinaryTreeCategory&| "tree.spad" 88544 88573 88974 88979) (|BitAggregate| "aggcat.spad" 88022 88040 88534 88539) (|BitAggregate&| "aggcat.spad" 87497 87518 88012 88017) (|BinarySearchTree| "tree.spad" 86292 86316 87172 87177) (|BrillhartTests| "brill.spad" 84485 84508 86282 86287) (|BinaryRecursiveAggregate| "aggcat.spad" 83419 83451 84475 84480) (|BinaryRecursiveAggregate&| "aggcat.spad" 82266 82301 83325 83330) (|BalancedPAdicRational| "padic.spad" 80412 80443 80678 80758) (|BalancedPAdicInteger| "padic.spad" 80083 80113 80355 80407) (|BoundIntegerRoots| "oderf.spad" 79728 79756 80073 80078) (|BasicOperatorFunctions1| "op.spad" 77165 77196 79718 79723) (|BasicOperator| "op.spad" 72296 72315 77155 77160) (|Boolean| "boolean.spad" 71839 71852 72286 72291) (|BooleanLogic| "logic.spad" 71479 71497 71829 71834) (|BooleanLogic&| "logic.spad" 71116 71137 71469 71474) (|BiModule| "catdef.spad" 70949 70967 71106 71111) (|Bits| "boolean.spad" 70222 70232 70439 70444) (|BinaryOperatorCategory| "catdef.spad" 70084 70115 70212 70217) (|BinaryOperation| "catdef.spad" 69821 69845 70074 70079) (|Binding| "any.spad" 69237 69250 69811 69816) (|BinaryExpansion| "radix.spad" 67406 67427 67775 67855) (|BagAggregate| "aggcat.spad" 66725 66745 67396 67401) (|BagAggregate&| "aggcat.spad" 66041 66064 66715 66720) (|BezoutMatrix| "bezout.spad" 65163 65200 65983 65988) (|BalancedBinaryTree| "tree.spad" 62092 62118 64838 64843) (|BasicType| "catdef.spad" 61584 61599 62082 62087) (|BasicType&| "catdef.spad" 61073 61091 61574 61579) (|BalancedFactorisation| "oderf.spad" 60513 60545 61063 61068) (|Automorphism| "ore.spad" 59963 59983 60503 60508) (|AttributeRegistry| "attreg.spad" 58271 58294 59774 59958) (|AttributeAst| "syntax.spad" 57977 57995 58261 58266) (|ArcTrigonometricFunctionCategory| "trigcat.spad" 57416 57454 57967 57972) (|ArcTrigonometricFunctionCategory&| "trigcat.spad" 56852 56893 57406 57411) (|AbstractSyntaxCategory| "syntax.spad" 56735 56763 56842 56847) (|AbstractSyntaxCategory&| "syntax.spad" 56615 56646 56725 56730) (|ArrayStack| "bags.spad" 56084 56102 56361 56366) (|AssociatedEquations| "lodof.spad" 54897 54926 56037 56042) (|TwoDimensionalArray| "array2.spad" 54476 54503 54643 54648) (|OneDimensionalArrayFunctions2| "array1.spad" 53161 53200 54466 54471) (|OneDimensionalArray| "array1.spad" 52191 52218 52555 52560) (|TwoDimensionalArrayCategory| "array2.spad" 48474 48521 52181 52186) (|TwoDimensionalArrayCategory&| "array2.spad" 44754 44804 48464 48469) (|Arity| "term.spad" 44122 44133 44744 44749) (|ApplyRules| "rule.spad" 43401 43428 44112 44117) (|ApplyUnivariateSkewPolynomial| "ore.spad" 42992 43033 43391 43396) (|AnyFunctions1| "any.spad" 42051 42072 42982 42987) (|Any| "any.spad" 40900 40909 42041 42046) (|AntiSymm| "derham.spad" 39476 39499 40890 40895) (|AnonymousFunction| "variable.spad" 39169 39192 39466 39471) (|AlgebraicNumber| "constant.spad" 37618 37639 38995 39075) (|AbelianMonoidRing| "polycat.spad" 35924 35951 37508 37613) (|AbelianMonoidRing&| "polycat.spad" 34020 34050 35607 35612) (|AssociationList| "list.spad" 32544 32579 32908 32913) (|AlgebraGivenByStructuralConstants| "naalg.spad" 31680 31738 32449 32454) (|AlgebraPackage| "naalg.spad" 27437 27461 31623 31628) (|AlgebraicMultFact| "multfact.spad" 26614 26644 27427 27432) (|AlgebraicManipulations| "manip.spad" 24064 24096 26424 26429) (|AlgebraicFunctionField| "curve.spad" 22804 22852 23042 23174) (|AlgFactor| "algfact.spad" 21915 21933 22794 22799) (|Algebra| "catdef.spad" 21776 21791 21905 21910) (|Algebra&| "catdef.spad" 21634 21652 21766 21771) (|AssociationListAggregate| "aggcat.spad" 21149 21193 21624 21629) (|ArcHyperbolicFunctionCategory| "trigcat.spad" 20502 20537 21139 21144) (|Aggregate| "aggcat.spad" 19401 19416 20492 20497) (|Aggregate&| "aggcat.spad" 18297 18315 19391 19396) (|AlgebraicFunction| "algfunc.spad" 16714 16741 18230 18235) (|AddAst| "syntax.spad" 16395 16407 16704 16709) (|PlaneAlgebraicCurvePlot| "acplot.spad" 15250 15279 16385 16390) (|AlgebraicallyClosedFunctionSpace| "algfunc.spad" 13089 13129 15165 15245) (|AlgebraicallyClosedFunctionSpace&| "algfunc.spad" 11000 11043 13079 13084) (|AlgebraicallyClosedField| "algfunc.spad" 7744 7774 10915 10995) (|AlgebraicallyClosedField&| "algfunc.spad" 4560 4593 7734 7739) (|AbelianSemiGroup| "catdef.spad" 4086 4108 4550 4555) (|AbelianSemiGroup&| "catdef.spad" 3609 3634 4076 4081) (|AbelianMonoid| "catdef.spad" 3025 3044 3599 3604) (|AbelianMonoid&| "catdef.spad" 2438 2460 3015 3020) (|AbelianGroup| "catdef.spad" 2092 2110 2428 2433) (|AbelianGroup&| "catdef.spad" 1743 1764 2082 2087) (|OneDimensionalArrayAggregate| "aggcat.spad" 888 924 1733 1738) (|OneDimensionalArrayAggregate&| "aggcat.spad" 30 69 878 883)) \ No newline at end of file