diff options
author | dos-reis <gdr@axiomatics.org> | 2008-08-31 20:28:57 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-08-31 20:28:57 +0000 |
commit | c7514825ba2dfd72261b2049d826c36b2e5c0593 (patch) | |
tree | c791e0ca6693ad12f0a651258400ce758e019f61 /src/algebra/fortpak.spad.pamphlet | |
parent | 8483558c6e9bcbe9dd464981f0a8fe5922a9809b (diff) | |
download | open-axiom-c7514825ba2dfd72261b2049d826c36b2e5c0593.tar.gz |
* algebra/aggcat.spad.pamphlet (FiniteLinearAggregate): Remove
duplicate definition of reverse.
* algebra/algcat.spad.pamphlet (FramedAlgebra): Remove duplicate
definition of regularRepresentation. Explicitly disambiguate
the argument of coodinates.
* algebra/efupxs.spad.pamphlet
(ElementaryFunctionsUnivariatePuiseuxSeries): Remove duplicate
definition of asinhIfCan, acoshIfCan, asechIfCan, acshIfCan.
* algebra/equation2.spad.pamphlet (Equation): Remove duplicate
definition of *: (S,%) -> %.
* algebra/fortpak.spad.pamphlet (MultiVariableCalculusFunctions):
Remove duplicate definition of jacobian.
* algebra/tree.spad.pamphlet (BinaryTree): Remove duplicate
definition of empty.
Diffstat (limited to 'src/algebra/fortpak.spad.pamphlet')
-rw-r--r-- | src/algebra/fortpak.spad.pamphlet | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/algebra/fortpak.spad.pamphlet b/src/algebra/fortpak.spad.pamphlet index 5f3fb1e6..b3ae68a3 100644 --- a/src/algebra/fortpak.spad.pamphlet +++ b/src/algebra/fortpak.spad.pamphlet @@ -588,10 +588,6 @@ MultiVariableCalculusFunctions(S,F,FLAF,FLAS) : Exports == Implementation where for j in 1 .. (n-iw+1) repeat (_ setelt(bandM,iw,j,D(v,[xlist(j),xlist(j+iw-1)])) ) ) bandM - jacobian(vf,xflas) == - xlist:List(S) := parts(xflas) - i: PI - matrix([[D(vf(i),x) for x in xlist] for i in 1 .. maxIndex(vf)]) bandedJacobian(vf,xflas,kl,ku) == xlist:List(S) := parts(xflas) j,iw: PI |