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