Add CurveCommand, BlockCommand, ColumnAccessCommand, and ColumnAddingCommand.
authorW. Trevor King <wking@drexel.edu>
Wed, 11 Aug 2010 18:09:22 +0000 (14:09 -0400)
committerW. Trevor King <wking@drexel.edu>
Wed, 11 Aug 2010 18:09:22 +0000 (14:09 -0400)
commit4cf263aabeac8f1c45ce69d08c401cb54fa1eb34
tree8350200db771c532b9391d19bbd37c25283996cc
parent2c4893af8a07d5e2bf35534b26bb1500876e285b
Add CurveCommand, BlockCommand, ColumnAccessCommand, and ColumnAddingCommand.

Added to hooke.plugin.curve.  These abstract out the boring
bookkeeping from many commands (so far only the ones in plugin.curve).

Also add test/derivative.py and rework hooke.util.calculus.derivative
to be less block-centric.
hooke/plugin/curve.py
hooke/util/calculus.py
test/derivative.py [new file with mode: 0644]
test/difference.py