Package | Description |
---|---|
numerics |
Modifier and Type | Class and Description |
---|---|
class |
PolynomialFunction1D
Represents a polynomial function of any degree with one variable {x}.
|
class |
PolynomialFunction2D
Represents a polynomial function of any degree with two variables {x, y}.
|
Modifier and Type | Method and Description |
---|---|
static PolynomialFunction[] |
PolynomialFunction.readFunctions(java.lang.String file)
Reads a function from a file.
|