public class RootFinderInvErfAlgorithm extends AbstractInvErfAlgorithm
Constructor and Description |
---|
RootFinderInvErfAlgorithm() |
RootFinderInvErfAlgorithm(Erf ef) |
Modifier and Type | Method and Description |
---|---|
Erf |
getErf() |
DblMatrix |
invErf(DblMatrix x) |
void |
setErf(Erf ef) |
public RootFinderInvErfAlgorithm()
public RootFinderInvErfAlgorithm(Erf ef)
public void setErf(Erf ef)
public Erf getErf()
public DblMatrix invErf(DblMatrix x)
invErf
in interface InvErfAlgorithm
invErf
in class AbstractInvErfAlgorithm