com.yobotics.simulationconstructionset.mathfunctions
Class QuarticRootFinder
java.lang.Object
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuarticRootFinder
public QuarticRootFinder()
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)