CoreImplementations<T>.UseProvider Method

Instructs the library to use the specified core provider.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static void UseProvider(
	CoreProvider<T> provider
)

Parameters

provider  CoreProvider<T>
A CoreProvider<T> object.

Remarks

The hybrid provider is used for functionality that is not supported by the provider.

See Also