Contains types used throughout the Meta.Numerics library.

Types

            
 All Types  Classes   Structures  Delegates 
 NameDescription
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.
Function<(Of <(TIn, TOut>)>)
Represents a function of one input parameter.
Function<(Of <(TIn1, TIn2, TOut>)>)
Represents a function of two input parameters.
Interval
Represents an interval on the real number line.
NonconvergenceException
The exception that is thrown when an algorithm fails to converge.