GenericCoreProvider<T>.LinearAlgebraOperations Property

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

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.0
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