Bouncy Castle Rendering Toolkit 1.0

org.bouncycastle.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)

Bouncy Castle Rendering Toolkit 1.0