Gets the implementation of the
BLAS for single precision arguments.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics.SinglePrecision (in Extreme.Numerics.SinglePrecision.dll) Version: 8.1.1
public override LinearAlgebraOperations<float> LinearAlgebraOperations { get; }
Public Overrides ReadOnly Property LinearAlgebraOperations As LinearAlgebraOperations(Of Single)
Get
public:
virtual property LinearAlgebraOperations<float>^ LinearAlgebraOperations {
LinearAlgebraOperations<float>^ get () override;
}
abstract LinearAlgebraOperations : LinearAlgebraOperations<float32> with get
override LinearAlgebraOperations : LinearAlgebraOperations<float32> with get
Property Value
Type:
LinearAlgebraOperationsSingleA class that inherits from
LinearAlgebraOperations.
The default value of this property is
an instance of ManagedLinearAlgebraOperations.
Reference