Class Bern1D.ZeroBern1D
- java.lang.Object
-
- com.singularsys.extexamples.applets.Bern1D
-
- com.singularsys.extexamples.applets.Bern1D.ZeroBern1D
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.singularsys.extexamples.applets.Bern1D
Bern1D.BinBern, Bern1D.NegBern1D, Bern1D.PosBern1D, Bern1D.ZeroBern1D
-
-
Constructor Summary
Constructors Constructor Description ZeroBern1D()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intallOneSign()Test if all coefficient are strictly the same sign.Bern1Ddiff()doubleevaluate(double root)Bern1D.BinBernreduce()java.lang.StringtoString()-
Methods inherited from class com.singularsys.extexamples.applets.Bern1D
allOneSignDeriv, formbernstein1D
-
-
-
-
Method Detail
-
allOneSign
public int allOneSign()
Description copied from class:Bern1DTest if all coefficient are strictly the same sign.- Overrides:
allOneSignin classBern1D- Returns:
- tree if all positive or all negative false otherwise
-
diff
public Bern1D diff() throws JepException
- Overrides:
diffin classBern1D- Throws:
JepException- by subclsses
-
reduce
public Bern1D.BinBern reduce()
-
-