Core Provider<T>.Linear Algebra Operations Property
Gets or sets the current implementation of the
BLAS for double-precision arguments.
Definition
Namespace: Numerics.NET.Providers
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A class that inherits from LinearAlgebraOperations<T>.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public abstract 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>.