GenericCoreProvider<T>.LinearAlgebraOperations Property

Gets the implementation of the BLAS for T-precision arguments.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.Generic (in Extreme.Numerics.Generic.dll) Version: 8.1.4
C#
public override LinearAlgebraOperations<T> LinearAlgebraOperations { get; }

Property Value

LinearAlgebraOperations<T>
A class that inherits from LinearAlgebraOperations<T>.

Remarks

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

See Also