Package | Description |
---|---|
fr.cnes.sirius.patrius.math.exception | |
fr.cnes.sirius.patrius.math.genetics | |
fr.cnes.sirius.patrius.math.geometry.euclidean.threed | |
fr.cnes.sirius.patrius.math.linear | |
fr.cnes.sirius.patrius.math.ode |
This package provides classes to solve Ordinary Differential Equations problems.
|
fr.cnes.sirius.patrius.math.stat.regression |
Modifier and Type | Class and Description |
---|---|
class |
DimensionMismatchException
Exception to be thrown when two dimensions differ.
|
class |
MathIllegalNumberException
Base class for exceptions raised by a wrong number.
|
class |
MultiDimensionMismatchException
Exception to be thrown when two sets of dimensions differ.
|
class |
NoBracketingException
Exception to be thrown when function values have the same sign at both
ends of an interval.
|
class |
NoDataException
Exception to be thrown when the required data is missing.
|
class |
NonMonotonicSequenceException
Exception to be thrown when the a sequence of values is not monotonically
increasing or decreasing.
|
class |
NotANumberException
Exception to be thrown when a number is not a number.
|
class |
NotFiniteNumberException
Exception to be thrown when a number is not finite.
|
class |
NotPositiveException
Exception to be thrown when the argument is negative.
|
class |
NotStrictlyPositiveException
Exception to be thrown when the argument is negative.
|
class |
NullArgumentException
All conditions checks that fail due to a
null argument must throw
this exception. |
class |
NumberIsTooLargeException
Exception to be thrown when a number is too large.
|
class |
NumberIsTooSmallException
Exception to be thrown when a number is too small.
|
class |
OutOfRangeException
Exception to be thrown when some argument is out of range.
|
class |
ZeroException
Exception to be thrown when zero is provided where it is not allowed.
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidRepresentationException
Exception indicating that the representation of a chromosome is not valid.
|
Modifier and Type | Class and Description |
---|---|
class |
NotARotationMatrixException
This class represents exceptions thrown while building rotations
from matrices.
|
Modifier and Type | Class and Description |
---|---|
class |
IllConditionedOperatorException
An exception to be thrown when the condition number of a
RealLinearOperator is too high. |
class |
MatrixDimensionMismatchException
Exception to be thrown when either the number of rows or the number of
columns of a matrix do not match the expected values.
|
class |
NonPositiveDefiniteMatrixException
Exception to be thrown when a positive definite matrix is expected.
|
class |
NonPositiveDefiniteOperatorException
Exception to be thrown when a symmetric, definite positive
RealLinearOperator is expected. |
class |
NonSelfAdjointOperatorException
Exception to be thrown when a self-adjoint
RealLinearOperator is expected. |
class |
NonSquareMatrixException
Exception to be thrown when a square matrix is expected.
|
class |
NonSquareOperatorException
Exception to be thrown when a square linear operator is expected.
|
class |
NonSymmetricMatrixException
Exception to be thrown when a symmetric matrix is expected.
|
class |
SingularMatrixException
Exception to be thrown when a non-singular matrix is expected.
|
class |
SingularOperatorException
Exception to be thrown when trying to invert a singular operator.
|
Modifier and Type | Class and Description |
---|---|
static class |
JacobianMatrices.MismatchedEquations
Special exception for equations mismatch.
|
class |
UnknownParameterException
Exception to be thrown when a parameter is unknown.
|
Modifier and Type | Class and Description |
---|---|
class |
ModelSpecificationException
Exception thrown when a regression model is not correctly specified.
|
Copyright © 2023 CNES. All rights reserved.