Namespaces

Types

Type Control

Namespace MathNet.Numerics

Sets parameters for the library.

Properties

Public properties

bool CheckDistributionParameters get; set;

Gets or sets a value indicating whether the distribution classes check validate each parameter. For the multivariate distributions this could involve an expensive matrix factorization. The default setting of this property is true.
return bool

bool DisableParallelization get; set;

Gets or sets a value indicating whether parallelization shall be disabled globally.
return bool

int NumberOfParallelWorkerThreads get; set;

Gets or sets a value indicating how many parallel worker threads shall be used when parallelization is applicable.
return int

bool ThreadSafeRandomNumberGenerators get; set;

Gets or sets a value indicating whether to use thread safe random number generators (RNG). Thread safe RNG about two and half time slower than non-thread safe RNG.
return bool
Value: