Click or drag to resize

Meta.Numerics Namespace

Contains types used throughout the Meta.Numerics library.
Classes
  ClassDescription
Public classComplexMath
Contains methods that compute basic functions of complex arguments.
Public classDimensionMismatchException
The exception that is thrown when attempting an operation on objects with incompatible dimensions.
Public classMoreMath
Contains additional basic math operations.
Public classNonconvergenceException
The exception that is thrown when an algorithm fails to converge.
Public classPolynomial
Represents a polynomial with real coefficients.
Public classUncertainMath
Contains methods that compute basic functions of uncertain values.
Structures
  StructureDescription
Public structureComplex
Represents a complex number.
Public structureDiscreteInterval
Represents an interval on the integers.
Public structureInterval
Represents an interval on the real number line.
Public structureUncertainValue
Represents a value with an associated uncertainty.
Public structureXY
Represents a two-dimensional point.
Enumerations
  EnumerationDescription
Public enumerationIntervalType
Indicates whether an interval should be considered closed or open.