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 byMathIllegalArgumentException
MatrixDimensionMismatchException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentException
NonPositiveDefiniteMatrixException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentException
NonPositiveDefiniteOperatorException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentException
NonSelfAdjointOperatorException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentException
NonSquareMatrixException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentException
NonSquareOperatorException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentException
NonSymmetricMatrixException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentException
SingularMatrixException Deprecated. as of 1.0, this exception is replaced byMathIllegalStateException
SingularOperatorException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentException