CoreProvider<T>.ComplexArrayFunctions Property

Gets or sets the current implementation of array functions for double-precision arguments.

DefinitionPermalink

Namespace: Numerics.NET.Providers
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
public abstract ArrayFunctions<Complex<T>> ComplexArrayFunctions { get; }

Property ValuePermalink

ArrayFunctions<Complex<T>>
A class that inherits from DecompositionOperations.

RemarksPermalink

The default value of this property is an instance of ManagedArrayFunctions<T>.

See AlsoPermalink