Class RecursiveSequence<T>
java.lang.Object
org.episteme.core.mathematics.analysis.series.RecursiveSequence<T>
- All Implemented Interfaces:
Function<Natural,T>, Function<Natural, T>, Relation<Natural, T>, Sequence<T>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Function
andThen, compose, contains, evaluate, getBackend, isContinuous, isDifferentiable, setBackendMethods inherited from interface Relation
getCodomain
-
Constructor Details
-
RecursiveSequence
public RecursiveSequence()
-
-
Method Details
-
calculate
-
get
-
clearCache
public void clearCache()Clears the memoization cache.
-