Specifies the methods that must be implemented by a
class to support level 2 BLAS routines.
Namespace: Extreme.Mathematics.LinearAlgebra.Providers
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| Visual Basic (Declaration) |
Public MustInherit Class BlasLevel2 _
Implements IBlasLevel2(Of Double)
|
| F# |
[<AbstractClassAttribute>]
type BlasLevel2 =
class
interface IBlasLevel2<float>
end
|
Inheritance Hierarchy
See Also