Specifies the methods that must be implemented by a
class to support level 1 BLAS.
Namespace: Extreme.Mathematics.Generic.LinearAlgebra.Providers
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public interface IBlasLevel1<T>
|
| Visual Basic (Declaration) |
Public Interface IBlasLevel1(Of T)
|
| Visual C++ |
generic<typename T>
public interface class IBlasLevel1
|
| F# |
type IBlasLevel1<'T> = interface end
|
Type Parameters
See Also