Core Implementations<T>.Raw Linear Algebra Property
Gets or sets the current implementation of the
Basic Linear Algebra Subroutines (BLAS)
for the current element type.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A class that inherits from RawLinearAlgebra.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static ILinearAlgebraOperations<T> RawLinearAlgebra { get; set; }
Property Value
ILinearAlgebraOperations<T>A class that inherits from RawLinearAlgebra.
Remarks
Default implementations are automatically loaded for double precision numbers. For other element types, you need to reference the implementation assembly and call any the applicable registration methods on the Providers property.