aboutsummaryrefslogtreecommitdiff
path: root/src/interp/i-analy.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/i-analy.boot')
-rw-r--r--src/interp/i-analy.boot15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/interp/i-analy.boot b/src/interp/i-analy.boot
index 41ee4c9d..f984ac11 100644
--- a/src/interp/i-analy.boot
+++ b/src/interp/i-analy.boot
@@ -1,5 +1,7 @@
-- Copyright (c) 1991-2002, The Numerical ALgorithms Group Ltd.
-- All rights reserved.
+-- Copyright (C) 2007-2008, Gabriel Dos Reis.
+-- All rights reserved.
--
-- Redistribution and use in source and binary forms, with or without
-- modification, are permitted provided that the following conditions are
@@ -33,6 +35,19 @@
import '"i-object"
)package "BOOT"
+$univariateDomains ==
+ '(UnivariatePolynomial
+ UnivariateTaylorSeries
+ UnivariateLaurentSeries
+ UnivariatePuiseuxSeries)
+
+$multivariateDomains ==
+ '(MultivariatePolynomial
+ DistributedMultivariatePolynomial
+ HomogeneousDistributedMultivariatePolynomial
+ GeneralDistributedMultivariatePolynomial)
+
+
--% Interpreter Analysis Functions
getMinimalVariableTower(var,t) ==