JAutoDiff

nilgiri.math.autodiff
Interface Differential<V,D>

Type Parameters:
V -
D -
All Known Subinterfaces:
DifferentialMatrixFunction<X>, DifferentialVectorFunction<X>
All Known Implementing Classes:
AbstractBinaryFunction, AbstractUnaryFunction, Constant, DifferentialFunction, Inverse, Negative, One, PolynomialTerm, Product, Sum, Variable, Zero

public interface Differential<V,D>

This interface Differential<X, D> indicates objects implements this are differential with respect to V and the derivatives are of D.


Method Summary
 D diff(V i_v)
          Returns an object of D whose value is the derivative with respect to i_v.
 

Method Detail

diff

D diff(V i_v)
Returns an object of D whose value is the derivative with respect to i_v.

Parameters:
i_v -
Returns:
the derivative with respect to i_v.

JAutoDiff

JAutoDiff website