Click or drag to resize

ISparseSolverProviderT Interface

Defines a generic sparse solver provider.

Namespace: Altaxo.Calc.Providers.SparseSolver
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface ISparseSolverProvider<T>
where T : struct, new()

Type Parameters

T
The numeric value type supported by the sparse solver.

The ISparseSolverProviderT type exposes the following members.

Methods
 NameDescription
Public methodSolve Solves a sparse linear system.
Top
See Also