|
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.AbstractBinaryFunction<X>
X - A set forms a field.public abstract class AbstractBinaryFunction<X extends Field<X>>
An abstract function requires two arguments in X.
| Constructor Summary | |
|---|---|
AbstractBinaryFunction(DifferentialFunction<X> i_v1,
DifferentialFunction<X> i_v2)
Constructs a new AbstractBinaryFunction. |
|
| Method Summary | |
|---|---|
DifferentialFunction<X> |
larg()
Returns the 1st (left) argument of this function. |
DifferentialFunction<X> |
rarg()
Returns the 2nd (right) 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 AbstractBinaryFunction(DifferentialFunction<X> i_v1,
DifferentialFunction<X> i_v2)
i_v1 - the 1st (left) argument.i_v2 - the 2nd (right) argument.| Method Detail |
|---|
public DifferentialFunction<X> larg()
public DifferentialFunction<X> rarg()
|
JAutoDiff | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||