JAutoDiff

nilgiri.math
Interface RealNumber<X>

Type Parameters:
X - Real numbers.
All Superinterfaces:
CommutativeGroup<X>, CommutativeRing<X>, Field<X>, Group<X>, Ring<X>
All Known Implementing Classes:
DoubleReal

public interface RealNumber<X>
extends Field<X>

A class X implements the RealNumber<X> interface indicates that X expresses real numbers.


Method Summary
 
Methods inherited from interface nilgiri.math.Field
div, inverse
 
Methods inherited from interface nilgiri.math.Ring
mul, pow
 
Methods inherited from interface nilgiri.math.Group
minus, mul, negate, plus
 


JAutoDiff

JAutoDiff website