ManagedCoreProvider Properties

Properties

ArrayFunctions Gets or sets the current implementation of array functions for double-precision arguments.
(Overrides CoreProvider<T>.ArrayFunctions)
ComplexArrayFunctions Gets or sets the current implementation of array functions for double-precision arguments.
(Overrides CoreProvider<T>.ComplexArrayFunctions)
DecompositionOperations Gets the LAPACK implementation for double-precision arguments.
(Overrides CoreProvider<T>.DecompositionOperations)
Fft Gets or sets the current FFT provider implementation for double-precision arguments.
(Overrides CoreProvider<T>.Fft)
HasSharedDegreeOfParallelism Indicates whether the degree of parallelism is a property that is shared across instances.
(Overrides CoreProvider<T>.HasSharedDegreeOfParallelism)
LinearAlgebraOperations Gets the implementation of the BLAS for double-precision arguments.
(Overrides CoreProvider<T>.LinearAlgebraOperations)
MaxDegreeOfParallelism Gets or sets the maximum degree of parallelism enabled by this instance.
(Inherited from CoreProvider<T>)
SparseLinearAlgebra Gets the implementation of the sparse BLAS for double-precision arguments.
(Overrides CoreProvider<T>.SparseLinearAlgebra)

See Also