Interface | Description |
---|---|
RootFinderStrategy |
Strategy interface for concrete strategy classes that can find the root of a function.
|
SingleParameterFunction |
Abstraction of a mathematical function that accepts a single parameter.
|
Class | Description |
---|---|
AbstractRootFinder |
Superclass for classes that will find a root of a mathematical function.
|
Base |
Constants for the different number bases.
|
Bisection |
Finds the roots of a function within a defined interval, using the Bisection
method.
|
CBigDecimal |
Abstraction of a decimal number with almost unlimited precision that extends
BigDecimal . |
CBigInteger |
Collection of mathematical methods that operate on integers (of unlimited size).
|
CBigInteger.FibonacciIterator |
Iterator suitable for iterating over all the Fibonacci numbers in sequence.
|
CBoolean |
Utility class for booleans.
|
CByte |
This class wraps a primitive byte value.
|
CDouble |
This class wraps a primitive double value.
|
CFloat |
This class wraps a primitive float value.
|
CInteger |
This class wraps a primitive integer value.
|
CLong |
This class wraps a primitive long value.
|
CLong.FibonacciIterator |
Iterator suitable for iterating over all the Fibonacci numbers in sequence.
|
Combinations<T> |
Mathematical utility class that handles combinations.
|
Complex |
Abstraction of a Complex number.
|
CRational |
Abstraction of a Rational number.
|
CShort |
This class wraps a primitive short value.
|
CStatistics |
Mathematical utility class to calculate statistical values like average and
minimum value and maximum value of a list of values.
|
FunctionInterval |
Abstraction of an interval of a function.
|
MathConstants |
A collection of math related constants that could not be stored one of the
primitive wrapper classes or are better stored here since they are of
constant type.
|
ModuloCheck |
Utility class to perform checks based upon some kind of modulo algorithm.
|
PrimeFactor |
A prime factor.
|
QuadraticEquation |
Represents a Quadratic Equation that is solved by using the Quadratic
Formula.
|
RegulaFalsi |
Finds the roots of a function within a defined interval, using the Regula
Falsi (False Position) method.
|
RomanNumbers |
Utility class for the conversion of Roman numbers to Arabic numbers and
vice versa.
|
RootFinderContext |
Context to find a root of a function using different strategies.
|
Copyright © 2008–2018. All rights reserved.