XJRT Rendering Toolkit 1.0b06

org.autochthonous.math
Interface Solver

All Known Implementing Classes:
SturmSolver

public interface Solver


Method Summary
 boolean findRoot(double min, double max, double[] root)
           
 void init(double[] coefs)
           
 

Method Detail

init

public void init(double[] coefs)

findRoot

public boolean findRoot(double min,
                        double max,
                        double[] root)

XJRT Rendering Toolkit 1.0b06