All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface CH.epfl.lcvm.mccc.Continuation2D

public interface Continuation2D
A interface which defines a 2D continuation method. This interface doesn't define very many functions since multiparameter continuation methods can have very different stepping schemes.


Method Index

 o setStepSize(double)
Sets the initial step size for the continuation method
 o start(Matrix)
Start a continuation by taking one step of the algorithm

Methods

 o start
 public abstract void start(Matrix value) throws MCCCException
Start a continuation by taking one step of the algorithm

Parameters:
value - Initial value to the solver
Returns:
the value of the equations after the step
Throws: MCCCException
In case the method doesn't converge it throws this exception
 o setStepSize
 public abstract void setStepSize(double stepSize)
Sets the initial step size for the continuation method

Parameters:
stepSize - The initial stepsize

All Packages  Class Hierarchy  This Package  Previous  Next  Index