Meta.Numerics Namespace

Contains types used throughout the Meta.Numerics library.

Classes

ComplexMath Contains methods that compute basic functions of complex arguments.
DimensionMismatchException The exception that is thrown when attempting an operation on objects with incompatible dimensions.
MoreMath Contains additional basic math operations.
NonconvergenceException The exception that is thrown when an algorithm fails to converge.
Polynomial Represents a polynomial with real coefficients.
UncertainMath Contains methods that compute basic functions of uncertain values.

Structures

ComplexRepresents a complex number.
DiscreteInterval Represents an interval on the integers.
Interval Represents an interval on the real number line.
UncertainValue Represents a value with an associated uncertainty.
XY Represents a two-dimensional point.

Enumerations

IntervalType Indicates whether an interval should be considered closed or open.