|
| dot.hpp |
| Provides a generic interface to the BLAS dot routine.
|
|
| gemm.hpp |
| Provides a generic interface to the BLAS gemm routine.
|
|
| gemm_batch.hpp |
| Provides a generic interface to batched versions of the BLAS gemm routine.
|
|
| gemv.hpp |
| Provides a generic interface to the BLAS gemv routine.
|
|
| ger.hpp |
| Provides a generic interface to the BLAS ger routine and an outer product routine.
|
|
| scal.hpp |
| Provides a generic interface to the BLAS scal routine.
|
|
| tools.hpp |
| Provides various traits and utilities for the BLAS interface.
|
|