ISparse Linear Algebra Operations<T> Interface
Specifies the methods that must be implemented by a
class to support basic linear algebra.
Definition
Namespace: Numerics.NET.LinearAlgebra.Implementation
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public interface ISparseLinearAlgebraOperations<T> : IImplementation,
IParallelized
- Implements
- IParallelized, IImplementation
Type Parameters
- T
Properties
Has |
Indicates whether the degree of parallelism is a property that is shared
across instances.
(Inherited from IParallelized) |
Implemented |
Gets the base type of the implementation.
(Inherited from IImplementation) |
Max |
Gets or sets the maximum degree of parallelism enabled by the instance.
(Inherited from IParallelized) |
Name |
Gets the name of the implementation.
(Inherited from IImplementation) |
Platform |
Gets the processor architecture supported by the implementation.
(Inherited from IImplementation) |