| Class | Description |
---|
 | BlasLevel1 |
Specifies the methods that must be implemented by a
class to support level 1 BLAS.
|
 | BlasLevel2 |
Specifies the methods that must be implemented by a
class to support level 2 BLAS routines.
|
 | BlasLevel3 |
Specifies the methods that must be implemented by a
class to support level 3 BLAS routines.
|
 | ComplexBlasLevel1 |
Specifies the methods that must be implemented by a
class to support level 1 BLAS.
|
 | ComplexBlasLevel2 |
Specifies the methods that must be implemented by a
class to support level 2 BLAS routines.
|
 | ComplexBlasLevel3 |
Specifies the methods that must be implemented by a
class to support level 3 BLAS routines.
|
 | ComplexLapack |
Specifies the methods that must be implemented by a
class to support DoubleComplex-precision real LAPACK routines
for general matrices.
|
 | ComplexSparseBlas |
Summary description for SparseBlasLevel1.
|
 | Lapack |
Specifies the methods that must be implemented by a
class to support double-precision real LAPACK routines
for general matrices.
|
 | LinearAlgebraProvider |
Encapsulates the currently active BLAS implementation.
|
 | ManagedBlasLevel1 |
Contains the default implementation for the Level 1
BLAS for double-precision real numbers.
|
 | ManagedBlasLevel2 |
Contains the default implementation for the Level 2
BLAS for double-precision real numbers.
|
 | ManagedBlasLevel3 |
Contains the default implementation for the Level 3
BLAS for double-precision real numbers.
|
 | ManagedComplexBlasLevel1 |
Contains the default implementation for the Level 1
BLAS for double-precision real numbers.
|
 | ManagedComplexBlasLevel2 |
Contains the default implementation for the Level 2
BLAS for DoubleComplex-precision real numbers.
|
 | ManagedLinearAlgebraProvider |
Encapsulates the currently active BLAS implementation.
|
 | ManagedSparseBlas |
Contains the managed implementation of the sparse BLAS routines.
|
 | SingleBlasLevel1 |
Specifies the methods that must be implemented by a
class to support level 1 BLAS.
|
 | SingleBlasLevel2 |
Specifies the methods that must be implemented by a
class to support level 2 BLAS routines.
|
 | SingleBlasLevel3 |
Specifies the methods that must be implemented by a
class to support level 3 BLAS routines.
|
 | SingleComplexBlasLevel1 |
Specifies the methods that must be implemented by a
class to support level 1 BLAS.
|
 | SingleComplexBlasLevel2 |
Specifies the methods that must be implemented by a
class to support level 2 BLAS routines.
|
 | SingleComplexBlasLevel3 |
Specifies the methods that must be implemented by a
class to support level 3 BLAS routines.
|
 | SingleComplexLapack |
Specifies the methods that must be implemented by a
class to support single-precision complex real LAPACK routines
for general matrices.
|
 | SingleComplexSparseBlas |
Summary description for SparseBlasLevel1.
|
 | SingleLapack |
Specifies the methods that must be implemented by a
class to support float-precision real LAPACK routines
for general matrices.
|
 | SingleLinearAlgebraProvider |
Encapsulates the currently active BLAS implementation.
|
 | SingleManagedBlasLevel1 |
Contains the default implementation for the Level 1
BLAS for float-precision real numbers.
|
 | SingleManagedBlasLevel2 |
Contains the default implementation for the Level 2
BLAS for float-precision real numbers.
|
 | SingleManagedBlasLevel3 |
Contains the default implementation for the Level 3
BLAS for float-precision real numbers.
|
 | SingleManagedComplexBlasLevel1 |
Contains the default implementation for the Level 1
BLAS for double-precision real numbers.
|
 | SingleManagedComplexBlasLevel2 |
Contains the default implementation for the Level 2
BLAS for single-precision complex real numbers.
|
 | SingleManagedLinearAlgebraProvider |
Encapsulates the currently active BLAS implementation.
|
 | SingleManagedSparseBlas |
Contains the managed implementation of the sparse BLAS routines.
|
 | SingleSparseBlas |
Summary description for SparseBlasLevel1.
|
 | SparseBlas |
Summary description for SparseBlasLevel1.
|