Namespaces

Types in MathNet.Numerics.Providers.SparseSolver

Type SparseSolverControl

Namespace MathNet.Numerics.Providers.SparseSolver

Static Functions

Properties

Public Static Functions

void FreeResources()

bool TryUse(ISparseSolverProvider provider)

bool TryUseNative()

Try to use a native provider, if available.

bool TryUseNativeMKL()

void UseBest()

Use the best provider available.

void UseDefault()

Use a specific provider if configured, e.g. using the "MathNetNumericsDSSProvider" environment variable, or fall back to the best provider.

void UseManaged()

void UseNativeMKL()

Public Properties

string HintPath get; set;

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.

ISparseSolverProvider Provider get; set;

Gets or sets the sparse solver provider. Consider to use UseNativeMKL or UseManaged instead.
Value: