Numerics Configuration Class
Provides access to global configuration settings.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static class NumericsConfiguration
- Inheritance
- Object → NumericsConfiguration
Properties
Auto | Gets or sets whether the operands of operations on vectors and matrices should be aligned along their indexes. |
Auto | Gets or sets the type of join to use when aligning indexes. |
Auto | Gets or sets whether custom implementation providers should be loaded automatically. |
Auto | Gets or sets whether native (processor specific) implementation providers should be loaded automatically. |
Default | Gets or sets the default accuracy goal when performing operations on existing BigFloat numbers. |
Default | Gets or sets the default rounding mode for calculations involving arbitrary precision floating point numbers. |
Default | Gets or sets the default random number generator. |
Initial | Gets or sets the default accuracy goal when constructing new BigFloat numbers. |
Interactive | Gets or sets whether the ToString() method should return a string suitable for use in an interactive session. |
Native | Gets or sets the path where native provider files are located. |
Parallel | Sets the threshold at which operations are run in parallel. |
Providers | Gets the collection of implementation providers. |
Summary | Gets or sets the options used when creating summaries for objects. |
Methods
Register | Register a provider that is generic over the element type. |
Register | Register a provider of implementations of one or more types. |
Fields
Default | Gets or sets the default intent for properties that return vectors or matrices. |