Managed Core Provider Of Single.Linear Algebra Operations Property
Gets the implementation of the
BLAS for single precision arguments.
Definition
Namespace: Numerics.NET.Providers
Assembly: Numerics.NET.SinglePrecision (in Numerics.NET.SinglePrecision.dll) Version: 9.0.1
C#
A class that inherits from LinearAlgebraOperations.
Assembly: Numerics.NET.SinglePrecision (in Numerics.NET.SinglePrecision.dll) Version: 9.0.1
public override LinearAlgebraOperations<float> LinearAlgebraOperations { get; }
Property Value
LinearAlgebraOperations<Single>A class that inherits from LinearAlgebraOperations.
Remarks
The default value of this property is an instance of ManagedLinearAlgebraOperations.