type, systemType, monomInterface, coeffInterface) |
type
:
Value of type |
Polynomial representation |
---|---|
"PolyList" | is a singly linked list of the polynomial terms |
"PolyArray" | is an array of pointers to the polynomial terms |
systemType
:
monomInterface
:
coeffInterface
: The class PolyInterface contains the following methods:
) |