Class PartialFraction<C extends GcdRingElem<C>>

java.lang.Object
edu.jas.ufd.PartialFraction<C>
Type Parameters:
C - coefficient type
All Implemented Interfaces:
Serializable

public class PartialFraction<C extends GcdRingElem<C>> extends Object implements Serializable
Container for the partial fraction decomposition of a squarefree denominator. num/den = sum( a_i / d_i )
Author:
Heinz Kredel
See Also: