The Calculus
object contains function for computing derivatives, gradients
and Jacobians.
The CalculusTest
object is used to test the Calculus
object.
The CalculusTest2
object is used to test the Calculus
object showing trade-offs
of using 1-sided and 2-sided derivative approximations as well as different
values for h.
The calculus package contains a class with methods for computing derivatives, gradients and Jacobians.