Encapsulates the currently active BLAS implementation.
Namespace: Extreme.Mathematics.LinearAlgebra.Providers
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public abstract class LinearAlgebraProvider : IProvider,
IParallelized
|
| Visual Basic (Declaration) |
Public MustInherit Class LinearAlgebraProvider _
Implements IProvider, IParallelized
|
| Visual C++ |
public ref class LinearAlgebraProvider abstract : IProvider,
IParallelized
|
| F# |
[<AbstractClassAttribute>]
type LinearAlgebraProvider =
class
interface IProvider
interface IParallelized
end
|
Remarks
Inheritance Hierarchy
See Also