CoreImplementations<T>.UseFromAssembly Method

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

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static void UseFromAssembly(
	Assembly assembly
)

Parameters

assembly  Assembly
The Assembly that contains the implementation.

See Also