Specifies the methods that must be implemented by a
class to support level 1 BLAS.
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 BlasLevel1 _
Implements IBlasLevel1(Of Double)
|
| F# |
[<AbstractClassAttribute>]
type BlasLevel1 =
class
interface IBlasLevel1<float>
end
|
Inheritance Hierarchy
See Also