public abstract class AbstractErfAlgorithm extends java.lang.Object implements ErfAlgorithm
Constructor and Description |
---|
AbstractErfAlgorithm() |
Modifier and Type | Method and Description |
---|---|
abstract DblMatrix |
erf(DblMatrix x) |
abstract DblMatrix |
erfc(DblMatrix x) |
public abstract DblMatrix erf(DblMatrix x)
erf
in interface ErfAlgorithm
public abstract DblMatrix erfc(DblMatrix x)
erfc
in interface ErfAlgorithm