Click or drag to resize

ManagedSparseSolverProviderInitializeVerify Method

Initialize and verify that the provided is indeed available. If not, fall back to alternatives like the managed provider

Namespace: Altaxo.Calc.Providers.SparseSolver
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void InitializeVerify()

Implements

ISparseSolverProviderInitializeVerify
Remarks
This method should verify that all native dependencies are present and throw if verification fails.
See Also