public class Lentz
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ALL_PARTS |
static int |
EVEN_PARTS |
protected java.util.Vector |
historyA |
protected java.util.Vector |
historyB |
static int |
ODD_PARTS |
Constructor and Description |
---|
Lentz() |
Lentz(ContinuedFractionFunction f) |
Modifier and Type | Method and Description |
---|---|
void |
calculatePart(int e) |
DblMatrix |
convergent() |
DblMatrix |
convergent(int n) |
java.util.Vector |
getHistoryA() |
java.util.Vector |
getHistoryB() |
DblMatrix |
getResult() |
DblMatrix |
getTol() |
void |
givenPart(int e) |
void |
run() |
void |
setFun(ContinuedFractionFunction a) |
void |
setTiny(java.lang.Double e) |
void |
setTol(DblMatrix e) |
public static final int EVEN_PARTS
public static final int ODD_PARTS
public static final int ALL_PARTS
protected java.util.Vector historyA
protected java.util.Vector historyB
public Lentz()
public Lentz(ContinuedFractionFunction f)
public void setTol(DblMatrix e)
public DblMatrix getTol()
public java.util.Vector getHistoryA()
public java.util.Vector getHistoryB()
public void givenPart(int e)
public void calculatePart(int e)
public void setTiny(java.lang.Double e)
public void setFun(ContinuedFractionFunction a)
public DblMatrix getResult()
public DblMatrix convergent()
public DblMatrix convergent(int n)
public void run()
Copyright © 2011, 2013. Daniel P. Dougherty