|
JScience v3.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavolution.context.RealtimeObject
org.jscience.mathematics.functions.Function<R,R>
org.jscience.mathematics.functions.Polynomial<R>
org.jscience.mathematics.functions.Constant<R>
public final class Constant<R extends Ring<R>>
This class represents a constant function (polynomial of degree 0).
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javolution.context.RealtimeObject |
|---|
RealtimeObject.Factory<T extends RealtimeObject> |
| Nested classes/interfaces inherited from interface javolution.context.Realtime |
|---|
Realtime.ObjectSpace |
| Method Summary | ||
|---|---|---|
R |
getValue()
Returns the constant value for this function. |
|
static
|
valueOf(R value)
Returns a constant function of specified value. |
|
| Methods inherited from class org.jscience.mathematics.functions.Polynomial |
|---|
compose, compose, differentiate, equals, evaluate, getCoefficient, getOrder, getTerms, getVariables, hashCode, integrate, minus, minus, move, opposite, plus, plus, plus, pow, times, times, times, toText, valueOf, valueOf |
| Methods inherited from class org.jscience.mathematics.functions.Function |
|---|
divide, evaluate, evaluate, getVariable |
| Methods inherited from class javolution.context.RealtimeObject |
|---|
export, isLocal, moveHeap, preserve, toString, unpreserve |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static <R extends Ring<R>> Constant<R> valueOf(R value)
value - the value returned by this function.
public R getValue()
getCoefficient(Term.CONSTANT)
|
JScience v3.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||