There is a potential bug in the method:
`MathNet.Numerics.Control.ParallelizeOperation(int elements)`
This method should return true if the operation should be parallelized; and false otherwise.
Instead, this method returns the exact opposite of this (see the source code).
I would prefer, if the property `DisableParallelization` was set to false (by default) in the future revisions.
Comments: Fixed, thanks for reporting.
`MathNet.Numerics.Control.ParallelizeOperation(int elements)`
This method should return true if the operation should be parallelized; and false otherwise.
Instead, this method returns the exact opposite of this (see the source code).
I would prefer, if the property `DisableParallelization` was set to false (by default) in the future revisions.
Comments: Fixed, thanks for reporting.