CoreImplementations<T>.UseProvider Method

Instructs the library to use the specified core provider.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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