|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Polynomial
A Polynomial as a Ring.Member over a Field
| Field Summary | |
|---|---|
static double |
POLYEPS
EPS for equality testing |
| Method Summary | |
|---|---|
int |
degree()
The degree |
Polynomial |
divide(Field.Member a)
Return a new Polynomial with coefficients divided by a |
Field.Member |
getCoefficient(int k)
Get the coefficient of degree k, i.e. |
Field.Member[] |
getCoefficients()
Get the coefficients as an array |
Polynomial |
multiply(Field.Member a)
Return a new Polynomial with coefficients multiplied by a |
| Methods inherited from interface JSci.maths.fields.Ring.Member |
|---|
multiply |
| Methods inherited from interface JSci.maths.groups.AbelianGroup.Member |
|---|
add, negate, subtract |
| Field Detail |
|---|
static final double POLYEPS
| Method Detail |
|---|
Field.Member getCoefficient(int k)
k - degree
Field.Member[] getCoefficients()
int degree()
Polynomial divide(Field.Member a)
a - divisor
Polynomial multiply(Field.Member a)
a - factor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||