ISparseSolverProviderT Interface |
Defines a generic sparse solver provider.
Namespace: Altaxo.Calc.Providers.SparseSolverAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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| | Name | Description |
|---|
 | Solve |
Solves a sparse linear system.
|
Top
See Also