Contains types used throughout the Meta.Numerics library.
Types
| All Types | Classes | Structures |
| Name | Description | |
|---|---|---|
| Complex | Represents a complex number. | |
| ComplexMath |
Provides simple functions of complex arguments.
| |
| DimensionMismatchException |
The exception that is thrown when attempting an operation on objects with incompatible dimensions.
| |
| Interval |
Represents an interval on the real number line.
| |
| MoreMath |
Contains addtional basic math operations.
| |
| NonconvergenceException |
The exception that is thrown when an algorithm fails to converge.
| |
| UncertainMath |
Contains methods for computing basic mathematical functions of uncertain values.
| |
| UncertainValue |
Represents a value with an associated uncertainty.
|