NumericsConfiguration Methods

Methods

LogToConsole Sets up logging to the console.
LogToFile Sets up logging to a text file.
RegisterGenericProviderType Register a provider that is generic over the element type.
RegisterProvider Register a provider of implementations of one or more types.
UseComplexOperations<T> Sets the operations implementation for the complex version of the specified type.
UseNullableOperations<T> Sets the operations implementation for the nullable version of the specified value type.
UseOperations<T> Sets the operations implementation for the specified type.

See Also