Table of Contents

Class ServiceCollectionExtensions

Namespace
DotCompute.Algorithms
Assembly
DotCompute.Algorithms.dll

Extension methods for registering DotCompute.Algorithms services with dependency injection.

public static class ServiceCollectionExtensions
Inheritance
ServiceCollectionExtensions
Inherited Members

Methods

AddDotComputeAlgorithms(IServiceCollection)

Adds DotCompute Algorithms services to the service collection.

public static IServiceCollection AddDotComputeAlgorithms(this IServiceCollection services)

Parameters

services IServiceCollection

The service collection.

Returns

IServiceCollection

The service collection for method chaining.

AddLinearAlgebra(IServiceCollection)

Adds Linear Algebra components to the service collection.

public static IServiceCollection AddLinearAlgebra(this IServiceCollection services)

Parameters

services IServiceCollection

The service collection.

Returns

IServiceCollection

The service collection for method chaining.