(Depracated.) The Extreme.Mathematics.Generic.LinearAlgebra.Providers namespace contains base classes and interfaces used to implement efficient calculations with generic numerical types.
| Class | Description |
---|
 | DefaultBlasLevel1T |
Contains the default generic implementation for the Level 1 BLAS.
|
 | DefaultBlasLevel2T |
Contains the default generic implementation for the Level 2 BLAS.
|
 | DefaultBlasLevel3T |
Contains the default generic implementation for the Level 3 BLAS.
|
| Interface | Description |
---|
 | IBlasLevel1T |
Specifies the methods that must be implemented by a
class to support level 1 BLAS.
|
 | IBlasLevel2T |
Specifies the methods that must be implemented by a
class to support level 2 BLAS routines.
|
 | IBlasLevel3T |
Specifies the methods that must be implemented by a
class to support level 3 BLAS routines.
|
 | ILapackT |
Specifies the methods that must be implemented by a
class to support T-precision real LAPACK routines
for general matrices.
|