Click or drag to resize

ManagedLinearAlgebraProviderIsAvailable Method

Try to find out whether the provider is available, at least in principle. Verification may still fail if available, but it will certainly fail if unavailable.

Namespace: Altaxo.Calc.Providers.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool IsAvailable()

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Calc.Providers.LinearAlgebra.ManagedLinearAlgebraProvider.IsAvailable"]

Implements

ILinearAlgebraProviderIsAvailable
See Also