public abstract class RootFindLinear extends Object implements RootFinder
Modifier and Type | Field and Description |
---|---|
private int |
_max_iter |
static int |
INVALID_FUNCTION_CALL |
static int |
INVALID_LIMITS |
static int |
OK |
static int |
OUT_OF_RANGE |
static int |
TOO_MANY_ITERATIONS |
Constructor and Description |
---|
RootFindLinear()
Create a new instance of RootFindLinear
|
Modifier and Type | Method and Description |
---|---|
StatusDouble |
solve(double x1,
double x2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
evaluate
private int _max_iter
public static final int OK
public static final int INVALID_LIMITS
public static final int INVALID_FUNCTION_CALL
public static final int OUT_OF_RANGE
public static final int TOO_MANY_ITERATIONS
public StatusDouble solve(double x1, double x2)
solve
in interface RootFinder
Copyright © 2016 Linear Collider Detector (LCD). All rights reserved.