Uses of Class
jmathlib.Curve

Uses of Curve in jmathlib
 

Fields in jmathlib declared as Curve
protected  Curve AbstractOdeSolver.results
          A Vector that stores computation results, each element being an array of double of type {t,x_1(t),...
 

Methods in jmathlib that return Curve
 Curve AbstractOdeSolver.getResults()
           
 

Methods in jmathlib with parameters of type Curve
 void Curve.join(Curve c)
           
 void Plotter.addCurve(Curve curve)
          Add the given curve to the list of curves
 

Constructors in jmathlib with parameters of type Curve
Curve(Curve c)
          Creates a new Curve from the given curve
Plotter(Curve curve, java.lang.String title, java.awt.Color backGround, Axis xAxis, Axis yAxis)
          Construct a new plotter
 



jmathlib/ABMOdeSolver.java