| Package | Description | 
|---|---|
| org.hipparchus.clustering | 
 Clustering algorithms. 
 | 
| org.hipparchus.exception | 
 Specialized exceptions for algorithms errors. 
 | 
| org.hipparchus.geometry | 
 
 This package is the top level package for geometry. 
 | 
| org.hipparchus.migration | 
 
 This package provides migration classes from Apache Commons Math to Hipparchus. 
 | 
| org.hipparchus.migration.exception | 
 
 This package provides migration classes from Apache Commons Math to Hipparchus. 
 | 
| org.hipparchus.migration.exception.util | 
 
 This package provides migration classes from Apache Commons Math to Hipparchus. 
 | 
| org.hipparchus.migration.genetics | 
 
 This package provides migration classes from Apache Commons Math to Hipparchus. 
 | 
| org.hipparchus.migration.geometry.euclidean.threed | 
 
 This package provides migration classes from Apache Commons Math to Hipparchus. 
 | 
| org.hipparchus.migration.stat.regression | 
 
 This package provides migration classes from Apache Commons Math to Hipparchus. 
 | 
| org.hipparchus.ode | 
 
 This package provides classes to solve Ordinary Differential Equations problems. 
 | 
| org.hipparchus.optim | 
 
  Generally, optimizers are algorithms that will either
   
minimize or
  maximize
  a scalar function, called the
  objective
  function. | 
| org.hipparchus.stat | 
 Data storage, manipulation and summary routines. 
 | 
| org.hipparchus.transform | 
 Implementations of transform methods, including Fast Fourier transforms. 
 | 
| org.hipparchus.util | 
 Convenience routines and common data structures used throughout the Hipparchus library. 
 | 
| Modifier and Type | Class | Description | 
|---|---|---|
class  | 
LocalizedClusteringFormats | 
 Enumeration for localized messages formats used in exceptions messages. 
 | 
| Modifier and Type | Class | Description | 
|---|---|---|
class  | 
DummyLocalizable | 
 Dummy implementation of the  
Localizable interface, without localization. | 
class  | 
LocalizedCoreFormats | 
 Enumeration for localized messages formats used in exceptions messages. 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
Localizable | 
LocalizedException.getSpecifier() | 
 Get the localizable specifier of the error message. 
 | 
Localizable | 
MathRuntimeException.getSpecifier() | 
 Get the localizable specifier of the error message. 
 | 
Localizable | 
NullArgumentException.getSpecifier() | 
 Get the localizable specifier of the error message. 
 | 
| Constructor | Description | 
|---|---|
MathIllegalArgumentException(Localizable pattern,
                            Object... args) | 
|
MathIllegalStateException(Throwable cause,
                         Localizable pattern,
                         Object... args) | 
 Simple constructor. 
 | 
MathIllegalStateException(Localizable pattern,
                         Object... args) | 
 Simple constructor. 
 | 
MathRuntimeException(Throwable cause,
                    Localizable specifier,
                    Object... parts) | 
 Simple constructor. 
 | 
MathRuntimeException(Localizable specifier,
                    Object... parts) | 
 Simple constructor. 
 | 
NullArgumentException(Localizable specifier,
                     Object... parts) | 
 Simple constructor. 
 | 
| Modifier and Type | Class | Description | 
|---|---|---|
class  | 
LocalizedGeometryFormats | 
 Enumeration for localized messages formats used in exceptions messages. 
 | 
| Modifier and Type | Class | Description | 
|---|---|---|
class  | 
LocalizedMigrationFormats | 
 Deprecated. 
 
these formats are not used at all, they are intended only
 as a migration help from Apache Commons Math 
 | 
| Constructor | Description | 
|---|---|
ConvergenceException(Localizable pattern,
                    Object... args) | 
 Deprecated.  
Construct the exception with a specific context and arguments. 
 | 
DimensionMismatchException(Localizable specific,
                          int wrong,
                          int expected) | 
 Deprecated.  
Construct an exception from the mismatched dimensions. 
 | 
InsufficientDataException(Localizable pattern,
                         Object... arguments) | 
 Deprecated.  
Construct the exception with a specific context. 
 | 
MathArithmeticException(Localizable pattern,
                       Object... args) | 
 Deprecated.  
Constructor with a specific message. 
 | 
MathIllegalNumberException(Localizable pattern,
                          Number wrong,
                          Object... arguments) | 
 Deprecated.  
Construct an exception. 
 | 
MathInternalError(Localizable pattern,
                 Object... args) | 
 Deprecated.  
Constructor accepting a localized message. 
 | 
MathUnsupportedOperationException(Localizable pattern,
                                 Object... args) | 
 Deprecated.  
  | 
MaxCountExceededException(Localizable specific,
                         Number max,
                         Object... args) | 
 Deprecated.  
Construct the exception with a specific context. 
 | 
MultiDimensionMismatchException(Localizable specific,
                               Integer[] wrong,
                               Integer[] expected) | 
 Deprecated.  
Construct an exception from the mismatched dimensions. 
 | 
NoBracketingException(Localizable specific,
                     double lo,
                     double hi,
                     double fLo,
                     double fHi,
                     Object... args) | 
 Deprecated.  
Construct the exception with a specific context. 
 | 
NoDataException(Localizable specific) | 
 Deprecated.  
Construct the exception with a specific context. 
 | 
NotFiniteNumberException(Localizable specific,
                        Number wrong,
                        Object... args) | 
 Deprecated.  
Construct the exception with a specific context. 
 | 
NotPositiveException(Localizable specific,
                    Number value) | 
 Deprecated.  
Construct the exception with a specific context. 
 | 
NotStrictlyPositiveException(Localizable specific,
                            Number value) | 
 Deprecated.  
Construct the exception with a specific context. 
 | 
NumberIsTooLargeException(Localizable specific,
                         Number wrong,
                         Number max,
                         boolean boundIsAllowed) | 
 Deprecated.  
Construct the exception with a specific context. 
 | 
NumberIsTooSmallException(Localizable specific,
                         Number wrong,
                         Number min,
                         boolean boundIsAllowed) | 
 Deprecated.  
Construct the exception with a specific context. 
 | 
OutOfRangeException(Localizable specific,
                   Number wrong,
                   Number lo,
                   Number hi) | 
 Deprecated.  
Construct an exception from the mismatched dimensions with a
 specific context information. 
 | 
ZeroException(Localizable specific,
             Object... arguments) | 
 Deprecated.  
Construct the exception with a specific context. 
 | 
| Modifier and Type | Class | Description | 
|---|---|---|
class  | 
LocalizedFormats | 
 Deprecated. 
 
this class is only meant as a migration help from Apache Commons Math,
 it is really replaced by  
LocalizedCoreFormats,
 LocalizedGeometryFormats, LocalizedODEFormats,
 LocalizedOptimFormats and LocalizedFFTFormats | 
| Constructor | Description | 
|---|---|
InvalidRepresentationException(Localizable pattern,
                              Object... args) | 
 Deprecated.  
Construct an InvalidRepresentationException with a specialized message. 
 | 
| Constructor | Description | 
|---|---|
NotARotationMatrixException(Localizable specifier,
                           Object... parts) | 
 Deprecated.  
Simple constructor. 
 | 
| Constructor | Description | 
|---|---|
ModelSpecificationException(Localizable pattern,
                           Object... args) | 
 Deprecated.  
  | 
| Modifier and Type | Class | Description | 
|---|---|---|
class  | 
LocalizedODEFormats | 
 Enumeration for localized messages formats used in exceptions messages. 
 | 
| Modifier and Type | Class | Description | 
|---|---|---|
class  | 
LocalizedOptimFormats | 
 Enumeration for localized messages formats used in exceptions messages. 
 | 
| Modifier and Type | Class | Description | 
|---|---|---|
class  | 
LocalizedStatFormats | 
 Enumeration for localized messages formats used in exceptions messages. 
 | 
| Modifier and Type | Class | Description | 
|---|---|---|
class  | 
LocalizedFFTFormats | 
 Enumeration for localized messages formats used in exceptions messages. 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
static void | 
MathUtils.checkNotNull(Object o,
            Localizable pattern,
            Object... args) | 
 Checks that an object is not null. 
 | 
Copyright © 2016–2018 Hipparchus.org. All rights reserved.