CoreImplementations<T>.UseFromAssembly Method

Instructs the library to use a custom BLAS implementation contained in a .NET assembly.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static void UseFromAssembly(
	Assembly assembly
)

Parameters

assembly  Assembly
The Assembly that contains the implementation.

See Also