All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class phaser.algorithm.util.Derivative

java.lang.Object
   |
   +----phaser.algorithm.util.Derivative

public abstract class Derivative
extends Object
implements Serializable

Variable Index

 o UROUND

Constructor Index

 o Derivative()

Method Index

 o derive(Equation, double[], int, int, double)
 o jacobian(Equation, double[], double)

Variables

 o UROUND
 public double UROUND

Constructors

 o Derivative
 public Derivative()

Methods

 o derive
 public abstract double derive(Equation e,
                               double input[],
                               int no_coord,
                               int no_func,
                               double time) throws Exception
 o jacobian
 public Matrix jacobian(Equation e,
                        double input[],
                        double time) throws Exception

All Packages  Class Hierarchy  This Package  Previous  Next  Index