Click or drag to resize

ILinearAlgebraProviderIsAvailable Method

Try to find whether the provider is available 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.3572.0 (4.8.3572.0)
Syntax
C#
bool IsAvailable()

Return Value

Boolean
true if the provider is available in the current environment; otherwise false.
See Also