|
Class Summary |
| Bisection |
Implements the bisection method for find the root of a function. |
| DComplex |
Cette classe représente un nombre complexe et propose des opérations algébriques sur ceux ci. |
| DVect |
Cette classe modélise un vecteur de double et fournit des méthodes de calculs sur ce vecteur. |
| FixPoint |
This class implements the fix point method to solve the equation f(x) = x, where f is a function R^n->R^n. |
| InsertionSort |
This class extends Sort and implements the Insertion sort. |
| ParseFunction |
This class will parse a function definition and solve it returning the
value. |
| Polynomial |
This class represents a Polynom with real coefficients. |
| RootFinder1D |
RootFinder1D is the superclass of solving methods for f(x) = 0 where f : R->R. |
| ScanString |
This class is similar to the ScanWord class, except it scans a string
for keywords rather than an input stream. |
| Sort |
Sort is the superclass of sorting methods. |
| SpecialFunction |
This class contains physical constants and special functions not found
in the java.lang.Math class. |