scalation

calculus

package calculus

The calculus package contains a class with methods for computing derivatives, gradients and Jacobians.

Visibility
  1. Public
  2. All

Value Members

  1. object Calculus extends AnyRef

    This object contains function for computing derivatives, gradients and Jacobians.

  2. object CalculusTest extends App

    This object is used to test the Calculus object.

  3. object CalculusTest2 extends App

    This 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.