|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmath.RootFinder
public class RootFinder
| Constructor Summary | |
|---|---|
RootFinder()
|
|
| Method Summary | |
|---|---|
static double |
bisection(double a,
double b,
Function1D fi)
|
static double |
falsePosition(double a,
double b,
Function1D fi)
|
static void |
main(java.lang.String[] args)
|
static double |
secant(double a,
double b,
Function1D fi)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RootFinder()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
public static double bisection(double a,
double b,
Function1D fi)
public static final double falsePosition(double a,
double b,
Function1D fi)
public static final double secant(double a,
double b,
Function1D fi)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||