|
JAutoDiff | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnilgiri.math.autodiff.DifferentialFunction<X>
nilgiri.math.autodiff.AbstractUnaryFunction<X>
X
- A set forms a field.public abstract class AbstractUnaryFunction<X extends Field<X>>
An abstract function requires one argument in X.
Constructor Summary | |
---|---|
AbstractUnaryFunction(DifferentialFunction<X> i_v)
Constructs a new AbstractUnaryFunction. |
Method Summary | |
---|---|
DifferentialFunction<X> |
arg()
Returns the argument of this function. |
Methods inherited from class nilgiri.math.autodiff.DifferentialFunction |
---|
diff, div, getValue, inverse, isConstant, isVariable, minus, mul, mul, negate, plus, pow, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AbstractUnaryFunction(DifferentialFunction<X> i_v)
i_v
- the argument.Method Detail |
---|
public DifferentialFunction<X> arg()
|
JAutoDiff | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |