com.yobotics.simulationconstructionset.mathfunctions
Class QuarticRootFinder

java.lang.Object
  extended by com.yobotics.simulationconstructionset.mathfunctions.QuarticRootFinder
All Implemented Interfaces:
java.io.Serializable

public class QuarticRootFinder
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
QuarticRootFinder()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 int SolveCubic(double[] c, double[] s)
           
 int SolveQuadric(double[] c, double[] s)
           
 int SolveQuartic(double[] c, double[] s)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuarticRootFinder

public QuarticRootFinder()
Method Detail

main

public static void main(java.lang.String[] args)

SolveQuadric

public int SolveQuadric(double[] c,
                        double[] s)

SolveCubic

public int SolveCubic(double[] c,
                      double[] s)

SolveQuartic

public int SolveQuartic(double[] c,
                        double[] s)