Numerics Configuration Class
Provides access to global configuration settings.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
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. |
| Log | Gets or sets an action that is called to log messages. |
| Log | Gets or sets the maximum severity level of messages that are logged. |
| 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
| Log | Sets up logging to the console. |
| Log | Sets up logging to a text file. |
| Register | Register a provider that is generic over the element type. |
| Register | Register a provider of implementations of one or more types. |
| Use | Sets the operations implementation for the complex version of the specified type. |
| Use | Sets the operations implementation for the nullable version of the specified value type. |
| Use | Sets the operations implementation for the specified type. |
Fields
| Default | Gets or sets the default intent for properties that return vectors or matrices. |