The Extreme.Mathematics.Generic.LinearAlgebra.Providers namespace contains base classes and interfaces used to implement efficient calculations with generic numerical types.
Classes
Interfaces
|
|
Interface |
Description |
|
IBlasLevel1<(Of <(<'T>)>)>
|
Specifies the methods that must be implemented by a
class to support level 1 BLAS.
|
|
IBlasLevel2<(Of <(<'T>)>)>
|
Specifies the methods that must be implemented by a
class to support level 2 BLAS routines.
|
|
IBlasLevel3<(Of <(<'T>)>)>
|
Specifies the methods that must be implemented by a
class to support level 3 BLAS routines.
|
|
ILapack<(Of <(<'T>)>)>
|
Specifies the methods that must be implemented by a
class to support T-precision real LAPACK routines
for general matrices.
|