|
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.Constant<X>
nilgiri.math.autodiff.One<X>
X
- A set forms a field.public class One<X extends Field<X>>
This class represents the unit element of X forms a field.
Constructor Summary | |
---|---|
One(AbstractFieldFactory<X> i_factory)
Constructs an object whose value is one. |
Method Summary | |
---|---|
DifferentialFunction<X> |
mul(DifferentialFunction<X> i_v)
Returns an object of X whose value is the product (this * i_v). |
Methods inherited from class nilgiri.math.autodiff.Constant |
---|
diff, getValue, inverse, isConstant, negate, toString |
Methods inherited from class nilgiri.math.autodiff.DifferentialFunction |
---|
div, isVariable, minus, mul, plus, pow |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public One(AbstractFieldFactory<X> i_factory)
i_factory
- Method Detail |
---|
public DifferentialFunction<X> mul(DifferentialFunction<X> i_v)
Ring
mul
in interface Ring<DifferentialFunction<X extends Field<X>>>
mul
in class DifferentialFunction<X extends Field<X>>
|
JAutoDiff | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |