Package org.hipparchus.migration.linear
This package provides migration classes from Apache Commons Math to Hipparchus.
The classes are intended to be used temporarily for applications that did rely on Apache Commons Math and are migrated progressively. All the classes are deprecated and are there only to avoid compilation errors in users code, allowing them to update to new APIs progressively.
-
Exception Summary Exception Description IllConditionedOperatorException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentExceptionMatrixDimensionMismatchException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentExceptionNonPositiveDefiniteMatrixException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentExceptionNonPositiveDefiniteOperatorException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentExceptionNonSelfAdjointOperatorException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentExceptionNonSquareMatrixException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentExceptionNonSquareOperatorException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentExceptionNonSymmetricMatrixException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentExceptionSingularMatrixException Deprecated. as of 1.0, this exception is replaced byMathIllegalStateExceptionSingularOperatorException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentException