Click or drag to resize

LinearAlgebraControl Class

[Missing <summary> documentation for "T:Altaxo.Calc.Providers.LinearAlgebra.LinearAlgebraControl"]

Inheritance Hierarchy
SystemObject
  Altaxo.Calc.Providers.LinearAlgebraLinearAlgebraControl

Namespace: Altaxo.Calc.Providers.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static class LinearAlgebraControl

The LinearAlgebraControl type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberHintPath Optional path to try to load native provider binaries from, if the provider specific hint path is not set. If neither is set, Numerics falls back to the provider specific environment variables, or the default probing paths.
Public propertyStatic memberProvider Gets or sets the linear algebra provider. Consider to use UseNativeMKL or UseManaged instead.
Top
Methods
 NameDescription
Public methodStatic memberFreeResources 
Public methodStatic memberTryUse 
Public methodStatic memberTryUseNative Try to use a native provider, if available.
Public methodStatic memberTryUseNativeCUDA 
Public methodStatic memberTryUseNativeMKL 
Public methodStatic memberTryUseNativeOpenBLAS 
Public methodStatic memberUseBest Use the best provider available.
Public methodStatic memberUseDefault Use a specific provider if configured, e.g. using the "MathNetNumericsLAProvider" environment variable, or fall back to the best provider.
Public methodStatic memberUseManaged 
Public methodStatic memberUseNativeCUDA 
Public methodStatic memberUseNativeMKL 
Public methodStatic memberUseNativeOpenBLAS 
Top
See Also