|
JAutoDiff | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Constant | |
---|---|
nilgiri.math.autodiff | Provides interfaces and classes to compute derivatives of functions algebraically (automatic differentiation). |
Uses of Constant in nilgiri.math.autodiff |
---|
Subclasses of Constant in nilgiri.math.autodiff | |
---|---|
class |
One<X extends Field<X>>
This class represents the unit element of X forms a field. |
class |
Zero<X extends Field<X>>
This class represents the zero element of X forms a field. |
Methods in nilgiri.math.autodiff that return Constant | |
---|---|
Constant<X> |
DifferentialRealFunctionFactory.constant(X i_x)
|
Constant<X> |
Variable.diff(Variable<X> i_v)
|
Methods in nilgiri.math.autodiff with parameters of type Constant | |
---|---|
DifferentialFunction<X> |
DifferentialRealFunctionFactory.pow(DifferentialFunction<X> i_x,
Constant<X> i_y)
|
|
JAutoDiff | |||||||||
PREV NEXT | FRAMES NO FRAMES |