scalation

calculus

package calculus

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

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. calculus
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. object Calculus

    The Calculus object contains function for computing derivatives, gradients and Jacobians.

  2. object CalculusTest extends App

    The CalculusTest object is used to test the Calculus object.

  3. object CalculusTest2 extends App

    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.

Inherited from AnyRef

Inherited from Any

Ungrouped