CoreImplementations<T>.SparseLinearAlgebraOperations Property

Gets or sets the current implementation of the sparse linear algebra routines.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static ISparseLinearAlgebraOperations<T> SparseLinearAlgebraOperations { get; set; }

Property Value

ISparseLinearAlgebraOperations<T>
A class that inherits from SparseLinearAlgebraOperations<T>.

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.

See Also